document.write( "Question 1057812: Dan has 21 coins, all nickels, dimes, and quarters worth $3.35. If he has 4 more quarters than dimes, how many of each coin does he have. \n" ); document.write( "
Algebra.Com's Answer #672810 by josgarithmetic(39616)\"\" \"About 
You can put this solution on YOUR website!
Each coin count, n, d, q;\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"system%28n%2Bd%2Bq=21%2C0.05n%2B0.1d%2B0.25q=3.35%2Cq=d%2B4%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Simplify the money accounting as \"n%2B2d%2B5q=67\".
\n" ); document.write( "
\n" );