document.write( "Question 927495: an auditorium has 50 rows of seats. There are 8 seats in the first row, 10 seats in the second row, 12 seats in the third row, and so on. How many seats are in the auditorium \n" ); document.write( "
Algebra.Com's Answer #563006 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! 1st row: 8 + 0 \n" ); document.write( "2nd row: 8 + 2 \n" ); document.write( "3rd row: 8 + 4 \n" ); document.write( "4th row: 8 + 6 \n" ); document.write( "--------------- \n" ); document.write( "The formula for adding up the numbers: \n" ); document.write( "1 + 2 + 3 + 4 + 5 + . . . is: \n" ); document.write( " \n" ); document.write( "is the last number \n" ); document.write( "-------------------- \n" ); document.write( "The 1st term in your sequence is: \n" ); document.write( " \n" ); document.write( "The 2nd term in the sequence is: \n" ); document.write( "2*( 1 + 2 + 3 + 4 + . . . + 49 ) \n" ); document.write( " \n" ); document.write( "Note that the last term is \n" ); document.write( "the 1st term is \n" ); document.write( "-------------------- \n" ); document.write( " \n" ); document.write( "There are 2850 seats in the auditorium \n" ); document.write( "Hope I got it -you might get a 2nd opinion, too\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |