document.write( "Question 907462: I have 2 more nickles than dimes. If I have $.55 total, how many of each coin do I have. \n" ); document.write( "
Algebra.Com's Answer #550399 by josgarithmetic(39620)\"\" \"About 
You can put this solution on YOUR website!
d for dimes
\n" ); document.write( "n for nickels\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "n=d+2, two more nickels than dimes.\r
\n" ); document.write( "\n" ); document.write( "\"0.05n%2B0.10d=0.55\"
\n" ); document.write( "\"n%2B2d=11\"
\n" ); document.write( "substitute for n.
\n" ); document.write( "\"%28d%2B2%29%2B2d=11\"
\n" ); document.write( "Do the rest.
\n" ); document.write( "
\n" );