document.write( "Question 935188: A catering business offers two sizes of baked ziti. Its small ziti dish uses 1 cup of sauce and 1 3/4 cups of cheese. Its large ziti dish uses 2 cups of sauce and 3 cups of cheese. The business has 100 cups of sauce and 400 cups of cheese on hand. It makes $6 profit on their small dishes and $5 profit on their large dishes. It wants to maximize the profit from selling the two sizes of ziti. Let x represent the number of small dishes and y represent the number of large dishes. \r
\n" ); document.write( "\n" ); document.write( "What are the constraints for the problem?
\n" ); document.write( "

Algebra.Com's Answer #568351 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
The number of cups of cheese used is:
\n" ); document.write( "\"+1.75x+%2B+3y+\"
\n" ); document.write( "The number of cups of sauce used is:
\n" ); document.write( "\"+x+%2B+2y+\"
\n" ); document.write( "---------------
\n" ); document.write( "(1) \"+1.75x+%2B+3y+%3C=+400+\"
\n" ); document.write( "(2) \"+x+%2B+2y+%3C=+100+\"
\n" ); document.write( "-----------------------
\n" ); document.write( "The profit is \"+6x+%2B+5y+\"
\n" ); document.write( "
\n" ); document.write( "
\n" );