Solve the following quadratic equations by factorization:

In factorization, we write the middle term of the quadratic equation either as a sum of two numbers or difference of two numbers such that the equation can be factorized.



x2 – (2a + b)x + 2ab = 0


x2 – 2ax – bx + 2ab = 0


x(x – 2a) – b(x – 2a) = 0


(x – b)(x – 2a) = 0


x = b, 2a


36