SOLUTION: A motel in New Orleans charges $90 per day for double occupancy and $80 per day for single occupancy. If 80 rooms are occupied for a total of $6930, how many rooms of each kind ar
Algebra ->
Expressions-with-variables
-> SOLUTION: A motel in New Orleans charges $90 per day for double occupancy and $80 per day for single occupancy. If 80 rooms are occupied for a total of $6930, how many rooms of each kind ar
Log On
Question 1071931: A motel in New Orleans charges $90 per day for double occupancy and $80 per day for single occupancy. If 80 rooms are occupied for a total of $6930, how many rooms of each kind are there? Answer by ikleyn(52817) (Show Source):
You math model is this system of two linear equations in two unknowns
x + y = 80, (1)
90x + 80y = 6930. (2)
Can you solve it ?
Do you know how to solve it ?
HINT: express x = 80 - y from (1) and then substitute it into (2) replacing x.
You will obtain a single equation for y, which you can easily solve.
This is "the Substitution method".