John M. answered 09/24/16
Tutor
5
(79)
Engineering manager professional, proficient in all levels of Math
Kate:
First step is to translate the words into mathematical equations.
First step is to translate the words into mathematical equations.
- Let x = number of dimes
- Let y = number of nickels
- Each nickel is worth .05. To figure out the total value of the nickels, you simply multiply the number of nickels collected by the charity by .05. For example if they collected two nickels, then y = 2 and the total value would be 2*0.05 = 0.10 (ten cents).
- The organization collected $27.50. So now we have defined the variables, we can write the first equation:
- {EQN 1} 0.10x + 0.05y = $27.50
- In the above equation, there are two unknowns. So you cannot uniquely solve the problem. Hence we need one more equation
- "There are two times as many dimes as nickles".
- {EQN 2} x = 2y
- Now we have our two equations, and two unknowns. There are several ways to solve this. Substitution may be the easiest. Simply substitute EQN 2 into EQN 1.
- {EQN 3} 0.10(2y) + 0.05(y) = $27.50
- 0.20y + 0.05y = $27.50
- 0.25y = $27.50
- y = $27.50/.25
- y = 110
- So the organization collected 110 nickels. Can you figure out how many dimes they collected?
- When you get your answer, be sure to doublecheck your work by plugging the values back into EQN 1. If you have the right answer, then EQN 1 should be valid for your values of x and y.