document.write( "Question 1152747: A man has a collection of dimes and quarters with a total of $3.50. If he has 7 more dimes than quarters, how many of each coins does he have? \n" ); document.write( "
Algebra.Com's Answer #774832 by math_helper(2461)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "q = number of quarters
\n" ); document.write( "d = number of dimes = q+7\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "25q + 10(q+7) = 350 (cents)
\n" ); document.write( "35q + 70 = 350
\n" ); document.write( "35q = 280
\n" ); document.write( "q = 280/35 = 8 ---> d = 15\r
\n" ); document.write( "\n" ); document.write( "=====
\n" ); document.write( "Ans: 8 quarters and 15 dimes
\n" ); document.write( "=====
\n" ); document.write( "Check:
\n" ); document.write( " 25(8) + 10(15) = 200 + 150 = 350 (= $3.50) (ok) \n" ); document.write( "
\n" );