document.write( "Question 74304: Jill has $3.50 in nickels and dimes. If she has 50 coins, how
\n" ); document.write( "many of each type of coin does she have?
\n" ); document.write( "

Algebra.Com's Answer #53295 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
\"5N\" is the value of all the nickels
\n" ); document.write( "\"10D\" is the value of all the dimes
\n" ); document.write( "\"5N+%2B+10D+=+350\"
\n" ); document.write( "It is given that
\n" ); document.write( "\"N+%2B+D+=+50\"
\n" ); document.write( "\"N+=+50+-+D\"
\n" ); document.write( "Therefore
\n" ); document.write( "\"5%2850+-+D%29+%2B+10D+=+350\"
\n" ); document.write( "\"250+-+5D+%2B+10D+=+350\"
\n" ); document.write( "\"5D+=+100\"
\n" ); document.write( "\"D+=+20\"
\n" ); document.write( "\"N+=+50+-+D\"
\n" ); document.write( "\"N+=+50+-+20\"
\n" ); document.write( "\"N+=+30\"
\n" ); document.write( "So, there are 30 nickels and 20 dimes
\n" ); document.write( "
\n" );