I am trying to solve the following linear program using the graphical solution procedure:
Max 5A + 5B
s.t.
1A < or = 100
1B < or = 80
2A + 4B < or = 400
A,B >or = 0
needhelp2 wrote:I am trying to solve the following linear program using the graphical solution procedure...
needhelp2 wrote:Yes I need to graph and solve the equation.
needhelp2 wrote:1A<= 100 is a vertical line on the graph (I think it is vertical, but I am not sure. My reasoning is A is on the X axis)
needhelp2 wrote:another question about my graph; starting from the Orgin if "0" do I start my numbers at 100, 200, 300 ... or since the distance is so close should I do in increments of 10s --- 10,20, 30
needhelp2 wrote:1B<= 80 is a horizontal line on the graph
needhelp2 wrote:2A + 4B <= 400 here is where I am stuck.
needhelp2 wrote:My extreme points are (100,50) and (40,80) where do I go from here, not sure what this means as it relates to 5A + 5B.