Help.
NSS....Just sub the x and y value of each point into 3x + 2y .....you should have 3 results....the largest result is the max value
For instance..... if (3,4) were on the graph....we have 3(3) + 2(4) = 9 + 8 = 17
I don't know how that's the thing...
OK.....
Put (0,8) into 3x + 2y = 3(0) + 2(8) = 0 + 16 = 16
( 5, 4) into 3x + 2y = 3(5) + 2(4) = 15 + 8 = 23
(9, 0) into 3x + 2y = 3(9) + 2(0) = 27 + 0 = 27
So..... (9,0) maximizes the objective function....and the max value is 27