document.write( "Question 177878This question is from textbook
\n" );
document.write( ": A collection of 70 coins consisting of dimes, quarters, and half-dollars has a value of $17.75. There are three times as many quarters as dimes. Find the number of each kind of coin. \n" );
document.write( "
Algebra.Com's Answer #132861 by MathTherapy(10552)![]() ![]() You can put this solution on YOUR website! Let the amount of dimes be d, then the amount of quarters are 3d \n" ); document.write( "Let the amount of half-dollars be h \n" ); document.write( "Then d + 3d + h = 70, or 4d + h = 70 \n" ); document.write( "Then d(.10) + 3d(.25) + h(.5) = 17.75, or .1d + .75d + .5h = 17.75, or .85d + .5h = 17.75\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " 4d + h = 70 -----------(i) \n" ); document.write( " .85d + .5h = 17.75 -------(ii) \n" ); document.write( "Multiply eq. (i) by - .5 -2.00d - .5h = - 35 -------(iii) \n" ); document.write( "Add eq (ii) & (iii) -1.15d = - 17.25 \n" ); document.write( " d = 15\r \n" ); document.write( "\n" ); document.write( " 4(15) + h = 70 \n" ); document.write( " 60 + h = 70 \n" ); document.write( " h = 10 \n" ); document.write( "Therefore, there are 15 dimes - $1.50 \n" ); document.write( " there are 45 quarters - $11.25 \n" ); document.write( " there are 10 half-dollars - $5.00 \n" ); document.write( " \n" ); document.write( " |