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