xi <= 500 for i = 1, 2, 3
.4x1 + .3x2 + .2x3 >= 500 large valve
.4x1 + .35x2 + .2x3 >= 300 medium valves
.2x1 + .35x2 + .6x3 >= 300
xi >= 0 for i = 1, 2, 3
We will get to the other steps in the Problem Solving Methodology later in the course