|
Question 1137541: At the movie theatre, child admission is $6.20
and adult admission is $9.80
. On Friday,
134 tickets were sold for a total sales of
$1122.40. How many adult tickets were sold that day?
Answer by ikleyn(52866) (Show Source):
You can put this solution on YOUR website! .
Let x = # of adult tickets, y = # of child tickets.
From the condition, you have these 2 equations
x + y = 134 (1) (counting tickets)
9.80*x + 6.20*y = 1122.40 (2) (counting money)
From equation (1), express y = 134 - x and substitute it into equation (2), You will get
9.80x + 6.20*(134-x) = 1122.40.
Express x and calculate answer
x = = 81.
Then from equation (1), y = 134 - 81 = 53.
ANSWER. 81 adult tickets and 53 child tickets.
CHECK. 81*9.80 + 53*6.20 = 1122.40 dollars. ! Correct !
The problem solved using 2-equation setup and the Substitution method.
--------------
It is a standard and typical ticket problem.
For ticket problems, read the lessons
- Using systems of equations to solve problems on tickets
- Three methods for solving standard (typical) problems on tickets
in this site.
From these lessons, learn on how to solve such problems once and for all.
Also, you have this free of charge online textbook in ALGEBRA-I in this site
- ALGEBRA-I - YOUR ONLINE TEXTBOOK.
The referred lessons are the part of this online textbook under the topic "Systems of two linear equations in two unknowns".
|
|
|
| |