How do you factor 2x^2-982x298?

1 Answer
Mar 20, 2018

2(x-7)(x+7)2(x7)(x+7)

Explanation:

There's a common factor of 2 for both terms, so let's pull that out:
2(x^2 - 49) 2(x249)

Now, we know that 49 = 7^249=72, which means that we can use difference of squares! The difference of squares formula is
a^2 - b^2 = (a-b)(a+b) a2b2=(ab)(a+b)

With a = xa=x and b = 7b=7, this tells us that
x^2 - 49 = x^2 - 7^2 = (x-7)(x+7)x249=x272=(x7)(x+7)

so our final factorization is
2x^2 - 98 = 2(x-7)(x+7) 2x298=2(x7)(x+7)