5

I'm going over my quadratic equations for the ACT and I came across this quadratic:

$$(x – 2)^2 – 12$$

My teacher said we could have factored it out into this:

$$x^2 – 4x – 8$$

But I just don't understand where he got the $-4x$! Help?

Daniel Fischer
  • 206,697
  • It is the canonical expression – Maman Aug 09 '14 at 15:09
  • 25
    4 identical answers to this question is just not enough, can someone add another one?! – Winther Aug 09 '14 at 15:13
  • 5
    Use $(a-b)^2=a^2-2ab+b^2$. This is easy middle school math. – user5402 Aug 09 '14 at 15:55
  • 2
    Also do not fall into the trap of thinking that $(x-2)^2 = x^2-2^2$. @metacompactness Is that really necessary? No reason to mock him. – Eff Aug 09 '14 at 15:57
  • 4
    @Winther It could be worse. How about a different answer that proceeds by evaluating the given polynomial at three points and then, since it's quadratic, computes it by a system of three linear equations for the coefficients. Or, worse yet, applies the Lagrange interpolation formula. – Andreas Blass Aug 09 '14 at 15:57
  • I deleted a large number of off topic comments. Keep meta discussions to meta and the chat. – davidlowryduda Aug 10 '14 at 15:18

5 Answers5

32

Same as others but with some colors

$(x-2)^2=\color{red}{(x-2)}\color{blue}{(x-2)}$

$\color{red}{(x-2)}\color{blue}{(x-2)}=\color{red}x\color{blue}{(x-2)}\color{red}{-2}\color{blue}{(x-2)}$

$\hspace{65 pt}=\underbrace{\color{red}x\times \color{blue}x}\hspace{5 pt}+\underbrace{\color{red}x \times \color{blue}{-2}}\hspace{5 pt}\underbrace{\color{red}{-2} \times \color{blue}x}\hspace{5 pt}\underbrace{ \color{red}{-2} \times \color{blue}{-2}}$ $\hspace{70 pt}=x^2 \hspace{25 pt}-2x\hspace{15 pt}-2x\hspace{15 pt}+4$

$\hspace{65 pt}=x^2-4x+4$

Vikram
  • 5,580
10

$$(x-2)^2 = (x - 2)(x-2) = x^2 - 2x -2x + (-2)(-2) = x^2 - 4x + 4$$

This is called expanding $(x-2)^2$. We factor $x^2 - 4x + 4$ when we write it as the product of its factors, in this case $(x-2)(x-2) = (x-2)^2$.

Now, $$(x-2)^2-12=(x^2-4x+4)-12=x^2-4x-8$$ You can find the zeros of the quadratic by setting $x^2 - 4x - 8 = 0 $, then using the quadratic formula, which will yield $x = 2\pm 2\sqrt 3$.

ShreevatsaR
  • 41,374
amWhy
  • 209,954
3

$$(x-2)^2=(x-2)(x-2)=x(x-2)-2(x-2)=x^2-2x-2x+4=x^2-4x+4$$

Mufasa
  • 5,434
3

$x^{2}-4x-8$=$(x-2)^{2}-4-8$=$(x-2)^{2}-12$

Maman
  • 3,300
0

$$(x-2)^2=x^2-4x+4$$

$$(x-2)^2-12=x^2-4x+4-12=x^2-4x-8$$

ShreevatsaR
  • 41,374
evinda
  • 7,823