Solving equations with modulus sign

217 Views Asked by At

How do we solve a equation such as $$|x^2-4x+3|=x^2-4x+3$$

What are the most necessary steps to written,when solving such a question in a pure mathematics paper?

1

There are 1 best solutions below

2
On BEST ANSWER

Using $|x| = x\;,$ when $x\geq 0$

So $|x^2-4x+3| = x^2-4x+3\Rightarrow x^2-4x+3\geq 0$

So $(x-1)(x-3)\geq 0$

So $x\leq 1\cup x\geq 3$