This may sound like stupid question, I have already searched the forums and found nothing but, I have this problem: $$12x^2 - 48$$ I have already factored it to $12(x^2 - 4)$ but that isn't the end of the problem. I have been looking at the examples in the book and the example they did is: $$3 - 12x^2=3(1-4x^2)=3(1^2-(2x)^2)=3(1+2x)(1-2x)$$ How from $1-4x^2$ to $1^2-(2x)^2$?
2026-04-12 05:06:37.1775970397
Completely factoring the expression of 2 Numbers only?
54 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Since $2x\times 2x = 4x^2$ and $2x \times 2x = (2x)\times (2x) =(2x)^2$ because adding the brackets here changes nothing.
So $1-4x^2=1-(2x)^2$. With problems like this you should looking for the difference of two squares hidden within.
For example, to factorise the general quadratic polynomial you can proceed as follows:
$$p(x)=ax^2+bx+c$$ multiply by $4a$ $$4ap(x)=4a^2x^2+4abx+4ac=(2ax+b)^2-(b^2-4ac)$$ and treat as the difference of two squares to recover the usual quadratic formula.