|2x-7|=7 equation
The teacher will be very surprised to see your correct solution 😉
The solution
Detail solution
For every modulo expressions in the equation
allow cases, when this expressions ">=0" or "<0",
solve the resulting equation.
1.
$$2 x - 7 \geq 0$$
or
$$\frac{7}{2} \leq x \wedge x < \infty$$
we get the equation
$$\left(2 x - 7\right) - 7 = 0$$
after simplifying we get
$$2 x - 14 = 0$$
the solution in this interval:
$$x_{1} = 7$$
2.
$$2 x - 7 < 0$$
or
$$-\infty < x \wedge x < \frac{7}{2}$$
we get the equation
$$\left(7 - 2 x\right) - 7 = 0$$
after simplifying we get
$$- 2 x = 0$$
the solution in this interval:
$$x_{2} = 0$$
The final answer:
$$x_{1} = 7$$
$$x_{2} = 0$$
$$x_{1} = 0$$
$$x_{2} = 7$$
Sum and product of roots
[src]
$$7$$
$$7$$
$$0 \cdot 7$$
$$0$$