Stephanie M. answered 05/15/15
Tutor
5.0
(888)
Private Tutor - English, Mathematics, and Study Skills
1. DEFINE YOUR VARIABLES
Usually, these are the unknowns that the question is asking for. You want to know how far he walks and how far he rides the bus. So:
x = how many miles he walks
y = how many miles he rides the bus
2. WRITE A SYSTEM OF EQUATIONS
This is the part where you turn that word problem into a math problem.
First, the total number of miles he travels is 27, so the miles walked plus the miles riding must be 27:
x + y = 27
Second, the total trip time is 2 hours. Since (distance) = (rate)×(time), (miles walked) = (walking speed)×(time walking), so x = 4(time walking). Rearrange that a bit to get x/4 = (time walking). Also, (miles riding the bus) = (bus speed)×(time riding the bus), so y = 40(time riding the bus). Rearrange that a bit to get y/40 = (time riding the bus).
We don't know how long he spent walking or riding the bus, but we do know the total time for the trip is 2 hours. So (time walking) + (time riding the bus) = 2, which means:
x/4 + y/40 = 2
You might want to multiply both sides by 40 to get rid of those fractions:
40(x/4) + 40(y/40) = 40(2)
10x + y = 80
3. SOLVE THE SYSTEM OF EQUATIONS
You're told to use the elimination method. You've got:
x + y = 27
10x + y = 80
This is a pretty straightforward elimination, since we actually already changed that second equation to get rid of fractions. Just subtract the first equation from the second equation to eliminate y:
10x + y = 80
- (x + y = 27)
--------------------------
9x + 0 = 53
Solve for x in that equation:
9x + 0 = 53
9x = 53
x = 53/9
The accountant walks x = 53/9 ≈ 5.89 miles. Plug x = 53/9 into the first equation from above to solve for y:
x + y = 27
53/9 + y = 27
y = 27 - 53/9
y = 243/9 - 53/9
y = 190/9
The accountant rides the bus for y = 190/9 ≈ 21.11 miles.