Question 51882
<pre><font size = 5><b>x² - 15 = 2x

Get 0 on the right by adding -2x to both sides.

x² - 15 - 2x = 0

Arrange the left side in descending order of
eponents of x:

We need to factor the left side:

Give the x² the coefficient of 1

<font color = "red">1</font>x² <font color = "green">- 2</font>x <font color = "indigo">-</font> <font color = "blue">15</font> = 0

Multiply the red <font color = "red">1</font> by the blue <font color = "blue">15</font>, getting 15.

Now think of a pair of positive integers whose product
is the blue <font color = "blue">15</font> and whose <font color = "indigo">difference</font> is the green <font color = "green">2</font>.
I said <font color = "indigo">difference</font> because the last sign (before the
15) is minus. Had it been plus, I would have said "sum".

We think of the integers 3 and 5 because their product is 
the blue 15 and their difference is the green 2.

Now we use the 3 and 5 to rewrite the green -2 as 3 - 5.
So we rewrite 2x as -3x + 5x. That is, 

     x² - 2x - 15 = 0

becomes

x² + 3x - 5x - 15 = 0

Now we factor x out of the first two terms

x(x + 3) - 5x - 15 = 0

and factor -5 out of the last two terms on the
left:

x(x + 3) - 5(x + 3) = 0

Be careful to notice that when we factor a
NEGATIVE number, -5, out of another NEGATIVE
number -15, we get a POSITIVE 3.

Now we have a common factor, which we can
factor out, namely the (x + 3)'s which I 
color red:

x<font color = "red">(x + 3)</font> - 5<font color = "red">(x + 3)</font> = 0 

Factor out the red parentheses:

<font color = "red">(x + 3)</font>(x - 5) = 0

Setting the first factor (x + 3) = 0 gives x = -3

Setting the second factor (x - 5) = 0 gives x = 5

So the solutions are -3 and 5.

Edwin</pre>