Facebook Pixel
Mathos AI logo

Systems of Equations Word Problems

Systems of Equations Word Problems

Many real-world scenarios involve multiple unknown values that are related to each other. By translating these situations into a system of two linear equations, we can easily solve for both unknowns. Common types of problems include pricing, mixtures, and distance/rate/time.

3 Steps to Solve

  1. Define your variables: Choose two letters to represent the two unknown quantities you need to find.
  2. Set up the equations: Read the problem carefully and translate the relationships into two separate mathematical equations.
  3. Solve the system: Use either the substitution or elimination method to find the values of your variables.

Example 1: Pricing and Quantity

Problem: A store sold 5050 items for a total of \350.Shirtscost. Shirts cost $5eachandpantscosteach and pants cost$10$ each. How many of each did the store sell?

Step 1: Define Variables Let ss = the number of shirts sold. Let pp = the number of pants sold.

Step 2: Set Up Equations Equation 1 (Total items): s+p=50s + p = 50 Equation 2 (Total cost): 5s+10p=3505s + 10p = 350

Step 3: Solve Let's use the substitution method. From the first equation, we can express ss in terms of pp: s=50−ps = 50 - p

Substitute this into the second equation: 5(50−p)+10p=3505(50 - p) + 10p = 350 250−5p+10p=350250 - 5p + 10p = 350 250+5p=350250 + 5p = 350 5p=1005p = 100 p=20p = 20

Now plug p=20p = 20 back into the first equation: s+20=50s + 20 = 50 s=30s = 30

Answer: The store sold 3030 shirts and 2020 pants.

Example 2: Distance, Rate, and Time

Problem: Two trains travel toward each other from cities 600600 km apart at 8080 km/h and 7070 km/h. When do they meet?

Step 1: Define Variables Let xx = the distance the first train travels. Let yy = the distance the second train travels.

Step 2: Set Up Equations Equation 1 (Total distance): x+y=600x + y = 600 Equation 2 (Equal time): Since they start at the same time and meet, their travel times are equal. Time is Distance divided by Rate (t=drt = \frac{d}{r}): x80=y70\frac{x}{80} = \frac{y}{70}

Step 3: Solve Multiply the second equation by 560560 (the least common multiple of 8080 and 7070) to clear the fractions: 7x=8y7x = 8y 7x−8y=07x - 8y = 0

Now we have a clean system:

  1. x+y=600x + y = 600
  2. 7x−8y=07x - 8y = 0

Multiply the first equation by 88: 8x+8y=48008x + 8y = 4800

Add this to the second equation (Elimination method): (8x+8y)+(7x−8y)=4800+0(8x + 8y) + (7x - 8y) = 4800 + 0 15x=480015x = 4800 x=320x = 320

The first train travels 320320 km. To find the time, divide its distance by its speed: t=32080=4t = \frac{320}{80} = 4

Answer: The trains will meet in 44 hours.

Quick Tips

  • Look for totals: Sentences like "a total of 50 items" or "totaling $350" usually represent one side of an equation.
  • Check your work: Always plug your final answers back into the original word problem to ensure they make logical sense!