Jon P. answered 01/09/15
Tutor
5.0
(173)
Knowledgeable Math, Science, SAT, ACT tutor - Harvard honors grad
Chris,
The thing about word problems is that they tell you everything you need to know. You just need to try to write down what they tell you, but in mathematical form.
I'm going to assume that you are learning about how to solve systems of equations, such as two equations with two unknowns. If not, then the same ideas apply but slightly differently, and Joshua's approach is totally correct.
So for example...
They want you to figure out how much time Vince worked in each job. So start by assigning a variable name to each of the things they want you to figure out:
x = number of hours at the fast food restaurant
y = number of hours tutoring.
Now what else did they tell you?
1. He worked a total of 18 hours. So that means that x + y = 18. There's one equation already!
2. He makes $7.25/hour at the restaurant, and $15/hour tutoring. So go back to the variables you set up. You can tell you that he made 7.25 x at the restaurant and 15 y at tutoring.
3. He made a total of $161.50. That means that you can add the amounts he made at each job to get to $161.50: 7.25 x + 15 y = 161.50. There's your second equation.
Now you have two equations with two unknowns, and that means that you can solve the problem.
A simple way is to use substitution, which would allow you to say that y = 18 - x. You can plug this expression for y into the second equation, and it would leave you with one equation for x, which you can then go ahead and solve.