document.write( "Question 55183: Mrs. Levy sells cookie bouquets. She can make no more than 15 bouquets in one week. Small bouquets sell for $25 and large bouquets sell for $55. If she prefers to make no more than 7 large arrangements a week, how many of each size should she sell to maximize her weekly sales?\r
\n" );
document.write( "\n" );
document.write( "the inequalitites i got were:
\n" );
document.write( "s+l<(or equal to)15
\n" );
document.write( "8s+7l<(or equal to)585
\n" );
document.write( "s>(or equal to)0
\n" );
document.write( "l>(or equal to)0\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "is that correct?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #37470 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Mrs. Levy sells cookie bouquets. She can make no more than 15 bouquets in one week. Small bouquets sell for $25 and large bouquets sell for $55. If she prefers to make no more than 7 large arrangements a week, how many of each size should she sell to maximize her weekly sales? \n" ); document.write( "-------------- \n" ); document.write( "0<=L<=7 \n" ); document.write( "0<=S<=15 \n" ); document.write( "S+L<=15 \n" ); document.write( "Graphing these inequalities on an S-L coordinate system you get \n" ); document.write( "intersecting points at (0,0)(15,0)(8,7)(0,7) \n" ); document.write( "Evaluating the S,L combinations of these points you get: \n" ); document.write( "(0.0)=0 \n" ); document.write( "(15,0)=15 \n" ); document.write( "25=375 dollars \n" ); document.write( "(8,7)= 8*25+7*55=585 dollars \n" ); document.write( "(0,7)= 0*25+7*55=385 dollars \n" ); document.write( "So the maximum comes from 8 small and 7 large bouquets. \n" ); document.write( "cheers, \n" ); document.write( "stan H. \n" ); document.write( " \n" ); document.write( " |