Using systems of equations to solve problems on tickets
Problem 1
Adult tickets for a concert cost $8 each and student tickets cost $5 each. A total of 55 tickets were sold worth $365.
How many adult and student tickets were sold?
Solution
Let "x" be the number of adult tickets sold and let "y" be the number of student tickets sold.
Then from the condition you have this system of two equations in two unknowns
x + y = 55, (1)
8x + 5y = 365. (2)
Express x = 55 - y from (1) and substitute it into equation (2). You will get
8*(55 - y) + 5y = 365.
Simplify and solve for y:
440 - 8y + 5y = 365,
-3y = 365 - 440 ====> -3y = -75 ====> y =
= 25.
Then x = 55 - 25 = 30.
Answer. 30 adults tickets and 25 adults tickets.
Check. 25*5 + 30*8 = 125 + 240 = 365. ! Correct !
The method I used to solve the system of equations in this problem was the Substitution method.
Problem 2
A movie theater charges $5 admission for an adult and $3 for a child. If 700 tickets were sold
and the total revenue received was $2900, how many tickets of each type were sold?
Solution
Let "a" be the number of adult tickets sold and let "c" be the number of adult tickets sold.
Then from the condition you have this system of two equations in two unknowns
a + c = 700, (1)
5a + 3c = 2900. (2)
Express a = 700 - c from (1) and substitute it into equation (2). You will get
5*(700 - c) + 3c = 2900.
Simplify and solve for c:
3500 - 5c + 3c = 2900,
-2c = 2900 - 3500 ====> -2c = - 600 ====> c =
= 300.
Then a = 700 - 300 = 400.
Answer. 300 children tickets and 400 adults tickets.
Check. 300*3 + 400*5 = 900 + 2000 = 2900. ! Correct !
The method I used to solve the system of equations in this problem was the Substitution method.
Problem 3
If 104 people attend a concert and tickets for adults cost $2.255 while tickets for children cost $1.75
and total receipts for the concert was $202.5, how many of each went to the concert?
Solution
Let "x" be the number of the adult ticket bought, and
let "y" be the number of the children ticket bought.
Then you have a system of two linear equations in two unknowns
x + y = 104, (1)
225x + 175y = 20250. (2) (this is the "value" equation in cents)
From the equation (1), express y = 104-x, and substitute this expression into the equation (2). You will get
225*x + 175(104-x) = 20250. (3)
The equation (3) is a single equation for the single unknown "x".
Reduce all terms in both sides by the factor of 25 :
9x + 7*(104-x) = 810.
9x + 728 - 7x = 810,
2x = 810 - 728,
2x = 82 ---> x =
= 41.
Answer. 41 adult tickets and 104-41 = 63 children tickets.
My other lessons in this site on solving systems of two linear equations in two unknowns (Algebra-I curriculum) are
- Solution of the linear system of two equations in two unknowns by the Substitution method
- Solution of the linear system of two equations in two unknowns by the Elimination method
- Solution of the linear system of two equations in two unknowns using determinant
- Geometric interpretation of the linear system of two equations in two unknowns
- Useful tricks when solving systems of 2 equations in 2 unknowns by the Substitution method
- Solving word problems using linear systems of two equations in two unknowns
- Word problems that lead to a simple system of two equations in two unknowns
- Oranges and grapefruits
- Three methods for solving standard (typical) problems on tickets
- Using systems of equations to solve problems on shares
- Using systems of equations to solve problems on investment
- Two mechanics work on a car
- The Robinson family and the Sanders family each used their sprinklers last summer
- Roses and vilolets
- Counting calories and grams of fat in combined food
- A theater group made appearances in two cities
- Exchange problems solved using systems of linear equations
- Typical word problems on systems of 2 equations in 2 unknowns
- HOW TO algebraize and solve these problems on 2 equations in 2 unknowns
- One unusual problem to solve using system of two equations
- Non-standard problem with a tricky setup
- Sometimes one equation is enough to find two unknowns in a unique way
- Solving mentally word problems on two equations in two unknowns
- Solving systems of non-linear equations by reducing to linear ones
- Solving word problems for 3 unknowns by reducing to equations in 2 unknowns
- System of equations helps to solve a problem for the Thanksgiving day
- Using system of two equations to solve the problem for the day of April, 1
- OVERVIEW of lessons on solving systems of two linear equations in two unknowns
Use this file/link ALGEBRA-I - YOUR ONLINE TEXTBOOK to navigate over all topics and lessons of the online textbook ALGEBRA-I.