How do you factor 1000-x^31000x3?

2 Answers
Dec 17, 2015

(10-x)(100+10x+x^2)(10x)(100+10x+x2)

Explanation:

This is a difference of cubes.

The general form for a difference of cubes is

a^3-b^3=(a-b)(a^2+ab+b^2)a3b3=(ab)(a2+ab+b2)

In your case,

1000-x^3=(10)^3-(x)^31000x3=(10)3(x)3

so

a=10a=10
b=xb=x

Thus,

1000-x^3=(10-x)(100+10x+x^2)1000x3=(10x)(100+10x+x2)

Dec 17, 2015

1000-x^3=(10-x)(100+10x+x^2)1000x3=(10x)(100+10x+x2)

Explanation:

Solve the equation 1000-x^3 = 01000x3=0. There are three roots, one of which is x = 10x=10, the other two of are non-real; denote them as alphaα and betaβ.

When factorized, the expression will look like:

1000-x^3 = -(x-10)(x-alpha)(x-beta)1000x3=(x10)(xα)(xβ)

Even though alphaα and betaβ are non-real, the expression (x-alpha)(x-beta)(xα)(xβ) will be a quadratic expression with real coefficients. To show this, divide both expression by -(x-10)(x10) and perform long division.

(x - alpha)(x - beta) = -frac{1000 - x^3}{x-10}(xα)(xβ)=1000x3x10

= frac{x^3 - 1000}{x - 10}=x31000x10

= frac{x^3 color(green)(- 10x^2)}{x - 10} + frac{color(green)(10x^2) - 1000}{x - 10}=x310x2x10+10x21000x10

= x^2 + frac{10x^2 color(blue)(- 100x)}{x - 10} + frac{color(blue)(100x) - 1000}{x - 10}=x2+10x2100xx10+100x1000x10

= x^2 + 10x + 100=x2+10x+100

Therefore, 1000 - x^3 = - (x - 10)(x^2 + 10x + 100)1000x3=(x10)(x2+10x+100)

Note: It may be useful to memorize a^3 - b^3 = (a - b)(a^2 + ab + b^2)a3b3=(ab)(a2+ab+b2)