How do you solve |x ^ { 2} - 2x | = 35?

1 Answer
Jun 22, 2018

Shown below

Explanation:

The modulus function turns anything positive, to positive, and negative, to there positive counterpart

so |x^2 -2x | = |-x^2 +2x|

=> x^2 - 2x = 35

=> -x^2 +2x = 35

First equation gives: x = { 7, -5}

Second equation gives: "discriminant" < 0 -> "no solution"

Hence color(red)(x = {7,-5}