document.write( "Question 135404: A man has twenty cons consisting of dimes and quarters. If the dimes were quarters and the quarters were dimes, he would have ninety cents more than he has now. How many dimes and quarters does he have? \n" ); document.write( "
Algebra.Com's Answer #99199 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A man has twenty coins consisting of dimes and quarters. If the dimes were quarters and the quarters were dimes, he would have ninety cents more than he has now. How many dimes and quarters does he have?
\n" ); document.write( "--------------------------------------
\n" ); document.write( "EQUATIONS:
\n" ); document.write( "d+q = 20
\n" ); document.write( "Old value = New Value - 90
\n" ); document.write( "10d+25q = 25d+10q - 90
\n" ); document.write( "------------------------------
\n" ); document.write( "Rearrange:
\n" ); document.write( "d+q = 20
\n" ); document.write( "-15d+15q = -90
\n" ); document.write( "d - q = 6
\n" ); document.write( "----------------
\n" ); document.write( "2d = 26
\n" ); document.write( "d = 13 (# of dimes)
\n" ); document.write( "q = 20-d = 20-13 = 7 (# of quarters)
\n" ); document.write( "===========================================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );