document.write( "Question 1171555: A clothing manufacturer has 20 yards of cotton to make shirts and pajamas. A shirt requires 1 yard of fabric and a pair of pajamas requires 2 yard of fabric. It takes two hours to make a shirt and 3 hours to make the pajamas, and there are 24 hours available to make the clothing. Give two possible numbers of shirt and pajamas he can make. \n" ); document.write( "
Algebra.Com's Answer #802744 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
s = number of shirts
\n" ); document.write( "p = number of pajamas\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "s + 2p <= 20
\n" ); document.write( "2s + 3p <= 24\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Technically, the manufacturer could choose to make 1 shirt and 1 pair of pajamas and that would still satisfy the conditions. There are many more pairs that work, and you can find them yourself.
\n" ); document.write( "
\n" );