David W. answered 09/13/16
Tutor
4.7
(90)
Experienced Prof
With word (story) problems, the first thing you should do is read and re-read the problem until you understand it and can put it into your own words. This also helps to eliminate TMI (too much information), to identify "bricks to stumble over" (like multiple units, so conversion is required) and to identify "brick walls to run into" (like not knowing the definition or the formula).
Here is my re-wording: A pyramid has 1 block on the top, then 2 additional blocks on each lower row. How many rows are needed to have 75 blocks on the base?
The sequence is: 1, 3, 5, 7, ...
This is an arithmetic sequence. The nth value is [a1 + (n-1)d], where d=common difference.
Here, d=2, so what is n when:
an = a1 + (n-1) d = 75 [note a1=1, d=2]
1 + (n-1)(2) = 75
1 + 2n - 2 = 75
2n = 76
n = 38
The pyramid has 38 rows.