document.write( "Question 999570: An auditorium has.7 seats in the first row. 11 seats in the second row.15 seats' I n third row. How many seats in seventh row?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #617202 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! You can see that each row has four more seats than the row in front of it, so \n" ); document.write( "7,11,15,19,23,27,31 \n" ); document.write( "or \n" ); document.write( "a(7) = a(1) + (n-1)d \n" ); document.write( "a(7) = 7 + 6(4) = 31 \n" ); document.write( " |