document.write( "Question 260394: Word problem: A storekeeper goes to the bank to get $10 worth of change. She requests twice as many quarters as half dollars, twice as many dimes as quarters, three times as many nickels as dimes, and no pennies or dollars. How many of each coin did the storekeeper get? \n" ); document.write( "
Algebra.Com's Answer #191958 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! no. of each coin represented by: n, d, q, h \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement \n" ); document.write( ": \n" ); document.write( "A storekeeper goes to the bank to get $10 worth of change. \n" ); document.write( ".05n + .10d + .25q + .50h = 10.00 \n" ); document.write( ": \n" ); document.write( "We are going to get everything in terms of d. \n" ); document.write( ": \n" ); document.write( "She requests twice as many quarters as half dollars, \n" ); document.write( "q = 2h \n" ); document.write( ": \n" ); document.write( "twice as many dimes as quarters, \n" ); document.write( "d = 2q \n" ); document.write( "or \n" ); document.write( "q = .5d \n" ); document.write( ": \n" ); document.write( "three times as many nickels as dimes, \n" ); document.write( "n = 3d \n" ); document.write( ": \n" ); document.write( "In the equation q = 2h, replace q with .5d from the equation q =.5d \n" ); document.write( ".5d = 2h \n" ); document.write( "d = 4h \n" ); document.write( "or \n" ); document.write( "h = .25d \n" ); document.write( ": \n" ); document.write( ".05n + .10d + .25q + .50h = 10.00 \n" ); document.write( "Substitute \n" ); document.write( ".05(3d) + .10d + .25(.5d) + .50(.25d) = 10.00 \n" ); document.write( ": \n" ); document.write( ".15d + .10d + .125d + .125d = 10.00 \n" ); document.write( ".5d = 10 \n" ); document.write( "d = 10/.5 \n" ); document.write( "d = 20 dimes \n" ); document.write( "and \n" ); document.write( "q = .5d \n" ); document.write( "q = .5(20) \n" ); document.write( "q = 10 quarters \n" ); document.write( "and \n" ); document.write( "n = 3d \n" ); document.write( "n = 3(20) \n" ); document.write( "n = 60 nickels \n" ); document.write( "and \n" ); document.write( "h = .25d \n" ); document.write( "h = .25(20) \n" ); document.write( "h = 5 halfs \n" ); document.write( ": \n" ); document.write( "See if that works \n" ); document.write( ".05(60) + .10(20) + .25(10) + .5(5) = \n" ); document.write( "3.00 + 2.00 + 2.50 + 2.50 = 10.00 \n" ); document.write( ": \n" ); document.write( "Summarize: 60 nickels, 20 dimes, 10 quarters, 5 half$ \n" ); document.write( " |