document.write( "Question 149607: 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 #109789 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
D-dimes
\n" ); document.write( "Q-quarters
\n" ); document.write( "H-half dollars
\n" ); document.write( "1.\"D%2BQ%2BH=70\" Total count of coins.
\n" ); document.write( "2.\"0.10D%2B0.25Q%2B0.50H=17.75\" Total value of coins.
\n" ); document.write( "3.\"Q=3D\" Three times dimes equals quarters.
\n" ); document.write( "Use eq. 3 to substitute for Q in eq. 1 and 2.
\n" ); document.write( "1.\"D%2BQ%2BH=70\"
\n" ); document.write( "\"D%2B3D%2BH=70\"
\n" ); document.write( "We'll call that equation 1a.
\n" ); document.write( "1a.\"4D%2BH=70\"
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "2.\"0.10D%2B0.25Q%2B0.50H=17.75\"
\n" ); document.write( "First multiply by 100 to get rid of decimals.
\n" ); document.write( "\"10D%2B25Q%2B50H=1775\"
\n" ); document.write( "\"10D%2B25%283D%29%2B50H=1775\"
\n" ); document.write( "\"10D%2B75D%2B50H=1775\"
\n" ); document.write( "We'll call that equation 2a.
\n" ); document.write( "2a.\"85D%2B50H=1775\"
\n" ); document.write( "Use eq. 1a to come up with an expression for H as a function of D.
\n" ); document.write( "1a.\"4D%2BH=70\"
\n" ); document.write( "\"H=70-4D\"
\n" ); document.write( "Now substitute into eq. 2a,
\n" ); document.write( "2a.\"85D%2B50H=1775\"
\n" ); document.write( "\"85D%2B50%2870-4D%29=1775\"
\n" ); document.write( "\"85D%2B3500-200D=1775\"
\n" ); document.write( "\"-115D=-1725\"
\n" ); document.write( "\"D=15\"
\n" ); document.write( "From eq. 3,
\n" ); document.write( "\"Q=3D\"
\n" ); document.write( "\"Q=3%2815%29\"
\n" ); document.write( "\"Q=45\"
\n" ); document.write( "From 1a,
\n" ); document.write( "\"H=70-4D\"
\n" ); document.write( "\"H=70-4%2A15\"
\n" ); document.write( "\"H=70-60\"
\n" ); document.write( "\"H=10\"
\n" ); document.write( "There are 15 dimes, 45 quarters, and 10 half dollars.
\n" ); document.write( "
\n" ); document.write( "
\n" );