Question 869744
Polly has 20 coins in quarters and nickels. The total value is 2.20. Set up a system of equations and solve to determine the number of quarters, q, and the number of nickels ,n, she has
-----
Coin Quantity:: n + q = 20 coins
Coin Value::   5n + 25q = 220 cents
-----------------------------------------
Modify for elimination::
n + q = 20
n + 5q = 44
-----
Subtract and solve for "q"::
4q = 24
q = 6 (# of quarters)
-----
Solve for "n":
n + q = 20
n + 6 = 20
n = 14 (# of nickels)
---------------------------
Cheers,
Stan H.
--------------------