document.write( "Question 312036: Araceli goes to the bank to get $10 worth of change. She requests twice as many
\n" );
document.write( "quarters as half-dollars, twice as many dimes as quarters, three times as many nickels as dimes, and no pennies or dollars. What is the total number of dimes and nickels?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #223115 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Araceli goes to the bank to get $10 worth of change. She requests twice as many \n" ); document.write( "quarters as half-dollars, twice as many dimes as quarters, three times as many nickels as dimes, and no pennies or dollars. What is the total number of dimes and nickels? \n" ); document.write( ". \n" ); document.write( "Let x = number of half-dollars \n" ); document.write( "then \n" ); document.write( "2x = number of quarters \n" ); document.write( "2(2x) = 4x = number of dimes \n" ); document.write( "3(2(2x)) = 12x = number of nickels \n" ); document.write( ". \n" ); document.write( ".50x + .25(2x) +.10(4x) + .05(12x) = 10 \n" ); document.write( ".5x + .5x + .4x + .6x = 10 \n" ); document.write( "2x = 10 \n" ); document.write( "x = 5 (number of half-dollars) \n" ); document.write( ". \n" ); document.write( "dimes: \n" ); document.write( "4x = 4(5) = 20 dimes \n" ); document.write( ". \n" ); document.write( "nickels: \n" ); document.write( "12x = 12(5) = 60 nickels \n" ); document.write( ". \n" ); document.write( "total number of dimes and nickels = 20+60 = 80 \n" ); document.write( " |