document.write( "Question 408941: A coin collection of nickels, dimes and quarters has a value of $10. There are twice as many dimes as quarters. There are 140 coins in all. How many nickels are in the collection? \n" ); document.write( "
Algebra.Com's Answer #287994 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "twice as many dimes as quarters. There are 140 coins in all
\n" ); document.write( "Let x, 2x and (140-3x) represent the number of quarters, dimes and nickels respectively
\n" ); document.write( "Question states***CENTS makes sense
\n" ); document.write( " 25x + 10*2x + 5(140-3x) = 1000 CENTS
\n" ); document.write( "Solving for x
\n" ); document.write( " 30x = 300
\n" ); document.write( " x = 10, number of quarters. 20 dimes and 110 nickels\r
\n" ); document.write( "\n" ); document.write( "CHECKING our Answer***
\n" ); document.write( " 25*10 + 10*20 + 5*110 = 250 + 200 + 550 = 1000 OR $10.00 \n" ); document.write( "
\n" );