document.write( "Question 110735This question is from textbook alegebra2
\n" );
document.write( ": This is a word problem involving linear programming. The problem is:You have 180 tomatoes and 15 onions left over from your garden. you want to use these to make jars of tomato sauce and jars of salsa to sell at a farmstand. a jar of tomato sauce requires 10 tomatoes and 1 onion. a jar of salsa requires 5 tomatoes and 1/4 onion. you'll make a profit of $2 on ever jar of tomato sauce sold and a profit of $1.50 on every jar of salsa sold. the farm stand wants at least three time as many jars of tomato sauce as many jars of salsa. how many jars of each should you make to maximize the profit? \r
\n" );
document.write( "\n" );
document.write( "I tried the problem but the part about three times as many jars of tomato sauce threw me off.I was able to come up with the objective function of
\n" );
document.write( "P=2t+1.50s
\n" );
document.write( "with constraints:
\n" );
document.write( "t=>0
\n" );
document.write( "s=>0
\n" );
document.write( "10t+5s<=180
\n" );
document.write( "1t+1/4s<=15
\n" );
document.write( "I graphed it and found the feasible region but i dont think its right becuase i don't know what to do with the 3 times as many tomato sauce as salsa. I dont know how to include this. I dont know if it is added as an inequality or divide or part of the objective function. i need help please?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #80696 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! i don't know what to do with the 3 times as many tomato sauce as salsa. \n" ); document.write( "------------------ \n" ); document.write( "t = 3s \n" ); document.write( "Graph t-3s=0 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |