document.write( "Question 809761: Your pocket contains 10 coins and is a combination of nickels and dimes. The sum of the coins is 60 cents. How would you solve this??? \n" ); document.write( "
Algebra.Com's Answer #487761 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
n+d=10,
\n" ); document.write( "5n+10d=60
\n" ); document.write( "n=8 d=2
\n" ); document.write( "
\n" ); document.write( "
\n" );