SOLUTION: if there are at least one of each type of coin, and there are 28 coins in total, what possible combinations of nickles, dimes, and quarters will add up to 2 dollars using matricies

Algebra.Com
Question 1033597: if there are at least one of each type of coin, and there are 28 coins in total, what possible combinations of nickles, dimes, and quarters will add up to 2 dollars using matricies
Answer by robertb(5830)   (Show Source): You can put this solution on YOUR website!
Let n = number of nickels, d = number of dimes, and q = number of quarters.
We have to solve the system
n+d+q = 28
0.05n+0.10d+0.25q = 2.00
The second equation is equivalent to n + 2d + 5q = 40, after simplification.
The system represented as an augmented matrix is

~ ~
==> n-3q = 16 and d+4q = 12.
==> n = 3q+16 and d = 12 - 4q.
==> The possible values of q are 0,1, 2, and 3.
The possible triples (n,d,q) are thus
(16,12,0), (19,8,1), (22,4,2), and (25,0,3).
But since there is at least one of each type of coin, the only possible combinations are (19,8,1) and (22,4,2).

RELATED QUESTIONS

A bank contains 30 coins, consisting of nickles, dimes, and quarters. There are twice as... (answered by stanbon)
A bag contains nickles and quaters. There are 6 more nickles than quaters. Te total value (answered by gwendolyn)
there are nickles, dimes, and quarters in a small piggy bank. It totals $3.40 consisting... (answered by ewatrrr)
Tim's piggy bank contain's niclels, dime, and quarters. There are twice as many nickles... (answered by drk)
a cash register contains 15 coins in nickles and dimes. total value is $1.25. how many... (answered by josmiceli)
A bag contains 15 coins. Each coin is a penny, nickel, dime or quarter. The total value... (answered by josgarithmetic)
There are nickels, dimes and quarters in a small piggy bank. It totals $3.40. There are... (answered by stanbon,richwmiller)
Problem: our math class collected $1.25 in nickles and dimes. If there is a total of 15... (answered by robertb)
In Paul's bank,there is $2.60 in pennies, nickles,and dimes. In all there are 45 coins.... (answered by Edwin McCravy)