document.write( "Question 300724: bill has a collection of 65 nickels and dimes. their total worth is $5.50. find how many nickels and dimes bill has \n" ); document.write( "
Algebra.Com's Answer #215720 by nerdybill(7384)\"\" \"About 
You can put this solution on YOUR website!
bill has a collection of 65 nickels and dimes. their total worth is $5.50. find how many nickels and dimes bill has
\n" ); document.write( ".
\n" ); document.write( "Let n = number of nickels
\n" ); document.write( "then
\n" ); document.write( "65-n = number of dimes
\n" ); document.write( ".
\n" ); document.write( ".05n + .10(65-n) = 5.50
\n" ); document.write( ".05n + 6.5 - .10n = 5.50
\n" ); document.write( "6.5 - .05n = 5.50
\n" ); document.write( "-.05n = -1
\n" ); document.write( "n = 20 (number of nickels)
\n" ); document.write( ".
\n" ); document.write( "number of dimes:
\n" ); document.write( "65-n = 65-20 = 45
\n" ); document.write( "
\n" );