document.write( "Question 445038: A rectangular auditorium seats 1452 people. The number of seats in each row exceeds the number of rows by 11. find the number of seats in each row \n" ); document.write( "
Algebra.Com's Answer #306658 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! x(x+11)=1452 \n" ); document.write( "x2+11x-1452=0 \n" ); document.write( "(x+44)(x-33)=0 \n" ); document.write( "x=-44 or 33 \n" ); document.write( "Throwing out the negative answer, we get the number of rows to be 33. The number of seats in each row is 44.. \n" ); document.write( " |