document.write( "Question 1023712: Hi, Would you please be able to help me. I need to understand the formula to add into a graphing tool for the following problem:
\n" );
document.write( "A minibus operator is contracted to transport 50 Olympians from the Olympic Village to the Athletic Stadium. He has three type A minibuses and four type B minibuses available. A type A minibus carries 15 people and a type B minibus carries 10 people. Only five drivers are available. It costs $100 to operate a type A minibus and $80 to operate a type B minibus. He wishes to minimise the costs involved to transport the 50 Olympians.
\n" );
document.write( "I've completed the following:
\n" );
document.write( "Variables: Let x represent type A mini bus; Let y represent type B mini bus; Let c represent the minimum cost.
\n" );
document.write( "Constraints:
\n" );
document.write( "x <= 3 (At most 3 type A mini buses available)
\n" );
document.write( "y <= 4 (At most 4 type B mini buses available)
\n" );
document.write( "x + y = 5 (Limit on number of drivers)
\n" );
document.write( "15x + 10y = 50 (Limit on number of passengers who can be carried in both mini buses)
\n" );
document.write( "Objective Function: C = 100x + 80y
\n" );
document.write( "Graphs - I've set the Axis to x: -1 to 10 and y: -1 to 10 and entered the above relations and constraints but don't know how to enter the formula to determine the minimum cost and I don't understand how corner points work.
\n" );
document.write( "Thank you so much for any help you can offer.
\n" );
document.write( "Chris \n" );
document.write( "
Algebra.Com's Answer #639172 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A minibus operator is contracted to transport 50 Olympians from the Olympic Village to the Athletic Stadium. He has three type A minibuses and four type B minibuses available. \n" ); document.write( "A type A minibus carries 15 people and \n" ); document.write( "A type B minibus carries 10 people. \n" ); document.write( "------ \n" ); document.write( "Only five drivers are available. \n" ); document.write( "---------- \n" ); document.write( "It costs $100 to operate a type A minibus and $80 to operate a type B minibus. \n" ); document.write( "------------------------- \n" ); document.write( "He wishes to minimise the costs involved to transport the 50 Olympians. \n" ); document.write( "I've completed the following: \n" ); document.write( "Variables: Let a represent type A mini bus; Let b represent type B mini bus; \n" ); document.write( "Let c represent the minimum cost. \n" ); document.write( "Constraints: \n" ); document.write( "a <= 3 (At most 3 type A mini buses available) \n" ); document.write( "b <= 4 (At most 4 type B mini buses available) \n" ); document.write( "a + b <= 5 (Number of drivers) \n" ); document.write( "15a + 10b <= 50 (Limit on number of passengers who can be carried in both mini buses) \n" ); document.write( "Objective Function: C = 100a + 80b \n" ); document.write( "Graphs - I've set the Axis to a: -1 to 3 and b: -1 to 4 and entered the above relations and constraints but don't know how to enter the formula to determine the minimum cost and I don't understand how corner points work. \n" ); document.write( "---- \n" ); document.write( "f(a)<= -a + 5 \n" ); document.write( "g(a)<= (-3/2)a + 5 \n" ); document.write( "---- \n" ); document.write( "Draw vertical lines at a = 0 and a = 3 \n" ); document.write( "Not \n" ); document.write( "Draw horizontal lines at b = 0 and b = 4 \n" ); document.write( "Comment:: That describes the solution area. \n" ); document.write( "Plot f and g in that area. \n" ); document.write( "Find their point of interception. \n" ); document.write( "---- \n" ); document.write( "Hope all that helps. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------------- \n" ); document.write( " \n" ); document.write( " |