document.write( "Question 647828: A vending machine takes only nickels and dimes. There are 5 times as many dimes as nickels in the
\n" ); document.write( "machine. The face value of the coins is $4.40. How many of each coin are in the machine.
\n" ); document.write( "

Algebra.Com's Answer #406420 by checkley79(3341)\"\" \"About 
You can put this solution on YOUR website!
DIMES=5X
\n" ); document.write( "NICKELS=X
\n" ); document.write( "5X(.10)+X*.05=4.40\r
\n" ); document.write( "\n" ); document.write( ".5X+.05X=4.40
\n" ); document.write( ".55X=4.40
\n" ); document.write( "X=4.40/.55
\n" ); document.write( "X=8 NICKELS
\n" ); document.write( "5*8=40 DIMES.
\n" ); document.write( "PROOF:
\n" ); document.write( "5*8(.10)+.05*8=4.40
\n" ); document.write( "40*.10+.04=4.40
\n" ); document.write( "4.00+.40=4.40
\n" ); document.write( "4.40=4.40
\n" ); document.write( "
\n" ); document.write( "
\n" );