document.write( "Question 1039156: Suppose Tom has 24 coins totaling $3.75. If he has only dimes and quarters, how many of each type does he have?
\n" ); document.write( "Tom has __ dimes and ___ quarters?
\n" ); document.write( "

Algebra.Com's Answer #653893 by jorel555(1290)\"\" \"About 
You can put this solution on YOUR website!
Let q equal quarters. Then:
\n" ); document.write( "25q+10(24-q)=375
\n" ); document.write( "25q+240-10q=375
\n" ); document.write( "15q=135
\n" ); document.write( "q=9
\n" ); document.write( "24-q=15
\n" ); document.write( "Tom has 9 quarters and 15 dimes!!!!!!!!!!!!!!!
\n" ); document.write( "
\n" );