document.write( "Question 1046301: a coin bank containing only dimes and quarters has 20 more dimes than quarters. the total value of the coins us $9. how many quarters and dimes are in the coin bank? \n" ); document.write( "
Algebra.Com's Answer #661765 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! a coin bank containing only dimes and quarters has 20 more dimes than quarters. the total value of the coins us $9. how many quarters and dimes are in the coin bank? \n" ); document.write( "---------- \n" ); document.write( "Without the \"20 more dimes\" there would be pairs of coins, each pair worth 35 cents, and a total of $7. \n" ); document.write( "--- \n" ); document.write( "700/35 = 20 pairs \n" ); document.write( "--> 20 Q's and 40 dimes. \n" ); document.write( "========================= \n" ); document.write( "The \"hard way\": \n" ); document.write( "10d + 25q = 900 \n" ); document.write( "d = q + 20 \n" ); document.write( "10(q+20) + 25q = 900 \n" ); document.write( "35q = 700 \n" ); document.write( "q = 20 \n" ); document.write( "d = 40 \n" ); document.write( " \n" ); document.write( " |