document.write( "Question 803310: Jose has $4.15 in nickels and dimes. He has fourteen more nickels than dimes. How many of each coin does he have? \n" ); document.write( "
Algebra.Com's Answer #484262 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
n=d+14,
\n" ); document.write( "5n+10d=415
\n" ); document.write( "d = 23, n = 37
\n" ); document.write( "
\n" );