document.write( "Question 928114: Please help me solve this: A man has 52 coins, all of which are dimes, quarters, and nickels. The total value of his change is $8.20. If the number of quarters is twice the number of nickels, how many of each does he have?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "So far I have two equations set up: x+2y+z=52 and 0.10x +0.25y +0.05z=8.20
\n" );
document.write( "but I don't think those are right. \n" );
document.write( "
Algebra.Com's Answer #563472 by Alan3354(69443) You can put this solution on YOUR website! A man has 52 coins, all of which are dimes, quarters, and nickels. The total value of his change is $8.20. If the number of quarters is twice the number of nickels, how many of each does he have? \n" ); document.write( "================ \n" ); document.write( "So far I have two equations set up: \n" ); document.write( "x+2y+z=52 and \n" ); document.write( "0.10x +0.25y +0.05z=8.20 \n" ); document.write( "but I don't think those are right. \n" ); document.write( "---------- \n" ); document.write( "Use d, q & n, makes it clearer \n" ); document.write( "d + q + n = 52 \n" ); document.write( "10d + 25q + 5n = 820 \n" ); document.write( "q = 2n \n" ); document.write( "-------- \n" ); document.write( "Sub for q in the 1st 2 eqns \n" ); document.write( "--- \n" ); document.write( "d + 3n = 52 times 2 --> 2d + 6n = 104 \n" ); document.write( "10d + 50n + 5n = 820 \n" ); document.write( "10d + 55n = 820 /5 --> 2d + 11n = 164 \n" ); document.write( "------------ \n" ); document.write( "2d + 6n = 104 \n" ); document.write( "2d + 11n = 164 \n" ); document.write( "------------------- Subtract \n" ); document.write( "-5n = -60 \n" ); document.write( "n = 12 nickels \n" ); document.write( "etc \n" ); document.write( " \n" ); document.write( " |