document.write( "Question 136682:  Word problem:
\n" );
document.write( "There are 60 dimes and quarters in the drawer. Arny counted them and found that their total value was $8.70.  How many coins of each type did Arny have? \n" );
document.write( "
| Algebra.Com's Answer #100077 by wvgirl64(4)      You can put this solution on YOUR website! (d)(q)(60)=$8.70 \n" ); document.write( " d = 42 \n" ); document.write( " q = 18 \n" ); document.write( " 42 *.10 = 4.20 \n" ); document.write( " 18 * .25 = 4.50 \n" ); document.write( " 4.50 + 4.20 = $8.70 \n" ); document.write( " |