document.write( "Question 247865: A theater has 32 rows of seats. The first row has 24 seats. Each of the remaining rows increases by 2 seats. How many seats are there in the theater?\r
\n" );
document.write( "\n" );
document.write( "know: tn=32
\n" );
document.write( " a=24
\n" );
document.write( " r=2
\n" );
document.write( "find: n\r
\n" );
document.write( "\n" );
document.write( "So wouldn't I use the formula tn=a(r) to the exponent n-1? \n" );
document.write( "
Algebra.Com's Answer #180715 by scott8148(6628) You can put this solution on YOUR website! this is arithmetic (not geometric) ___ d = 2 (not r)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1st row -- 24 ___ 32nd row -- 24 + 2(31) = 86\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "average ___ (24 + 86) / 2 = 55\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "32 * 55 = 1760 \n" ); document.write( " |