document.write( "Question 1065400: Joe has 38 coins, some quarters, some dimes. If the total amount was $6.60, how many quarters d he have? How many dimes? \n" ); document.write( "
Algebra.Com's Answer #680571 by Alan3354(69443) You can put this solution on YOUR website! Joe has 38 coins, some quarters, some dimes. If the total amount was $6.60, how many quarters d he have? How many dimes? \n" ); document.write( "--------- \n" ); document.write( "q + d = 38 \n" ); document.write( "25q + 10d = 660 \n" ); document.write( " \n" ); document.write( " |