To determine which expression is not a factor of the polynomial \(3x^3 - 10x^2 - 143x - 90\), we will perform polynomial long division for each candidate factor against the polynomial.
Step 1: Testing \(x - 9\)
-
Set up for long division: Divide \(3x^3 - 10x^2 - 143x - 90\) by \(x - 9\).
-
First term: Divide the leading term of the dividend by the leading term of the divisor:
\[
\frac{3x^3}{x} = 3x^2
\]
-
Multiply and subtract:
- Multiply \(x - 9\) by \(3x^2\):
\[
(x - 9)(3x^2) = 3x^3 - 27x^2
\]
- Subtract:
\[
(3x^3 - 10x^2 - 143x - 90) - (3x^3 - 27x^2) = (-10x^2 + 27x^2) - 143x - 90 = 17x^2 - 143x - 90
\]
-
Next term: Divide \(17x^2\) by \(x\):
\[
\frac{17x^2}{x} = 17x
\]
-
Multiply and subtract:
- Multiply \(x - 9\) by \(17x\):
\[
(x - 9)(17x) = 17x^2 - 153x
\]
- Subtract:
\[
(17x^2 - 143x - 90) - (17x^2 - 153x) = (-143x + 153x) - 90 = 10x - 90
\]
-
Next term: Divide \(10x\) by \(x\):
\[
\frac{10x}{x} = 10
\]
-
Multiply and subtract:
- Multiply \(x - 9\) by \(10\):
\[
(x - 9)(10) = 10x - 90
\]
- Subtract:
\[
(10x - 90) - (10x - 90) = 0
\]
Since the remainder is \(0\), \(x - 9\) is a factor.
Step 2: Testing \(x - 6\)
-
Set up for long division: Divide \(3x^3 - 10x^2 - 143x - 90\) by \(x - 6\).
-
First term:
\[
\frac{3x^3}{x} = 3x^2
\]
-
Multiply and subtract:
- Multiply \(x - 6\) by \(3x^2\):
\[
(x - 6)(3x^2) = 3x^3 - 18x^2
\]
- Subtract:
\[
(3x^3 - 10x^2 - 143x - 90) - (3x^3 - 18x^2) = (-10x^2 + 18x^2) - 143x - 90 = 8x^2 - 143x - 90
\]
-
Next term:
\[
\frac{8x^2}{x} = 8x
\]
-
Multiply and subtract:
- Multiply \(x - 6\) by \(8x\):
\[
(x - 6)(8x) = 8x^2 - 48x
\]
- Subtract:
\[
(8x^2 - 143x - 90) - (8x^2 - 48x) = (-143x + 48x) - 90 = -95x - 90
\]
-
Next term:
\[
\frac{-95x}{x} = -95
\]
-
Multiply and subtract:
- Multiply \(x - 6\) by \(-95\):
\[
(x - 6)(-95) = -95x + 570
\]
- Subtract:
\[
(-95x - 90) - (-95x + 570) = -90 - 570 = -660
\]
Since the remainder is \(-660\) (not zero), \(x - 6\) is not a factor.
Conclusion
The expression that is not a factor of \(3x^3 - 10x^2 - 143x - 90\) is:
\[
\boxed{x - 6}
\]