document.write( "Question 1021328: A collection of coins has a total value of 64 cents. There are two more nickels than dimes and three
\n" );
document.write( "times as many pennies as dimes. How many of each kind of coin are there?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #637052 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A collection of coins has a total value of 64 cents. \n" ); document.write( "There are two more nickels than dimes \n" ); document.write( "and three times as many pennies as dimes. \n" ); document.write( "---------------------------- \n" ); document.write( "How many of each kind of coin are there? \n" ); document.write( "------- \n" ); document.write( "Equations: \n" ); document.write( "p + 5n + 10d = 64 cents \n" ); document.write( "n = d + 2 \n" ); document.write( "p = 3d \n" ); document.write( "-------- \n" ); document.write( "Substitute for \"n\" and for \"p\" and solve for \"d\":: \n" ); document.write( "3d + 5(d+2) + 10d = 64 \n" ); document.write( "----------- \n" ); document.write( "18d + 10 = 64 \n" ); document.write( "18d = 54 \n" ); document.write( "d = 3 (# of dimes) \n" ); document.write( "n = d+2 = 5 (# of nickel) \n" ); document.write( "p = 3d = 9 (# of pennies) \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------- \n" ); document.write( " |