document.write( "Question 1205955: You have 37 coins that are nickels, dimes, and pennies. The total value of the coins is $1.55. There are twice as many pennies as dimes. Find the number of each type of coin in the bank.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #843075 by ikleyn(52787)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "You have 37 coins that are nickels, dimes, and pennies. \n" ); document.write( "The total value of the coins is $1.55. \n" ); document.write( "There are twice as many pennies as dimes. \n" ); document.write( "Find the number of each type of coin in the bank. \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let D be the number of dimes.\r\n" ); document.write( "\r\n" ); document.write( "Then the number of pennies is 2D, according to the problem.\r\n" ); document.write( "\r\n" ); document.write( "Hence, the number of nickels is (27 - D - 2D) = 37-3D (the remaining coins).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Now write the total money equations, in cents\r\n" ); document.write( "\r\n" ); document.write( " 5*(37-3D) + 10*D + 2D = 155 cents.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " +-----------------------------------------------+\r\n" ); document.write( " | At this point, the setup is just complete. |\r\n" ); document.write( " +-----------------------------------------------+\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Simplify this equation and find D\r\n" ); document.write( "\r\n" ); document.write( " 185 - 15*D + 10*D + 2*D = 155\r\n" ); document.write( "\r\n" ); document.write( " -3*D = 155 - 185\r\n" ); document.write( "\r\n" ); document.write( " -3*D = -30\r\n" ); document.write( "\r\n" ); document.write( " D =\r \n" ); document.write( "\n" ); document.write( "Solved using one equation in one unknown.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |