document.write( "Question 1030119: Members of a school club are buying matching shirts. They know at least 25 members will get a shirt. Long-sleeve shirts are $10 each and short-sleeve shirts are $5 each. The club can spend no more than $165. What are the minimum and maximum numbers of long-sleeve shirts that can be purchased? \n" ); document.write( "
Algebra.Com's Answer #645040 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"+y+\" = number of short sleeve shirts they can buy
\n" ); document.write( "Let \"+x+\" = number of long sleeve shirts they can buy
\n" ); document.write( "------------------------
\n" ); document.write( "\"+5y+%2B+10x+%3C=+165+\"
\n" ); document.write( "\"+y+%2B+x+%3E=+25+\"
\n" ); document.write( "--------------------
\n" ); document.write( "\"+5y+%3C=+-10x+%2B+165+\"
\n" ); document.write( "\"+y+%3C=+-2x+%2B+33+\"
\n" ); document.write( "and
\n" ); document.write( "\"+y+%3E=+-x+%2B+25+\"
\n" ); document.write( "------------------
\n" ); document.write( "Here are the plots:
\n" ); document.write( "\"+graph%28+600%2C+400%2C+-5%2C+20%2C+-10%2C+50%2C+-2x+%2B+33%2C+-x+%2B+25+%29+\"
\n" ); document.write( "From the plot, it looks like ( 8, 17 ) is the maximum point
\n" ); document.write( "so, \"+x+=+8+\" is the maximum
\n" ); document.write( "----------------------------
\n" ); document.write( "I can go down to \"+x=0+\", and \"+y+\"
\n" ); document.write( "can be between \"+y+=+25+\" and \"+y+=+33+\"
\n" ); document.write( "--------------------------------------
\n" ); document.write( "The solution area is between the lines to the left
\n" ); document.write( "of where the lines intersect.
\n" ); document.write( "The maximum number of long
\n" ); document.write( "sleeve shirts they can buy is 8
\n" ); document.write( "-------------------------
\n" ); document.write( "The minimum number of long
\n" ); document.write( "sleeve shirts they can buy is 0
\n" ); document.write( "-------------------------
\n" ); document.write( "Hope this helps
\n" ); document.write( "
\n" );