Answer:
Explanation:
Let n and d represent the number of nickels and dimes, respectively. The given information can be used to write two equations:
0.05n + 0.10d = 2.10 . . . . . . the value of the coins
n + d = 27 . . . . . . . . . . . . . . . the number of the coins
__
In "mixture" problems like this, it is usually convenient to solve for the variable representing the highest-value contributor to the mix. Here, that would be the number of dimes. So, we want to eliminate n from the equation we're solving. We can do that by writing an expression for n, then using substitution.
From the second equation, ...
n = 27 -d
Substituting into the first equation, we get ...
0.05(27 -d) +0.10d = 2.10 . . . . substitute for 27-d for n
1.35 +0.05d = 2.10 . . . . . . . . . simplify
0.05d = 0.75 . . . . . . . . . . . . . . subtract 1.35
d = 15 . . . . . . . . . . . . . . . . . . . . divide by 0.05
n = 27 -d = 12
Alexandra has 12 nickels and 15 dimes.
_____
Alternate solution (using elimination)
For the system of equations above, you can divide the first equation by .05 and get ...
n + 2d = 42
Now, you can subtract the second equation, eliminating the n variable:
(n +2d) -(n +d) = (42) -(27)
d = 15 . . . . . simplify