Algebra.Com's Answer #636544 by ikleyn(53765)  You can put this solution on YOUR website! . \n" );
document.write( "The total number of coins in a box is 312. The number of dimes is three times the number of nickels and quarters together. \n" );
document.write( "If the box has 31 dollars and 50 cents find the number of nickels, dimes and quarters \n" );
document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" );
document.write( " \n" );
document.write( "\n" );
document.write( "\r\n" );
document.write( "Originally this problem is in three unknowns and three equations.\r\n" );
document.write( "But it can be reduced to the problem in two unknowns and two equations.\r\n" );
document.write( "I will show you now how to make this reduction.\r\n" );
document.write( "\r\n" );
document.write( "Let M be the number of nickels and quarters together.\r\n" );
document.write( "Then the number of dimes is 3M, according to the condition.\r\n" );
document.write( "Since the total number of coins in a box is 312, it gives you an equation\r\n" );
document.write( "\r\n" );
document.write( "M + 3M = 312, or 4M = 312.\r\n" );
document.write( "\r\n" );
document.write( "Hence, M = = 78.\r\n" );
document.write( "\r\n" );
document.write( "Thus the number of dimes is 3M = 3*78 = 234. Correspondingly, the amount in dimes is $0.10*234 = $23.40.\r\n" );
document.write( "\r\n" );
document.write( "Then the amount in other coins (in nickels and quarters together) is $31.50 - $23.40 = $8.10.\r\n" );
document.write( "\r\n" );
document.write( "Thus the reduction is done. We reduced the original problem to this one:\r\n" );
document.write( "\r\n" );
document.write( " There are 78 coins in a box, nickels and quarters. If the box has $8.10, \r\n" );
document.write( " find the number of nickels and quarters.\r\n" );
document.write( "\r\n" );
document.write( "For this auxiliary problem we have two equations in two unknowns\r\n" );
document.write( "\r\n" );
document.write( " n + q = 78, (1)\r\n" );
document.write( "5n + 25q = 810, (2)\r\n" );
document.write( "\r\n" );
document.write( "where n = # of nickels and q = # of quarters.\r\n" );
document.write( "\r\n" );
document.write( "To solve it, express n = 78-q from (1) and substitute into (2). You will get a single equation for n\r\n" );
document.write( "\r\n" );
document.write( "5(78-q) + 25q = 810.\r\n" );
document.write( "\r\n" );
document.write( "Simplify and solve it:\r\n" );
document.write( "\r\n" );
document.write( "390 - 5q + 25q = 810,\r\n" );
document.write( "20q = 810 - 390,\r\n" );
document.write( "20q = 420,\r\n" );
document.write( "\r\n" );
document.write( "q = = 21.\r\n" );
document.write( "\r\n" );
document.write( "Thus the number of quarters is 21.\r\n" );
document.write( "Hence, the number of nickels is n = 78-q = 78-21 = 57.\r\n" );
document.write( "\r\n" );
document.write( "Check: 5*57 + 25*21 = 810.\r\n" );
document.write( "\r\n" );
document.write( "Answer. n = 57, d = 234, q = 21. \r\n" );
document.write( " \n" );
document.write( " \n" );
document.write( " |