document.write( "Question 304803: A man goes to the bank with $4.00 and asks for change. He is given an equal amount of nickels, dimes and quarters. How many of each is he given? \n" ); document.write( "
Algebra.Com's Answer #218289 by themathtutor2009(81)\"\" \"About 
You can put this solution on YOUR website!
n=nickels, d=dimes, q=quarters\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"n=d\", \"d=q\", \"n=q\"
\n" ); document.write( "\"0.05n%2B0.10d%2B0.25q=4\" ----> \"5n%2B10d%2B25q=400\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "----> \"5q%2B10q%2B25q=400\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"40q=400\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"q=10\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Answer: 10 nickels, dimes, and quarters
\n" ); document.write( "
\n" );