So I've been given this problem: $-14x^2 + 45x + 14 = 0$
And I've tried it a number of times but can't seem to solve it. The answer is supposed to be found by completing the square, and the solution is $(2+7x)(7-2x)$.
I end up with something along the lines of: $(x - \frac{45}{28} )^2 - \frac{1241}{784}$
Now we can take $a = (x - \frac{45}{28})$ and $b = \frac{1241}{784}$, so that we can use the formula $a^2 - b^2 = (a+b)(a-b)$, but I really don't see how that even approaches the given solution of $(2+7x)(7-2x)$.
One method of completing the square is to apply the formula $(a+b)(a-b)=a^2-b^2$ twice (once in each direction).
$$-14x^2+45x+14=0$$ $$x^2-\frac{45}{14}x-1=0$$ $$x\left(x-\frac{45}{14}\right)-1=0$$ $$\left(x-\frac{45}{28}+\frac{45}{28}\right)\left(x-\frac{45}{28}-\frac{45}{28}\right)-1=0$$ $$\left(x-\frac{45}{28}\right)^2-\left(\frac{45}{28}\right)^2-1=0\tag{1}$$ $$\left(x-\frac{45}{28}\right)^2-\frac{2025}{784}-1=0$$ $$\left(x-\frac{45}{28}\right)^2-\frac{2809}{784}=0$$ $$\left(x-\frac{45}{28}\right)^2-\left(\frac{53}{28}\right)^2=0$$ $$\left(x-\frac{45}{28}+\frac{53}{28}\right)\left(x-\frac{45}{28}-\frac{53}{28}\right)=0\tag{2}$$ $$\left(x+\frac27\right)\left(x-\frac72\right)=0$$
Do you see how the formula was applied to get $(1)$ and $(2)$? The answer still doesn't look like the one they gave us, though.... Ah! But remember that we divided everything by $-14$? So, now, we can multiply by $-14$ to get $$-14\left(x+\frac27\right)\left(x-\frac72\right)=0$$ $$7\cdot(-2)\cdot\left(x+\frac27\right)\left(x-\frac72\right)=0$$ $$7\cdot\left(x+\frac27\right)\cdot(-2)\cdot\left(x-\frac72\right)=0$$ $$(7x+2)(-2x+7)=0$$ $$(2+7x)(7-2x)=0$$