document.write( "Question 572418: Susana works at an Italian ice shop during the summer. She needs to order 5-ounce and 8-ounce cups. The storage room will only hold 10 more boxes of cups. A box of 5-ounce cups costs $15 and a box of 8-ounce cups costs $18. A maximum of $90 is budgeted for cups. Give two possible combinations of cups Susana can order.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #368397 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! She needs to order 5-ounce and 8-ounce cups. The storage room will only hold 10 more boxes of cups. A box of 5-ounce cups costs $15 and a box of 8-ounce cups costs $18. A maximum of $90 is budgeted for cups. Give two possible combinations of cups Susana can order. \n" ); document.write( "--------------------- \n" ); document.write( "Equation: \n" ); document.write( "f + e <= 10 boxes \n" ); document.write( "15f+18e <= 90 dollars \n" ); document.write( "-------------------------------- \n" ); document.write( "Modify for graphing: \n" ); document.write( "f <= -e + 10 \n" ); document.write( "f <= (-6/5)e + 6 \n" ); document.write( "-------- \n" ); document.write( " \n" ); document.write( "====================== \n" ); document.write( "One solution: 2 boxes of 5 ounce and 3 boxes of 8 ounce \n" ); document.write( "2nd solution: 2 boxes of 5 counce and 2 boxes of 8 ounce \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " |