document.write( "Question 276548: A person has 17 coins, all nickels and dimes, worth $1.25. How many nickels are there? \n" ); document.write( "
Algebra.Com's Answer #201507 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
n+d=17
\n" ); document.write( "5n+10d=125
\n" ); document.write( "d=8 n=9
\n" ); document.write( "80+45=125
\n" ); document.write( "
\n" );