Problem
List the first number of each row
Read off the first entry of each given row: Row 1 starts at 1, Row 2 at 3, Row 3 at 9, Row 4 at 19.
Just looking at the first number of each row turns a big table into a short, friendly list.
4.OA.C.5Solve An Easier Related ProblemFind how the first numbers grow
Find the jump from one row's start to the next: 3 - 1 = 2, 9 - 3 = 6, 19 - 9 = 10. The jumps are 2, 6, 10, which themselves go up by 4 each time. So the next jumps are 14, 18, 22, 26.
The jump grows by 4 because each new row adds 2 more odd numbers, and skipping 2 odd numbers means moving ahead by 4.
3.OA.D.9Look For A PatternThe jump from one row's first number to the next row's first number grows by 4 each time, giving 2, 6, 10, 14, and so on.
Why?
Going down a row, the row you leave holds 2 more numbers than the row before it, so this jump crosses 2 more of the little gaps than the last jump did, and each little gap between neighboring numbers is worth 2.
Why?
A jump is the whole distance from a row's first number to the next row's first number, and that distance is exactly the little gaps between the numbers you step past, all added together with nothing missed and nothing counted twice.
Why?
Two more gaps, each the same size 2, is two equal groups of 2, and adding equal groups is the same as multiplying, so two groups of 2 add 4 to the jump.
Add the jumps up to the eighth row
Start at Row 1's first number, 1, then add the jumps that lead into Rows 2 through 8: 2, 6, 10, 14, 18, 22, 26.
Each jump carries us into the next row, so adding the first seven jumps lands us on the start of Row 8.
4.OA.C.5Look For A PatternTrack just the first number of each row and how far it jumps each time, then add the jumps: the eighth row starts at 99!
- List the first number of each row
- Find how the first numbers grow
- Add the jumps up to the eighth row