I have got some basic problem of finding the bounds of variables in the inequality.
For Example, For the following inequality:
$1≤a
How can we have we have:
$a≥1,b≥4,c≥7,d≥10,e≥13$ $\;and$ $\;e<=30 $
I have got some basic problem of finding the bounds of variables in the inequality.
For Example, For the following inequality:
$1≤a
How can we have we have:
$a≥1,b≥4,c≥7,d≥10,e≥13$ $\;and$ $\;e<=30 $
Assuming all variables are integers. From the first inequality $1 \le a$ we see $a \ge 1$. From the second one, we get $1 \le b-2$, or equivalently $b > 3$. Since $b$ is an integer, we must have $b \ge 4$...
Can you do the rest?
UPDATE
Let's do another one. We proved $b \ge 4$ so from $b-2 < c-4$ we see $c > b+2 \ge 4+2 = 6$. In summary, $c > 6$, so $c \ge 7$ since $c$ is an integer.