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 #734259 by ikleyn(52847)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "Let X and Y be the numbers of trucks A and B, respectively.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Then the constrains are\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "X + Y >= 15\r\n" ); document.write( "2X + 3Y >= 36\r\n" ); document.write( "\r\n" ); document.write( "X >= 0, Y >= 0\r\n" ); document.write( "\r\n" ); document.write( "The cost function is C(X,Y) = 15000*X + 24000*Y to minimize.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The feasibility area is shown in the Figure below\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Your solution is correct.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Nice job ! !\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "My congratulations ! ! !\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "----------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "To see other similar problems solved by the same method, look into the lesson\r \n" ); document.write( "\n" ); document.write( " - Solving minimax problems by the Linear Programming method \r \n" ); document.write( "\n" ); document.write( "in this site.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |