this is not a quadratic equation,
quadratic equations are of form ax^2 + bx + c = 0
however let's see if it can be factored
2x^2 - 20x + 50 - 18y^2 = 0
2x^2 - 20x + 50 = 18y^2 (brought the y^2 term to other side)
x^2 - 10x + 25 = 9y^2 (divided both sides by 2)
(x - 5)(x - 5) = 3y * 3y (found square roots both sides)
(the (x-5)(x-5) does multiply with FOIL out to x^2-10x+25)
x - 5 = 3y
solving for x --> x = 3y + 5
solving for y --> -3y = -x + 5 --> 3y = x - 5 --> y = (1/3)x - 5/3