Facebook Pixel
Mathos AI logo

Systems of Equations Word Problems

Solving Systems of Equations Word Problems

Word problems can seem tricky, but they become much easier when you translate them into a system of equations. In these problems, you are usually looking for two unknown values. By writing two equations based on the information given, you can solve for both unknowns.

4 Steps to Solve Word Problems

  1. Define your variables: Choose two letters to represent the two unknown quantities.
  2. Write two equations: Translate the English sentences into math equations (often one for the total quantity and one for the total value/cost).
  3. Solve the system: Use either the substitution or elimination method.
  4. Check your work: Ensure your answers make sense in the context of the original problem.

Example 1: Ticket Pricing

The Problem: Adult tickets cost 10andchildticketscost10 and child tickets cost 6. A total of 5050 tickets were sold for $380. How many of each were sold?

Step 1: Define variables Let aa = the number of adult tickets Let cc = the number of child tickets

Step 2: Write equations Total tickets equation: a+c=50a + c = 50 Total cost equation: 10a+6c=38010a + 6c = 380

Step 3: Solve the system From the first equation, we can express aa in terms of cc: a=50ca = 50 - c

Substitute this into the second equation: 10(50c)+6c=38010(50 - c) + 6c = 380 50010c+6c=380500 - 10c + 6c = 380 5004c=380500 - 4c = 380 4c=120-4c = -120 c=30c = 30

Now, plug c=30c = 30 back into the first equation: a=5030=20a = 50 - 30 = 20

Answer: There were 2020 adult tickets and 3030 child tickets sold.

Example 2: Mixture Problem

The Problem: A mix of two types of nuts costs 96for96 for 10pounds.TypeAispounds. Type A is8/lb and type B is $12/lb. How many pounds of each type are in the mix?

Step 1: Define variables Let xx = pounds of Type A Let yy = pounds of Type B

Step 2: Write equations Total weight equation: x+y=10x + y = 10 Total cost equation: 8x+12y=968x + 12y = 96

Step 3: Solve the system Let's use the elimination method. Multiply the entire first equation by 8-8: 8x8y=80-8x - 8y = -80

Add this new equation to the second equation: (8x8y)+(8x+12y)=80+96(-8x - 8y) + (8x + 12y) = -80 + 96 4y=164y = 16 y=4y = 4

Plug y=4y = 4 back into the weight equation: x+4=10x + 4 = 10 x=6x = 6

Answer: The mix contains 66 pounds of Type A and 44 pounds of Type B.