document.write( "Question 1005020: A rectangular auditorium seats 3332 people. The number of seats in each row exceeds the number of rows by 19. Find the number of seats in each row.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #621463 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the number of rows, r. \n" ); document.write( "Call the number of seats in each row, s. \n" ); document.write( "Then we have (given a rectangular auditorium) \n" ); document.write( "rs = 3332 and \n" ); document.write( "s = r + 19 \n" ); document.write( "Let us substitute the second into the first and get \n" ); document.write( "r(r + 19) = 3332 \n" ); document.write( "r^2 + 19r - 3332 = 0 \n" ); document.write( "(r + 68)(r - 49) = 0 \n" ); document.write( "r = 49 rows of 68 seats each. \n" ); document.write( " |