document.write( "Question 1118832: Can some one please check my \"work\"\r
\n" ); document.write( "\n" ); document.write( "a moving company wants to purchase a min of 15 trucks with a load capacity of at least 36 tons. Model a holds 2 tons and costs 15,000 Model b holds 3 toms and costs 24,000 how many of each to minimize costs and what is the cost\r
\n" ); document.write( "\n" ); document.write( "Here is what I have so far\r
\n" ); document.write( "\n" ); document.write( "M= 15A+24B\r
\n" ); document.write( "\n" ); document.write( "A+B=15
\n" ); document.write( "B= -A+15\r
\n" ); document.write( "\n" ); document.write( "2A+3B _> 36
\n" ); document.write( "B= -2/3A + 12\r
\n" ); document.write( "\n" ); document.write( "Vertexs
\n" ); document.write( "0,15
\n" ); document.write( "9,6
\n" ); document.write( "18,0\r
\n" ); document.write( "\n" ); document.write( "to get lowest cost and min amount of capacity they need to buy 18 \"truck A\" and 0 \"Truck B\"\r
\n" ); document.write( "\n" ); document.write( "is this correct or am I missing a step?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #734270 by greenestamps(13203)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "If you have several problems like this to solve, let me show you something that might save you some time and effort.

\n" ); document.write( "The boundary lines of the constraint functions in the problem are

\n" ); document.write( "(1) x+y=15 --> y = -x+15 --> slope = -1
\n" ); document.write( "(2) 2x+3y=36 --> y = (-2/3)x+12 --> slope = -2/3

\n" ); document.write( "The objective function boundary line is

\n" ); document.write( "(3) 15x+24y=a (a is a constant we don't care about) --> y = (-5/8)x+b (another constant we don't care about) --> slope = -3/5

\n" ); document.write( "The slope of the objective function is larger (less negative) than the slope of either objective function.

\n" ); document.write( "The corner of the feasibility region where the objective function achieves it minimum value is the corner where a line with slope -3/5 just touches the feasibility region without passing through it.

\n" ); document.write( "Referring to the diagram in the response provided by tutor @ikleyn, it is easy to see that the corner where that happens is (18,0).

\n" ); document.write( "In this problem, with only two constraints, this method only saves you a small amount of work. But in a problem with more constraints and therefore many more corners of the feasibility region, it can save you a lot of time, because you know which corner is going to give you the answer. To get the answer, you will only have to find one of the intersection points of the constraint lines and evaluate the objective function at that one point.
\n" ); document.write( "
\n" );