document.write( "Question 1071715: Cameron has 45 coins, all dimes and quarters. The total value of the coins is $9.15.
\n" ); document.write( " How many dimes?
\n" ); document.write( " How many Quarters?
\n" ); document.write( " Thank you!
\n" ); document.write( "

Algebra.Com's Answer #692354 by MathTherapy(10552)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Cameron has 45 coins, all dimes and quarters. The total value of the coins is $9.15.
\n" ); document.write( " How many dimes?
\n" ); document.write( " How many Quarters?
\n" ); document.write( " Thank you!
\n" ); document.write( "
Let number of dimes be D
\n" ); document.write( "Then number of quarters is: 45 - D
\n" ); document.write( "We then get the following VALUE equation: .1D + .25(45 - D) = 9.15
\n" ); document.write( ".1D + 11.25 - .25D = 9.15
\n" ); document.write( ".1D - .25D = 9.15 - 11.25
\n" ); document.write( "- .15D = - 2.1
\n" ); document.write( "D, or number of dimes = \"highlight_green%28matrix%281%2C3%2C+%28-+2.1%29%2F%28-+.15%29%2C+%22=%22%2C+14%29%29\"
\n" ); document.write( "Number of quarters: \"highlight_green%28matrix%281%2C3%2C+45+-+14%2C+%22=%22%2C+31%29%29\" \n" ); document.write( "
\n" );