document.write( "Question 36729: Jill has $3.50 in nickels and dimes. If she has 50 coins, how many of each type of coin does she have? \n" ); document.write( "
Algebra.Com's Answer #22556 by checkley71(8403)\"\" \"About 
You can put this solution on YOUR website!
N+D=50
\n" ); document.write( "10D+5N=350\r
\n" ); document.write( "\n" ); document.write( "N=50-D OR SUBSTITUTING 50-D FOR N IN EQUATION #2 WE GET\r
\n" ); document.write( "\n" ); document.write( "10D+5(50-D)=350 OR 10D+250-5D=350 OR 5D=100 OR D=100/5 OR D=20 & N+20=50 OR N=30\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "PROOF 10*20+5*30=350 OR 200+150=350 OR 350=350
\n" ); document.write( "
\n" );