document.write( "Question 297321: is it possible to have $6.00 in nickels, dimes and quarters, and have the same number of each kind of coins? \n" ); document.write( "
Algebra.Com's Answer #214118 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Assume you have N coins of each denomination.
\n" ); document.write( "Solve for N. If it's an integer, then the answer is yes.
\n" ); document.write( "If it's not, then it can't be done.
\n" ); document.write( "\"N%2A%280.05%29%2BN%2A%280.10%29%2BN%2A%280.25%29=6.00\"\r
\n" ); document.write( "\n" ); document.write( "\"N%2A%280.40%29=6\"
\n" ); document.write( "\"N=15\"
\n" ); document.write( "
\n" );