document.write( "Question 560426: if you have a total of 21 coins, all nickels and dimes. The total value is $1.70. How many nickels and how many dimes do you have?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #363867 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! if you have a total of 21 coins, all nickels and dimes. The total value is $1.70. How many nickels and how many dimes do you have? \n" ); document.write( "----- \n" ); document.write( "Equations: \n" ); document.write( "n + d = 21 \n" ); document.write( "5n + 10d = 170 cents \n" ); document.write( "---------------------------- \n" ); document.write( "Multiply thru the 1st equation by 5: \n" ); document.write( "5n + 5d = 5*21 \n" ); document.write( "5n +10d = 170 \n" ); document.write( "-------------- \n" ); document.write( "Subtract and solve for \"d\": \n" ); document.write( "5d = 65 \n" ); document.write( "d = 13 (# of dimes) \n" ); document.write( "---- \n" ); document.write( "n+d = 21 \n" ); document.write( "n + 13 = 21 \n" ); document.write( "n = 8 (# of nickels) \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "====================== \n" ); document.write( " |