document.write( "Question 153864: Suppose you have a coin collection of nickels and dimes containing 63 coins. If you have $5.05, how many of each type of coin do you have? \n" ); document.write( "
Algebra.Com's Answer #113233 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Suppose you have a coin collection of nickels and dimes containing 63 coins. If you have $5.05, how many of each type of coin do you have?
\n" ); document.write( "----------------------
\n" ); document.write( "EQUATIONS:
\n" ); document.write( "quantity: n + d = 63
\n" ); document.write( "value: 5n + 10d = 505
\n" ); document.write( "-------------------------
\n" ); document.write( "Divide thru the 2nd equation by 5 to get:
\n" ); document.write( "n + 2d = 101
\n" ); document.write( "----------------
\n" ); document.write( "Subtract that from the 1st equation:
\n" ); document.write( "-d = -38
\n" ); document.write( "d = 38 (# of dimes)
\n" ); document.write( "---------------
\n" ); document.write( "Substitute that into n+d=63 to solve for \"n\":
\n" ); document.write( "n + 38 = 63
\n" ); document.write( "n = 25 (# of nickels)
\n" ); document.write( "==========================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );