flyingpig
- 2,574
- 1
Homework Statement
Suppose you are given the following inequality
-6x+ 4y+ 10z \leq 1203
7y + 15z \leq 1551
x,y,z \geq 0
Find a K > 0, if it exists, such that |x| \leq K, |y| \leq K, |z| \leq K
Flyingpig's take on this
So I am just going find the max of each x,y,z
Let x = 0, y = 0
10z \leq 1203 \iff z \leq 120.3
15z \leq 1551 \iff z \leq 103.4
So it makes sense to take z \leq 103.4 and that |z| \leq 103.4
Let x = 0, z = 0
4y \leq 1203 \iff y \leq 300.75
7y \leq 1551 \iff y \leq 221.57
Take y \leq 221.57 and that |y| \leq 221.57
Let y = 0, z = 0
-6x \leq 1203 \iff x \geq -200.5
0 \leq 1551
However x \geq 0, so |x| \geq 0
Side Question - not part of this thread
Was 0 \leq 1551 useless? Also I know I am wrong, but I need to someone to give me a formal reason why I couldn't |x| \leq |-200.5| and it becomes that |x| \leq 200.5
Side Question - ended, carry on with calculation below
So we have
|x| \geq 0
|y| \leq 221.57
|z| \leq 103.4
Now what does |x| \geq 0 imply? Does it say that any K \geq 221.57 will satisfy the inequalities |x| \leq K, |y| \leq K, |z| \leq K