multiplication of two inequalities where they have a range

700 Views Asked by At

I have these two inequalities $$-3\le a\le 1$$ and $$-2\le b\le 2$$

How can we combine the above two inequalities to say $-6\le ab\le 6$?

2

There are 2 best solutions below

0
On

Because $$|a+1|\leq2$$ and $$|b|\leq2,$$ which gives $$|ab+b|\leq4$$ or $$-4-b\leq ab\leq4-b, $$ which gives $$-6\leq ab\leq6.$$

0
On

Your inequalities imply $|a|\le 3$ and $|b|\le 2$, which gives $|ab| = |a||b| \le 2 \cdot 3 = 6$ (where the inequalitites can be multiplied since they involve only nonnegative numbers).