document.write( "Question 444101: There are 8 times as many dimes as nickels and the value of the dimes is $6.75 more than the value of nickels how many nickels and dimes are there? \n" ); document.write( "
Algebra.Com's Answer #321990 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
d=8n
\n" ); document.write( "10d-675=5n
\n" ); document.write( "80n-675=5n
\n" ); document.write( "75n=675
\n" ); document.write( "n=9
\n" ); document.write( "d=72
\n" ); document.write( "There are 72 dimes and 9 nickels..
\n" ); document.write( "
\n" ); document.write( "
\n" );