document.write( "Question 1067268: Suppose you have 16 coins that equal at least $2.20. Some coins are quarters and some are nickels. What is the greatest amount of nickels you can have? \n" ); document.write( "
Algebra.Com's Answer #682498 by MathTherapy(10556)\"\" \"About 
You can put this solution on YOUR website!
Suppose you have 16 coins that equal at least $2.20. Some coins are quarters and some are nickels. What is the greatest amount of nickels you can have?
\n" ); document.write( "
Let number of quarters, and nickels be Q and N, respectively
\n" ); document.write( "Then we have: \".25Q+%2B+.05N+%3E=+2.2\"
\n" ); document.write( "\".25Q+%3E=+2.2+-+.05N\"
\n" ); document.write( "\"5Q+%3E=+44+-+N\" ------- Multiplying by 20
\n" ); document.write( "\"Q+%3E=+%2844+-+N%29%2F5\" ------- (1) \r
\n" ); document.write( "\n" ); document.write( "Also, we have: Q + N = 16_____Q = 16 - N
\n" ); document.write( "\"16+-+N+%3E=+%2844+-+N%29%2F5\" ------- Substituting 16 - N for Q in (1)
\n" ); document.write( "\"80+-+5N+%3E=+44+-+N\" ------- Multiplying by LCD, 5
\n" ); document.write( "\"-+4N+%3E=+-+36\"
\n" ); document.write( "N, or
\n" ); document.write( "Therefore, the GREATEST number of nickels is: 9 \n" ); document.write( "
\n" );