document.write( "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 \n" ); document.write( "
Algebra.Com's Answer #524375 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
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
\n" ); document.write( "-----
\n" ); document.write( "Coin Quantity:: n + q = 20 coins
\n" ); document.write( "Coin Value:: 5n + 25q = 220 cents
\n" ); document.write( "-----------------------------------------
\n" ); document.write( "Modify for elimination::
\n" ); document.write( "n + q = 20
\n" ); document.write( "n + 5q = 44
\n" ); document.write( "-----
\n" ); document.write( "Subtract and solve for \"q\"::
\n" ); document.write( "4q = 24
\n" ); document.write( "q = 6 (# of quarters)
\n" ); document.write( "-----
\n" ); document.write( "Solve for \"n\":
\n" ); document.write( "n + q = 20
\n" ); document.write( "n + 6 = 20
\n" ); document.write( "n = 14 (# of nickels)
\n" ); document.write( "---------------------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "--------------------
\n" ); document.write( "
\n" ); document.write( "
\n" );