document.write( "Question 1010736: A class contributed $11.40 in dimes and quarters to a welfare fund. In all, there were 60 coins. How many coins of each kind were contributed? \n" ); document.write( "
Algebra.Com's Answer #626197 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call the amounts of each coin, d and q. Then we have
\n" ); document.write( "d + q = 60
\n" ); document.write( "The value equation is
\n" ); document.write( "10d + 25q = 1140 (we work in cents)
\n" ); document.write( "Now multiply the top one by ten and subtract and we get
\n" ); document.write( "10d + 25q = 1140
\n" ); document.write( "-(10d + 10q = 600)
\n" ); document.write( "-------------------
\n" ); document.write( "15q = 540
\n" ); document.write( "q = 36 quarters
\n" ); document.write( "d = 60-36 = 24 dimes
\n" ); document.write( "
\n" );