document.write( "Question 365201: Problem: our math class collected $1.25 in nickles and dimes. If there is a total of 15 coins, how many coins of each kind are there? \n" ); document.write( "
Algebra.Com's Answer #260405 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
n+d = 15,
\n" ); document.write( "0.05n + 0.10d = 1.25. The top equation gives d = 15-n. Substituting into the bottom equation, gives:
\n" ); document.write( "0.05n + 0.10(15-n) = 1.25,
\n" ); document.write( "0.05n + 1.5-0.10n = 1.25,
\n" ); document.write( "-0.05n = -0.25
\n" ); document.write( "n = 5, the number of nickels,
\n" ); document.write( "d = 10, the number of dimes.
\n" ); document.write( "
\n" );