document.write( "Question 356764: A collection of 52 dimes and nickels is worth $4.50. How many nickels are there? \n" ); document.write( "
Algebra.Com's Answer #254666 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
Let d be the number of dimes and n be thenumber of nickles. You are told
\n" ); document.write( "\"n+%2B+d+=+52\" so \"d+=+52+-+n\"
\n" ); document.write( "\"0.05n+%2B+0.1d+=+4.50\"
\n" ); document.write( "Now use those two equations to solve
\n" ); document.write( "\"0.05n+%2B+0.1d+=+4.50\"
\n" ); document.write( "\"5n+%2B+10d+=+450\"
\n" ); document.write( "\"5n+%2B+10%2852+-+n%29+=+450\"
\n" ); document.write( "\"5n+%2B+520+-+10n+=+450\"
\n" ); document.write( "\"-5n+=+450+-+520\"
\n" ); document.write( "\"-5n+=+-70\"
\n" ); document.write( "\"n+=+14\"
\n" ); document.write( "So there are 14 nickle.s Which means there must be 52-14=38 dimes
\n" ); document.write( "Does 3.80 in dimes + 70 cents in nicles equal 4.50?\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );