Inactive Tutor answered 10/29/13
Tutor
New to Wyzant
Define Variable
d = dimes
q = quarters
n = nickels
p = pennies
Given relationships
2 dimes for each quarter
3 nickels for each dime
Same number of pennies and dimes
Problem
Find the number and types of coins that total $1.54
---
including the values of the coins and putting it in terms of addition
.25q+.1d+.05n+.01p=1.54
because of the total, there must be at least 4 pennies. Starting there and applying the relationships, if we have 4 pennies, then there are 4 dimes and 2 quarters and 12 nickels. If we total these coins,
2 quarter = 0.50
4 dimes = 0.40
12 nickels = 0.60
4 pennies = 0.04
------
1.54 (the desired value)
My approach here is to logically apply the given relationships and coin values to find the solution.