document.write( "Question 73077This question is from textbook Algebra 2
\n" );
document.write( ": A tourist agency can sell up to 1200 travel packages for a football game. The package includes airfare, weekend accommodations, and the choice of two types of flights: a nonstop flight or a two-stop flight. The nonstop flight can carry up to 150 passengers, and the two-stop flight can carry up to 100 passengers. The agency can locate no more than 10 planes for the travel packages. Each package with nonstop flight sells for $1200, and each package with a two-stop flight sells for $900. Assume that each plane will carry the maximum number of passengers.What is the system of inequlities? Can you show me the feasbile region on a graph? What is the objective function minimized or maximized? What is the coordinate of the vertices of the feasible region? \n" );
document.write( "
Algebra.Com's Answer #52359 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A tourist agency can sell up to 1200 travel packages for a football game. The package includes airfare, weekend accommodations, and the choice of two types of flights: a nonstop flight or a two-stop flight. The nonstop flight can carry up to 150 passengers, and the two-stop flight can carry up to 100 passengers. The agency can locate no more than 10 planes for the travel packages. Each package with nonstop flight sells for $1200, and each package with a two-stop flight sells for $900. Assume that each plane will carry the maximum number of passengers.What is the system of inequalities? Can you show me the feasibility region on a graph? What is the objective function minimized or maximized? What is the coordinate of the vertices of the feasible region? \n" ); document.write( ": \n" ); document.write( "Let x = number of 150 passenger planes (1 stop) \n" ); document.write( "Let y = number of 100 passenger planes (2 stop) \n" ); document.write( ": \n" ); document.write( "Number of airplanes: \n" ); document.write( "x + y =< 10 \n" ); document.write( "Put in the general (y=) form, to plot on a graph \n" ); document.write( "y =< 10 - x; (purple line) \n" ); document.write( ": \n" ); document.write( "Number of travel packages sold: \n" ); document.write( "150x + 100y =< 1200 \n" ); document.write( "100y =< 1200 - 150x \n" ); document.write( "y =< 1200/100 - (150/100)x \n" ); document.write( "y =< 12 - 1.5x; (green line) \n" ); document.write( ": \n" ); document.write( "The graph: \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "Feasibility region is at or below the purple or green lines whichever is lowest \n" ); document.write( ": \n" ); document.write( "The vertices: \n" ); document.write( "1.x = 8, y = 0: 8*150*1200 = $1,440,000 revenue; 8 ea 150 pass planes only \n" ); document.write( "2.x = 0, y = 10: 10*100*900 = $900,000 revenue; 10 ea 100 pass planes only \n" ); document.write( ": \n" ); document.write( "Solve the two equation system to find the 3rd vertici \n" ); document.write( "150x + 100y = 1200 \n" ); document.write( "Simplify, divide by 100 \n" ); document.write( "1.5x + y = 12 \n" ); document.write( "x + y = 10 \n" ); document.write( "----------------subtract, find x \n" ); document.write( ".5x = 2 \n" ); document.write( "x = 2/.5 \n" ); document.write( "x = 4 \n" ); document.write( ": \n" ); document.write( "Find y: \n" ); document.write( "4 + y = 10 \n" ); document.write( "y = 6 \n" ); document.write( "The 3rd vertici is x = 4, y = 6, 4 ea 150 pass planes, 6 ea 100 pass planes \n" ); document.write( ": \n" ); document.write( "Revenue: \n" ); document.write( "4*150*1200 = $720,000 \n" ); document.write( "6*100*900 = $540,000 \n" ); document.write( "-------------------- \n" ); document.write( "The total= $1,260,000 for 4 ea 150 pass planes and 6 ea 100 pass planes \n" ); document.write( ": \n" ); document.write( "Max revenue would be 8 full 150 pass planes at $1,440,000 \n" ); document.write( "Min revenue would be 10 full 100 pass planes at $900,000 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |