document.write( "Question 1039333: Rina will hold her piano recital at the music hall of her school. The music hall has 12 rows of seats, in which the first row has 15 seats. Each succeeding row has 3 more seats than the one in front of it. What is the maximum number of people who can be seated in the music hall? \n" ); document.write( "
Algebra.Com's Answer #654097 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! The sequence for the rows is: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "etc. \n" ); document.write( "----------------- \n" ); document.write( "If you have \n" ); document.write( "15*n + 3*( 1 + 2 + 3 + . . . + (n-1) ) \n" ); document.write( "------------------------------ \n" ); document.write( "If \n" ); document.write( "can use a formula for the sum of the digits: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "The maximum number of people who \n" ); document.write( "can be seated is 246 \n" ); document.write( " |