Assume that intergers $m$ and $n$ satisfy $2|m|+3|n-1|\leq 7$. $m+n$ is maximum when $(m,n) = (3,?), (?,?)$ and its maximum value is $?$
given the above question the first thing i tried was calculating the intervals for each variable like this:
$2|m| \leq 7 \therefore m \in [-\frac{7}{2},\frac{7}{2}]$
$3|n-1| \leq 7 \therefore n \in [-\frac{4}{3},\frac{10}{3}]$
and since the exercise is telling me that the maximum is reached when $m=3$
$2|3|+3|n-1|\leq 7 \therefore 7 \geq 3|n-1| + 6 \therefore n \in [-\frac{1}{3},\frac{8}{3}]$
The next thing i want to do is make a graph but i got stuck in this part since i newbie in linear programming, any advice or material in this topic?


