SOLUTION: 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.
Algebra ->
Customizable Word Problem Solvers
-> Misc
-> SOLUTION: 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.
Log On
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.
You can put this solution on YOUR website! Call the number of rows, r.
Call the number of seats in each row, s.
Then we have (given a rectangular auditorium)
rs = 3332 and
s = r + 19
Let us substitute the second into the first and get
r(r + 19) = 3332
r^2 + 19r - 3332 = 0
(r + 68)(r - 49) = 0
r = 49 rows of 68 seats each.