x = number of type A robotic vacuums.
y = number of type B robotic vacuums.
objective function is profit = 700x + 500y
this is what you want to maximize.
constraint functions are:
4x + 3y <= 240 for electronics work hours.
2x + y = 100 for assembly hours.
x >= 0
y >= 0
the chart that i made up is shown below:
type A type B
electronics work hours 4 3 <= 240
assembly hours 2 1 <= 100
profit 700 500 maximize
using the calculator at https://www.desmos.com/calculator, you would graph the opposite of the inequalities.
the are of the graph that is not shaded is your region of feasibility.
your maximum profit will be at the corner points of this region.
the corner points on the graph are in (x,y) format.
x represents the number of type A vacuums.
y represents the number of type B vacuums.
here's what the graph looks like.
the maximum profit is at (30,40) = 41,000
total electronics hours = 240
total assembly hours = 100
all constraints were met.
let me know if you have any quetions.
theo