I have the quadratic equation: $$4x^2 - 49$$
Using
$$\frac{b\pm\sqrt{b^2-4ac}}{2a}$$
I can factor the equation to
$$(x-3.5)(x+3.5)$$.
However, if I use
$$\frac{b\pm\sqrt{b^2-4ac}}{2}$$
I get 14, which I can then use the grouping method $$4x^2 +14x - 14x -49$$ to get an equivalent result of:
$$(2x-7)(2x+7)$$
Why does removing the $$a$$ from the denominator in the quadratic formula work to give me a number (this case 14), which I can then use to factor out the original quadratic equation?
Also, are there any benefits in solving the equation using the latter method? (the result to looks better to me)
You got lucky actually. It just so happens that in general, a problem of the form $ax^2-b$ can be factored via grouping if $a$ and $b$ are perfect squares, and it further happens that the value needed to perform the grouping process was given. In particular, doing this will apparently result in the correct grouping coefficients if $a=4$.