document.write( "Question 367756: A pile of 40 coins consists of nickles and dimes. The total value of coins is $2.40. Find the number of each coin \n" ); document.write( "
Algebra.Com's Answer #262133 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Let x represent number of dimes. then (40-x) would be the number of nickels.
\n" ); document.write( "5(40-x) + 10x = 240 cents
\n" ); document.write( "200 - 5x + 10x = 240
\n" ); document.write( "5x = 40
\n" ); document.write( "x = 8, the number of dimes. Number of nickels would be 32 (40-8)
\n" ); document.write( "checking our answer
\n" ); document.write( "5*32 + 10*8 = 160 + 80 = 240 cents \n" ); document.write( "
\n" );