SOLUTION: Ticket sales: A science museum charges $10 for a regular admission ticket, but members recieve a discount of $3 and students are admitted for $5. Last saturday, 750 tickets were so

Algebra ->  Finance -> SOLUTION: Ticket sales: A science museum charges $10 for a regular admission ticket, but members recieve a discount of $3 and students are admitted for $5. Last saturday, 750 tickets were so      Log On


   



Question 164624This question is from textbook
: Ticket sales: A science museum charges $10 for a regular admission ticket, but members recieve a discount of $3 and students are admitted for $5. Last saturday, 750 tickets were sold for a total of $5400. If 20 more student tickets than regular tickets were sold, how many of each type of ticket were sold?
I need to know the steps in which they used to solve this?
This question is from textbook

Answer by MRperkins(300) About Me  (Show Source):
You can put this solution on YOUR website!
Ok, the first thing we need to do is set up our formulas.
Let's use:
r = regular admission tickets = $10
m = members admission tickets = $7
s = student admission tickets = $5
So we know that 750 tickets were sold so:
r%2Bm%2Bs=750
and
We know the price of the tickets and the total dollar amount sold was $5400 so:
Price of each ticket times the number of that ticket sold equals $5400 or:
%2410r%2B%247m%2B%245s=%245400
We also know that 20 more student tickets than regular tickets were sold so:
s=r%2B20
Now for the fun part :/)
Use the elimination method to solve:
10r+7m+5s=5400
r+ m+ s=750
We want to eliminate m because it is the only variable that is not in the s=r+20 equation.
so:
Multiply everything in the bottom equation by 7.
10r+ 7m+ 5s=5400
(7)r+(7)m+(7)s=(7)750
OR
10r+7m+5s=5400
7r+7m+7s=5250
Now we can subtract and get
10r-7r%2B7m-7m%2B5s-7s=5400-5250
combine like terms:
3r-2s=150
Now it is time to use the equation: s=r%2B20
Substitute r+20 for s so:
3r-2%28r%2B20%29=150
Distribute
3r-2r-40=150
combine like terms
r-40=150
add 40 to both sides and get r=190
now substitute 190 for r in the equation and solve for s: s=%28190%29%2B20
and you get s=210
go back to the first equation and plug in 190 for r and 210 for s:
r%2Bm%2Bs=750
%28190%29%2Bm%2B%28210%29=750
Solve for m:
combine like terms:
m%2B400=750
subtract 400 from both sides:
m=350
Elimination and substitution are fun. It gets better as you get used to them.