What is an absolute value equation that has the solutions #X=8 and X= 18#?

1 Answer
Sep 14, 2017

#abs(x^2 - 26x) + 144#

#or#

#abs(x^2 - 26x) = - 144#

Explanation:

To get the main equation of those roots, follow the method below;

#x = 8 and x = 18#

#x - 8 = 0 and x - 18 = 0#

#(x - 8) (x - 18) = 0#

#x(x - 18) - 8(x - 18)#

#x^2 - 18x - 8x + 144#

#x^2 - 26x + 144 -> "Quadratic Equation"#

Absolute value equation should be either;

#abs(x^2 - 26x) + 144#

#or#

#abs(x^2 - 26x) = - 144#

Hope this helps!