document.write( "Question 59028: A box of coins contains dimes, quarters, and half dollars. The face value of the half dollars and the dimes is the same as the face value of the quarters. Together the face value of the dimes and quarters is $6.50. The total number of coins is 43. How many dimes, quarters, and half dollars are in the box? \n" ); document.write( "
Algebra.Com's Answer #40477 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A box of coins contains dimes, quarters, and half dollars. The face value of the half dollars and the dimes is the same as the face value of the quarters. Together the face value of the dimes and quarters is $6.50. The total number of coins is 43. How many dimes, quarters, and half dollars are in the box? \n" ); document.write( "------- \n" ); document.write( "Let # of half dollars be \"h\"; Value of these is 50h cents \n" ); document.write( "Number of dimes is \"d\" ; Value of these is 10d cents \n" ); document.write( "Number of quarteris is \"q\" ; Value of these is 25q cents. \n" ); document.write( "EQUATIONS: \n" ); document.write( "50h+10d=25q \n" ); document.write( "10d+25q=650 \n" ); document.write( "h+d+q=43 \n" ); document.write( "---------- \n" ); document.write( "I used matrices to get the solution: \n" ); document.write( "Rearrange the equations as follows: \n" ); document.write( "50h+10d-25q=0 \n" ); document.write( "0 h+10d+25q=650 \n" ); document.write( "h + d + q = 43 \n" ); document.write( "------------- \n" ); document.write( "h=5 (number of half-dollars) \n" ); document.write( "d=20(number of dimes) \n" ); document.write( "q=18(number of quarters) \n" ); document.write( "--------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |