147k views
2 votes
We want to find the zeros of this polynomial:
p(x)= 3x^3 – 3x^2– 18x

User Evan Hahn
by
4.2k points

2 Answers

0 votes

Answer:

x = -2, 0, 3.

Explanation:

3x^3 – 3x^2– 18x = 0

First take out the GCF which is 3x:

3x(x^2 - x - 6) = 0

So one zero is 0 ( because 3x = 0).

x^2 - x - 6 = 0

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

x = -2, 3.

User Leon Segal
by
4.6k points
3 votes

Answer:

x=0 x=3 x=-2

Explanation:

p(x)= 3x^3 – 3x^2– 18x

Factor out the greatest common factor, 3x

p(x)= 3x (x^2 – x– 6)

Factor inside the parentheses

What 2 numbers multiplies to -6 and adds to -1

-3*2 = -6

-3+2 = -1

p(x)= 3x (x-3)(x+2)

Setting the function equal to zero to find the zeros

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

Using the zero product property

3x = 0 x-3 =0 x+2 =0

x=0 x=3 x=-2

User Freestyler
by
5.0k points