SOLUTION: 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 seat

Algebra ->  Customizable Word Problem Solvers  -> Misc -> SOLUTION: 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 seat      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



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) About Me  (Show Source):
You can put this solution on YOUR website!
.
It is arithmetic progression with the first term a%5B1%5D= 30,  the common difference d= 2  and the sum of the first n terms of 3950.


The formula for the sum of the first n terms is


    S%5Bn%5D = %28a%5B1%5D+%2B+%28%28n-1%29%2Ad%29%2F2%29%2An


Substitute here  S%5Bn%5D = 3950,  a%5B1%5D = 30  and d= 2. You will get


    3950 = %2830+%2B+%28%28n-1%29%2A2%29%2F2%29%2An = 30n + n*(n-1) = n^2 +29n


    n^2 + 29n - 3950 = 0

    n = %28-29+%2B-+sqrt%2829%5E2+%2B+4%2A3950%29%29%2F2 = %28-29+%2B-+sqrt%2816641%29%29%2F2 = -29+%2B-+129%29%2F2.


Only positive value is meaningful  n = %28-29+%2B+129%29%2F2 = 100%2F2 = 50.


ANSWER.  50 rows.    

Solved.

------------------

For introductory lessons on arithmetic progressions see
    - Arithmetic progressions
    - The proofs of the formulas for arithmetic progressions
    - Problems on arithmetic progressions
    - Word problems on arithmetic progressions
in this site.

Also,  you have this free of charge online textbook in ALGEBRA-II in this site
    - ALGEBRA-II - YOUR ONLINE TEXTBOOK.

The referred lessons are the part of this online textbook under the topic "Arithmetic progressions".


Save the link to this textbook together with its description

Free of charge online textbook in ALGEBRA-II
https://www.algebra.com/algebra/homework/complex/ALGEBRA-II-YOUR-ONLINE-TEXTBOOK.lesson

into your archive and use when it is needed.


--------------

Comparing with the solution by @greenestamps,  notice that I solved the problem algebraically
and presented  THE METHOD  to you,  while he simply  "guessed"  the answer.

The difference should be absolutely clear to you . . .



Answer by greenestamps(13198) About Me  (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

S%28n%29+=+%28n%2F2%29%2A%28a1%2Ban%29

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

S%28n%29+=+n%2A%28%28a1%2Ban%29%2F2%29

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) About Me  (Show Source):