document.write( "Question 65380: joe has $4.70 in half-dollars, quarters, and dimes. The number of quarters is 10 less than twice the number of dimes. The number of half-dollars decreased by the number of quarters is 2. Find the umber of coins of each type. \n" ); document.write( "
Algebra.Com's Answer #45916 by Zizzle(2)\"\" \"About 
You can put this solution on YOUR website!
Let the number of dimes = d
\n" ); document.write( "Let the number of quarters = 2d-10
\n" ); document.write( "Let the number of half dollars = 2d-8\r
\n" ); document.write( "\n" ); document.write( ".10(d) + .25(2d-10) + .50(2d-8) = 4.70
\n" ); document.write( ".10d + .5d-2.5 + 1d-4 = 4.70
\n" ); document.write( "1.6d - 6.5 = 4.70
\n" ); document.write( "1.6d = 4.70+6.5
\n" ); document.write( "1.6d = 11.20
\n" ); document.write( "d=7\r
\n" ); document.write( "\n" ); document.write( "The number of dimes = 7
\n" ); document.write( "The number of quarters = 2(7)-10, which is equal to 4
\n" ); document.write( "The number of half dollars = 2(7)-8, which is equal to 6
\n" ); document.write( "
\n" );