document.write( "Question 268743: A soda Machine contains 20 coins. Some of the coins are nickels and the rest are quarters. If the value of the coins is $4.40 find the number of coins of each kind. \n" ); document.write( "
Algebra.Com's Answer #196919 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A soda Machine contains 20 coins. Some of the coins are nickels and the rest are quarters. If the value of the coins is $4.40 find the number of coins of each kind.
\n" ); document.write( "----------------------
\n" ); document.write( "2-variable solution:
\n" ); document.write( "Equations:
\n" ); document.write( "n + q = 20
\n" ); document.write( "5n + 25q = 440 cents
\n" ); document.write( "-------------------------------
\n" ); document.write( "Multiply thru 1st equation by 5 to get:
\n" ); document.write( "5n + 5q = 100
\n" ); document.write( "-------
\n" ); document.write( "Subtract that from the 2nd equation and solve for \"q\":
\n" ); document.write( "20q = 340
\n" ); document.write( "q = 17 (# of quarters)
\n" ); document.write( "----------------------------
\n" ); document.write( "Since n+q = 20, n = 3 (# of nickels)
\n" ); document.write( "===============
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );