document.write( "Question 5024: a vending machine takes only nickels and dimes. there are 5 times as many dimes as nickels in the machine. the face value of the coins is $4.40. how many of each coin are in the machine? \n" ); document.write( "
Algebra.Com's Answer #2505 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! Let D = # of dimes ($0.10) \n" ); document.write( "Let N = # of nickels ($0.05)\r \n" ); document.write( "\n" ); document.write( "There are 5 time as many dimes as nickels, so: D = 5N Substitute this into the eqation below. \n" ); document.write( "The total value of the coins is, so: ($0.10)D + ($0.05)N = $4.40\r \n" ); document.write( "\n" ); document.write( "Now you have two equations and two unknowns. You can solve the problem.\r \n" ); document.write( "\n" ); document.write( "($0.10)(5N) + ($0.05)N = $4.40 Simplify. \n" ); document.write( "($0.50)N + ($0.05)N = $4.40 \n" ); document.write( "($0.55)N = $4.40 Divide both sides by ($0.55) \n" ); document.write( "N = 8 There are 8 nickels. \n" ); document.write( "D = 5N \n" ); document.write( "D = 5(8) \n" ); document.write( "D = 40 There are 40 dimes.\r \n" ); document.write( "\n" ); document.write( "Check: \n" ); document.write( "($0.05)(8) + $).10)(40) = $0.40 + $4.00 = $4.40 \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |