document.write( "Question 1054748: I have 12 coins that total the value of $2.25. If there are only quarters and dimes, how many of each kind are there \n" ); document.write( "
Algebra.Com's Answer #669956 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
I have 12 coins that total the value of $2.25. If there are only quarters and dimes, how many of each kind are there.
\n" ); document.write( "----------
\n" ); document.write( "d + q = 12 coins
\n" ); document.write( "10d + 25q = 225 cents
\n" ); document.write( "----------------------------
\n" ); document.write( "2d + 2q = 24
\n" ); document.write( "2d + 5q = 45
\n" ); document.write( "----------------------
\n" ); document.write( "Subtract and solve for \"q\"::
\n" ); document.write( "3q = 21
\n" ); document.write( "q = 7 (# of quarters)
\n" ); document.write( "-------------------
\n" ); document.write( "d = 12-q = 12-7 = 5 (# of dimes)
\n" ); document.write( "----------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "-------------
\n" ); document.write( "
\n" );