Understanding Solution to Mathematical Olympiad Treasures 1.39

124 Views Asked by At

The question asks you to find values of x satisfying:

$|x - 3| + |x + 1| = 4$

The official solution's first step is:

$|x - 3| + |x + 1| \geq |(x - 3) - (x + 1)| = 4$

which makes sense to me

The next statement is:

"Equality occurs when $(x-3)(x+1) \leq 0$"

Where does that come from?

1

There are 1 best solutions below

0
On BEST ANSWER

Equality is reached iff $(x-3)$ and $-(x+1)$ have the same sign. An equivalent condition is that $-(x-3)(x+1) \geq 0$, which is the same as $(x-3)(x+1) \leq 0$.