document.write( "Question 95730: a drive in cashier took $20 in bills to the bank to get change. she asked for twice as many dimes as nickels and three times as many quarters as nickels. Was the teller able to grant her request?
\n" );
document.write( "help \n" );
document.write( "
Algebra.Com's Answer #69745 by bucky(2189)![]() ![]() ![]() You can put this solution on YOUR website! Let N equal the number of nickels. \n" ); document.write( ". \n" ); document.write( "Since the number of dimes is to be twice the number of nickels, the number of dimes is 2*N. \n" ); document.write( ". \n" ); document.write( "And since the number of quarters is to be three times the number of nickels, the number of \n" ); document.write( "quarters is 3*N \n" ); document.write( ". \n" ); document.write( "Since there are N nickels and each nickel is $0.05, the amount of money from nickels will \n" ); document.write( "be 0.05*N. \n" ); document.write( ". \n" ); document.write( "Since there are 2*N dimes and each dime is $0.10, the amount of money from dimes will be \n" ); document.write( "(0.10)*2*N which equals 0.2*N. \n" ); document.write( ". \n" ); document.write( "Finally since there are 3*N quarters and each quarter is $0.25, the amount of money from \n" ); document.write( "quarters will be (0.25)*3*N = 0.75N. \n" ); document.write( ". \n" ); document.write( "Now we need to find the total amount of money from nickels, dimes, and quarters by adding \n" ); document.write( "these three amounts and setting it equal to $20. In equation form this is: \n" ); document.write( ". \n" ); document.write( "0.05*N + 0.2*N + 0.75*N = 20 \n" ); document.write( ". \n" ); document.write( "Add the three terms on the left side. They total 1.0*N so the equation becomes: \n" ); document.write( ". \n" ); document.write( "1.0*N = 20 \n" ); document.write( ". \n" ); document.write( "Divide both sides by 1.0 and you get N = 20 \n" ); document.write( ". \n" ); document.write( "So there are 20 nickels. \n" ); document.write( ". \n" ); document.write( "Therefore the number of dimes is twice the number of nickels, so there are 40 dimes. \n" ); document.write( ". \n" ); document.write( "And the number of quarter is three times the number of nickels, so there are 60 quarters. \n" ); document.write( ". \n" ); document.write( "Now let's check it out. 20 nickels is $1.00. 40 dimes is $4.00. And 60 quarters (at 4 quarters \n" ); document.write( "per dollar) is $15. This total is $1.00 + $4.00 + $15.00 = $20.00. The answer of 20 nickels, \n" ); document.write( "40 dimes, and 60 quarters is correct. \n" ); document.write( ". \n" ); document.write( "Hope this helps you to understand the problem and how you can get the answer. \n" ); document.write( " \n" ); document.write( " |