document.write( "Question 362602: A pile of 40 coins consists of nickels and dimes. The total value of the coins is $3.35. Find the number of each type of coin. \n" ); document.write( "
Algebra.Com's Answer #258448 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
N+D=40 OR N=40-D
\n" ); document.write( ".05N+.10D=3.35
\n" ); document.write( ".05(40-D)+.10D=3.35
\n" ); document.write( "2-.05D+.10D=3.35
\n" ); document.write( ".05D=3.35-2
\n" ); document.write( ".05D=1.35
\n" ); document.write( "D=1.35/.05
\n" ); document.write( "D=27 DIMES.
\n" ); document.write( "N=40-27=13 NICKELS.
\n" ); document.write( "PROOF:
\n" ); document.write( ".05*13+.10*27=3.35
\n" ); document.write( ".65+2.70=3.35
\n" ); document.write( "3.35=3.35
\n" ); document.write( "
\n" ); document.write( "
\n" );