document.write( "Question 991135: I have 63 total coins. I have 3x more dimes than quarters and 6 fewer nickels than quarters. How do I write this as a math problem \n" ); document.write( "
Algebra.Com's Answer #611226 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Let N, D, and Q stand for the number of nickels, dimes, and quarters you have.
\n" ); document.write( "Total number of coins:
\n" ); document.write( "\"N%2BD%2BQ=63\"
\n" ); document.write( "3x more dimes than quarters:
\n" ); document.write( "\"D=3Q\"
\n" ); document.write( "6 fewer nickels than quarters:
\n" ); document.write( "\"N=Q-6\"
\n" ); document.write( "
\n" ); document.write( "
\n" );