document.write( "Question 1080000: There is a jar of 79 coins, which are quarters and dimes. The total value is $10.75. How many of each type of coin do they have? \n" ); document.write( "
Algebra.Com's Answer #694228 by Alan3354(69443) You can put this solution on YOUR website! There is a jar of 79 coins, which are quarters and dimes. The total value is $10.75. How many of each type of coin do they have? \n" ); document.write( "---------- \n" ); document.write( "Q + D = 79 \n" ); document.write( "25Q + 10D = 1075 \n" ); document.write( " \n" ); document.write( " |