document.write( "Question 88286: HELP PLEASE!!!
\n" ); document.write( "Need to make both airplanes and helicopters
\n" ); document.write( "Can't make more than 50 airplanes and no more than 30 helicopters
\n" ); document.write( "Cost to make airplane - 60,000
\n" ); document.write( "Cost to make helicopter - 90,000
\n" ); document.write( "Budget to spend - 3.6 million
\n" ); document.write( "Need to find Max. profit if get 400,000 for each sirplane sold amd 850,000 for each helicopter sold???
\n" ); document.write( "Also - how many helicopters cam be made
\n" ); document.write( "HELP
\n" ); document.write( "NEED:
\n" ); document.write( "Constraints, object function, and solution
\n" ); document.write( "thanks so much
\n" ); document.write( "lucyloo
\n" ); document.write( "

Algebra.Com's Answer #64134 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Need to make both airplanes and helicopters
\n" ); document.write( "Can't make more than 50 airplanes and no more than 30 helicopters
\n" ); document.write( "a<=50 ; h<=30
\n" ); document.write( "----------------------
\n" ); document.write( "Cost to make airplane - 60,000
\n" ); document.write( "Cost to make helicopter - 90,000
\n" ); document.write( "Budget to spend - 3.6 million
\n" ); document.write( "60000a + 90000h<= 3.6 million
\n" ); document.write( "--------------------------------
\n" ); document.write( "Need to find Max. profit if get 400,000 for each sirplane sold amd 850,000 for each helicopter sold???
\n" ); document.write( "Profit on each airplane = 400,000-60,000 = 340,000
\n" ); document.write( "Profit on each helicopter = 850,000-90,000= 760,000
\n" ); document.write( "Object function: Profit = 340,000a + 760000h
\n" ); document.write( "-------------------------
\n" ); document.write( "Also - how many helicopters cam be made
\n" ); document.write( "HELP
\n" ); document.write( "NEED:
\n" ); document.write( "Constraints, object function, and solution
\n" ); document.write( "-------------------------------
\n" ); document.write( "You need to draw a coordinate system with axis \"a\" and \"h\"
\n" ); document.write( "Graph the constraints listed above.
\n" ); document.write( "Find the coordinates of the intersection points of the constraints.
\n" ); document.write( "Test each of those intersection points coordinate pairs in the
\n" ); document.write( "object function to see which gives you the maximum profit.
\n" ); document.write( "=========================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" ); document.write( "
\n" );