M8MATH-5.4

Systems Word Problems

Learn to translate real-world situations into systems of equations, solve them, and interpret the solutions in context.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on Systems Word Problems, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

Every day you make choices involving cost, count, and constraints. Two phone plans with different monthly fees and per-minute charges. Movie tickets priced differently for adults and children. In this lesson, you'll learn how to turn these real situations into a pair of equations, solve them, and understand what the answer actually means in the original problem.

Setting Up Equations from Word Problems

The first step in solving a systems word problem is identifying what you don't know and what relationships the problem gives you. Usually you'll have two unknowns—these become your variables. For example, if a problem asks about adult tickets and child tickets, let aa = the number of adult tickets and cc = the number of child tickets.

Next, find the constraints. A constraint is a condition the problem tells you about. One constraint might be "there are 45 tickets total," which becomes the equation a+c=45a + c = 45. Another might be "adult tickets cost 12 dollars each and child tickets cost 8 dollars each, totaling 460 dollars," which becomes 12a+8c=46012a + 8c = 460.

Always write down what each variable represents before you start. This makes your work clear and helps you avoid mixing up your variables later. Write your two equations in standard form so they're easy to work with.

Solving by Substitution in Context

Substitution works well when one equation is already solved for a variable or can be easily rearranged. Start with your two equations. If one equation is simple, like a+c=45a + c = 45, solve it for one variable: a=45ca = 45 - c.

Then substitute that expression into the other equation. Replace every aa in the equation 12a+8c=46012a + 8c = 460 with (45c)(45 - c), giving you 12(45c)+8c=46012(45 - c) + 8c = 460. Now you have one equation with one variable. Expand, combine like terms, and solve for cc. Once you have cc, substitute back to find aa.

Check your solution in both original equations. Many students forget this step, which is where errors hide. If your solution doesn't satisfy both equations, you made an arithmetic mistake somewhere and need to redo the work.

Solving by Graphing and Finding Intersection

Graphing is another way to solve a system. Rewrite both equations in the form y=mx+by = mx + b. For the ticket problem, you might graph c=45ac = 45 - a (a line with slope 1-1 and yy-intercept 45) and c=46012a8c = \frac{460 - 12a}{8} (rewritten from 12a+8c=46012a + 8c = 460).

Plot both lines on the same coordinate plane. The point where they intersect is the solution. Read its coordinates carefully from the graph. For word problems with small, whole-number answers, graphing works quickly. However, if the answer involves fractions or falls between grid lines, graphing becomes less reliable.

Always check your intersection point in both original equations to verify it's correct. Graphing is powerful for seeing that a solution exists and understanding the relationship visually, but substitution is more accurate when you need exact answers.

Interpreting Solutions in the Real World

Finding the solution is only half the job. You must explain what it means. If your solution is (a,c)=(20,25)(a, c) = (20, 25), write a sentence: "There are 20 adult tickets and 25 child tickets." Check that this makes sense in the original situation. Are the numbers reasonable? Do they satisfy the constraints given?

Sometimes a system has no solution (parallel lines) or infinitely many solutions (same line). In a real-world context, no solution means the constraints are contradictory—the situation described can't actually happen. Infinitely many solutions mean the two constraints are really saying the same thing. Most well-written problems have exactly one solution.

Also check that your answer makes sense for the context. If the answer involves a negative number of tickets or a fractional person, something went wrong. Reread the problem and your equations to find the error. The real world doesn't accept nonsensical answers, even if they satisfy the math.

Common Mistakes and How to Avoid Them

Many students define their variables carelessly, then forget what xx or yy represents halfway through. Always write "Let xx = ..." at the start. Another common error is setting up equations incorrectly. If the problem says "adult tickets cost 12 dollars each and child tickets cost 8 dollars," do not write 12+8=total12 + 8 = \text{total}. Write 12a+8c=total12a + 8c = \text{total}, where aa is the number of adult tickets, not the price.

When substituting, students often forget to distribute correctly. If you substitute (45c)(45 - c) for aa, then 12a12a becomes 12(45c)12(45 - c), which equals 54012c540 - 12c, not 1245c12 \cdot 45 - c. Take your time and use parentheses.

Finally, many students solve for one variable and then forget to find the other. If you find c=25c = 25, you must go back and calculate aa. Then state both values in your final answer and verify both original equations.

Key terms

System of equations.
Two or more equations that share the same variables and must all be true at the same time.
Constraint.
A condition or limitation stated in a problem that becomes an equation in the system.
Solution to a system.
A pair of values (or more) that makes all equations in the system true at the same time.
Intersection point.
The point where two lines cross on a graph; the coordinates of this point are the solution to the system.
Substitution method.
A way to solve a system by solving one equation for a variable, then replacing that variable in the other equation with its expression.

Worked example

A movie theater sells adult tickets for 11 dollars each and child tickets for 7 dollars each. On one day, they sold 80 tickets in total for 760 dollars. How many adult tickets and how many child tickets were sold?
Step 1: Define variables. Let aa = the number of adult tickets sold, and let cc = the number of child tickets sold.

Step 2: Write the equations. The first constraint is "80 tickets in total," so a+c=80a + c = 80. The second constraint is "760 dollars total" with adult tickets at 11 dollars and child tickets at 7 dollars, so 11a+7c=76011a + 7c = 760.

Step 3: Solve for one variable using the first equation. From a+c=80a + c = 80, we get a=80ca = 80 - c.

Step 4: Substitute into the second equation. Replace aa with (80c)(80 - c) in 11a+7c=76011a + 7c = 760:11(80c)+7c=76011(80 - c) + 7c = 760Step 5: Expand and simplify.88011c+7c=760880 - 11c + 7c = 7608804c=760880 - 4c = 7604c=120-4c = -120c=30c = 30Step 6: Find the other variable. Substitute c=30c = 30 back into a=80ca = 80 - c:a=8030=50a = 80 - 30 = 50Step 7: Check the solution. Does 50+30=8050 + 30 = 80? Yes. Does 11(50)+7(30)=550+210=76011(50) + 7(30) = 550 + 210 = 760? Yes. Both equations are satisfied.

Step 8: Write the answer in context. The theater sold 50 adult tickets and 30 child tickets.

Practice questions

A phone company offers two plans. Plan A costs 35 dollars per month plus 0.10 per minute. Plan B costs 50 dollars per month plus 0.05 per minute. For how many minutes per month would both plans cost the same amount?

Answer: Let mm = the number of minutes. Plan A costs 35+0.10m35 + 0.10m dollars, and Plan B costs 50+0.05m50 + 0.05m dollars. Setting them equal: 35+0.10m=50+0.05m35 + 0.10m = 50 + 0.05m. Subtracting 0.05m0.05m from both sides: 35+0.05m=5035 + 0.05m = 50. Subtracting 35: 0.05m=150.05m = 15. Dividing by 0.05: m=300m = 300 minutes. Check: Plan A at 300 minutes is 35+0.10(300)=35+30=6535 + 0.10(300) = 35 + 30 = 65 dollars. Plan B is 50+0.05(300)=50+15=6550 + 0.05(300) = 50 + 15 = 65 dollars. Both plans cost 65 dollars at 300 minutes per month.

This problem is set up as a system where both plans have the same total cost. The key is translating "cost per month" and "cost per minute" into a linear expression. Once you write both cost expressions, setting them equal gives you one equation with one variable, which you solve for minutes. The check verifies that your arithmetic is correct and that the answer makes sense in context.
Marcus buys apples and oranges at a farmer's market. Apples cost 2 dollars each and oranges cost 3 dollars each. He buys a total of 20 pieces of fruit and spends 52 dollars. How many apples did Marcus buy?
  1. 8 apples
  2. 10 apples
  3. 12 apples
  4. 14 apples

Answer: 8 apples

Let aa = apples and oo = oranges. You have a+o=20a + o = 20 and 2a+3o=522a + 3o = 52. From the first equation, a=20oa = 20 - o. Substitute into the second: 2(20o)+3o=522(20 - o) + 3o = 52, which gives 402o+3o=5240 - 2o + 3o = 52, so 40+o=5240 + o = 52 and o=12o = 12. Then a=2012=8a = 20 - 12 = 8. Check: 8+12=208 + 12 = 20 and 2(8)+3(12)=16+36=522(8) + 3(12) = 16 + 36 = 52. Both equations are satisfied, so Marcus bought 8 apples.
A school is planning a field trip. Buses cost 250 dollars each to rent, and the school needs to buy lunch for each student. The school has 200 dollars to spend on lunch. If the school rents 2 buses, how much money can it spend on lunch per student if the total budget is 1,200 dollars?

Answer: Let nn = the number of students. The total cost is 2(250)+200n=12002(250) + 200n = 1200, which simplifies to 500+200n=1200500 + 200n = 1200. Solving: 200n=700200n = 700, so n=3.5n = 3.5. This is not a whole number of students, which indicates a contradiction in the problem constraints. The situation as stated cannot happen with whole students and the given budget. A corrected version would adjust the budget, the bus cost, or the number of buses to allow a valid whole-number answer.

This open-ended problem tests whether you check your answer for reasonableness. You correctly set up and solved the equation, but the answer—3.5 students—makes no sense in the real world. This signals that the problem's constraints are either inconsistent or incorrectly stated. Always verify that your final answer is sensible for the context, not just mathematically correct.

FAQ

How do I know whether to use substitution or graphing?
Both methods work for any system of two linear equations. Graphing is faster and more visual when the solution involves whole numbers and small values that fit nicely on a grid. Substitution is more precise and works better when the answer involves fractions or large numbers. If you're unsure, substitution is the safer choice for accuracy. Choose graphing when you want to understand the solution visually or when your teacher asks for it specifically.
What if my two equations don't look like I can solve them easily?
Rewrite them in standard form first, like ax+by=cax + by = c. Then decide which variable is easiest to isolate. If one equation is already close to solved for a variable (like a+c=45a + c = 45), start there. If neither looks simple, pick any variable and isolate it—the algebra will work out the same. Be patient with your steps and keep your work organized so you don't lose track.
What does it mean if I get a solution with a negative number?
Negative solutions can be mathematically correct but may not make sense in the real-world context. For example, a negative number of tickets or a negative time doesn't occur in reality. If your answer is negative, double-check your equations to make sure you set them up correctly. If the equations are right but the answer is negative, the problem's constraints are contradictory or describe an impossible situation. Reread the problem carefully.
Do I always have to check my answer?
Yes, absolutely. Checking protects you from making small arithmetic errors that go unnoticed. Substitute your solution back into both original equations and verify that both are true. You should also ask yourself if the answer makes sense in the original situation. Checking takes only a minute and catches mistakes before you submit your work.

Learn this with a teacher, not a page

The Crimsora tutor teaches Systems Word Problems live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.