First, what coins are available:
p = Penny
n = Nickel
d = Dime
q = Quarter
h = Half Dollar
Some combination of these coins must equal $1.00, therefore
.01p + .05n + .10d + .25q + .5h = $1.00
p + n + d + q + h = 19
Questions we should consider:
-
-
100 pennies = $1
-
20 nickels = $1
-
10 dimes = $1
-
4 quarters = $1
-
2 half dollars = $1
-
What happens if we use pennies?
-
-
If we use 5 pennies
-
.05n + .10d + .25q + .5h = $0.95
-
n + d + q + h = 14
Now consider nickels
-
-
-
.10d + .25q + .5h = $0.35
-
d + q + h = 2
Now consider the other coins
-
-
.01(5) + .05(12) + .10(1) + .25(1)= $1.00
Are there other combinations that can be made using 5 pennies?
Let’s consider nickels:
-
-
-
.05(18) + .10(1) = $1.00
-
Now let’s look at dimes:
-
-
-
-
-
.01(10) + .10(9) = $1.00
Now let’s look at quarters:
-
-
-
-
-
.01(15) + .10(1) + .25(3)= $1.00
-
-
-
-
-
-
.01(10) + .05(1) + .10(7) + .25(1)= $1.00
Now let’s look at half dollars:
-
-
-
-
-
.01(15) + .10(1) + .25(3)= $1.00
-
Does adding the equations help?