document.write( "Question 1007644: Warren has 40 coins (all nickels, dimes, and quarters) worth $4.05. He has 7 nore nickels than dimes. How many quarters does Warren have? \n" ); document.write( "
Algebra.Com's Answer #623565 by ikleyn(52795)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "Warren has 40 coins (all nickels, dimes, and quarters) worth $4.05. He has 7 more nickels than dimes. How many quarters does Warren have? \n" ); document.write( "--------------------------------------------------------------------------\r \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "The condition gives you these three equations for three unknowns n, d and q\r\n" ); document.write( "\r\n" ); document.write( " n + d + q = 40, (1)\r\n" ); document.write( "5n + 10d + 25q = 405, (2)\r\n" ); document.write( " n = d + 7 (3)\r\n" ); document.write( "\r\n" ); document.write( "where n = number of nickels, d = number of dimes, q = number of quarters.\r\n" ); document.write( "\r\n" ); document.write( "To solve it, first reduce (2) by factor (5). You will get (2') instead of (2)\r\n" ); document.write( "\r\n" ); document.write( " n + 2d + 5q = 81 (2')\r\n" ); document.write( "\r\n" ); document.write( "Next, substitute the expression (3) for n into (1) and (2'). You will get\r\n" ); document.write( "\r\n" ); document.write( " (d + 7) + d + q = 40, (3)\r\n" ); document.write( " (d + 7) + 2d + 5q = 81. (4)\r\n" ); document.write( "\r\n" ); document.write( "Simplify (3) and (4):\r\n" ); document.write( "\r\n" ); document.write( " 2d + q = 33, (5)\r\n" ); document.write( " 3d + 5q = 74. (6)\r\n" ); document.write( "\r\n" ); document.write( "Multiply (5) by (-3) (both sides); multiply (6) by 2 and then add. In this way, you will exclude d and will get the single equation for q:\r\n" ); document.write( "\r\n" ); document.write( " 10q - 3q = 2*74 - 3*33 = 148 - 99 = 49.\r\n" ); document.write( "\r\n" ); document.write( "It gives\r\n" ); document.write( "\r\n" ); document.write( " 7q = 49,\r\n" ); document.write( " q =\n" ); document.write( " |