Question 1145656: An amphitheater has a number of rows with 30 seats in the first row, 32 in the second, 34 in the third and so on.
The question is: How many rows should be there to get 3950 seats?
--
I know that the formula to get the number of seats in a row is Sn(n/2)(a1+1n). But I'm struggling to figure out a formula to figure out how many rows there are given the number of seats.
Thanks
Found 3 solutions by ikleyn, greenestamps, solver91311: Answer by ikleyn(52776) (Show Source): Answer by greenestamps(13198) (Show Source):
You can put this solution on YOUR website!
I'm always curious why nearly all references show the sum of the terms of an arithmetic sequence as

That formula, directly translated into words, says that the sum is half the number of terms, multiplied by the sum of the first and last terms.
To me, a MUCH more meaningful form for the formula is

In that form, the formula says the sum is the number of terms, multiplied by the average of the first and last terms. Since the average of the first and last terms in an arithmetic sequence is the average of ALL the terms, this formula simply states the obvious: a sum is equal to the number of terms, multiplied by the average of the terms.
You can, of course, plug the given information into the formula an solve a quadratic equation to find the answer to the problem. However, if an algebraic solution is not required, you can find the answer with some rather easy arithmetic.
The sum of the terms of the sequence is 3950; and we know that is the product of a whole number (the number of terms) and another number which is either a whole number or halfway between two whole numbers.
In this example, with these numbers, by far the most likely case is
3950 = 79*50
So it looks as if it is very likely that there are 50 rows of seats.
Checking that, we see that the 50th row would have 30+49(2) = 30+98 = 128 seats; and that would make the average of the first and last terms (30+128)/2 = 158/2 = 79 -- as required.
So indeed the number of rows of seats is 50.
Answer by solver91311(24713) (Show Source):
|
|
|