document.write( "Question 61587: Merlin has 20 coins in quarters and dimes. The total value of the coins is $3.95. How many coins of each kind does he have? \n" ); document.write( "
Algebra.Com's Answer #42388 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Merlin has 20 coins in quarters and dimes. The total value of the coins is $3.95. How many coins of each kind does he have?
\n" ); document.write( "------------
\n" ); document.write( "Let number of dimes be \"x\"; value of these is 10x cents
\n" ); document.write( "----------
\n" ); document.write( "The number of quarters is \"20-x\" ; value of these is 25(20-x)=500-25x cents
\n" ); document.write( "--------
\n" ); document.write( "EQUATION:
\n" ); document.write( "value + value = 395 cents
\n" ); document.write( "10x+500-25x=395
\n" ); document.write( "-15x=-105
\n" ); document.write( "x=7 (number of dimes)
\n" ); document.write( "20-x=13 (number of quarters)
\n" ); document.write( "Cheers,
\n" ); document.write( "stan H.
\n" ); document.write( "
\n" ); document.write( "
\n" );