Question 725129: Is this a quadratic equation? there's only one 'x'. How do i solve this problem? 2(x-3)^2-50=0. Found 2 solutions by Alan3354, josmiceli:Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! Is this a quadratic equation? there's only one 'x'. How do i solve this problem? 2(x-3)^2-50=0.
------------------
It's a quadratic, the x term (x-3) is squared.
If you expand it you get and x^2 term.
------
The easiest way to solve it is
2(x-3)^2-50=0
2(x-3)^2 = 50
(x-3)^2 = 25
x-3 = 5 --> x = 8
------
x-3 = -5 --> x = -2