document.write( "Question 145059: Coins in a store's register total $12.50. The register only has nickels, dimes, and quarters. There are twice as many dimes as nickels. There are also twice as many quarters as dimes. How many dimes are there? \n" ); document.write( "
Algebra.Com's Answer #105769 by stanbon(75887) ![]() You can put this solution on YOUR website! Coins in a store's register total $12.50. The register only has nickels, dimes, and quarters. There are twice as many dimes as nickels. There are also twice as many quarters as dimes. How many dimes are there? \n" ); document.write( "------------ \n" ); document.write( "Let # of nickels be \"x\". \n" ); document.write( "Then # of dimes is \"2x\". \n" ); document.write( "And # of quarters is \"4x\" \n" ); document.write( "----------------------------- \n" ); document.write( "Value Equation: 5x + 10(2x) + 25(4x) = 1250 cents \n" ); document.write( "5x + 20x + 100x = 1250 \n" ); document.write( "125x = 1250 \n" ); document.write( "x = 10 (# of nickels) \n" ); document.write( "2x = 20 (# of dimes( \n" ); document.write( "4x = 40 (# of quarters) \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |