document.write( "Question 395125: Anne has $2.35 in nickels and dimes, 27 coins in all. how many nickels does she have? put as an equation \n" ); document.write( "
Algebra.Com's Answer #280437 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
If N = the number of nickels ($0.05) and D = the number of dimes ($0.10), then:
\n" ); document.write( "1) N+D = 27 \"Anne has...27 coins in all.\"
\n" ); document.write( "2) ($0.05)N+($0.10)D = $2.35 \"Anne has $2.35 in nickels and dimes,...\"
\n" ); document.write( "Rewrite equation 1) as:
\n" ); document.write( "1a) N = 27-D and substitute this for N in equation 2).
\n" ); document.write( "2a) ($0.05)(27-D)+($0.10)D = $2.35 Simplify and solve for D.
\n" ); document.write( "2b) 1.35-0.05D+0.1D = 2.35
\n" ); document.write( "2c) 0.05D = 1.00
\n" ); document.write( "2d) D = 20 and N = 27-20 = 7
\n" ); document.write( "Anne has 7 nickels.
\n" ); document.write( "
\n" );