document.write( "Question 978611: An auditorium has 20 rows of seats. The first row contains 30 seats. As you move to the rear of the auditorium, each row has 5 more seats than the previous row. \r
\n" );
document.write( "\n" );
document.write( "How many seats are in the 13th row? . \r
\n" );
document.write( "\n" );
document.write( "How many seats are in the auditorium? \n" );
document.write( "
Algebra.Com's Answer #599978 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! This is an arithmetic series \n" ); document.write( "The first row has 30 seats, and the 13th row is 12 rows behind.\r \n" ); document.write( "\n" ); document.write( "N(13)=20+(13-1)*5 \n" ); document.write( "N=20*60=80\r \n" ); document.write( "\n" ); document.write( "Sum=(1/2) {first row + last row}* n rows \n" ); document.write( "There are 20 rows, and by the above formula, row 20 has 20+(19*5)=115 seats. \n" ); document.write( "sum=(1/2)*20 (20+115)=1350 seats \n" ); document.write( "20+25+30+35+40+45+50+55+60+65+70+75+80+85+90+95+100+105+110+115 ;;; 20 rows\r \n" ); document.write( "\n" ); document.write( "adding the ones ending in 0, and get 650 \n" ); document.write( "adding together the ones ending in 5=700 \n" ); document.write( "sum is 1350 \n" ); document.write( " |