24.4k views
5 votes
Solve the equation X³+2X²-5X -6​

User Madden
by
5.1k points

1 Answer

3 votes

Answer: x = {-1, -3, 2}

Explanation:

x³ + 2x² - 5x - 6 = 0

Use the rational root theorem to find the possible roots: ±1, ±2, ±3, ±6

Use Long division, Synthetic division, or plug them into the equation to see which root(s) work (result in a remainder of zero).

I will use Synthetic division. Let's try x = 1

1 | 1 2 -5 -6

| ↓ 1 3 -2

1 3 -2 -8 ← remainder ≠ 0 so x = 1 is NOT a root

Let's try x = -1

- 1 | 1 2 -5 -6

| ↓ -1 -1 6

1 1 -6 0 ← remainder = 0 so x = -1 is a root!

The coefficients of the reduced polynomial are: 1, 1, -6 --> x² + x - 6

Factor: x² + x - 6

(x + 3)(x - 2)

Set those factors equal to zero to solve for x:

x + 3 = 0 --> x = -3

x - 2 = 0 --> x = 2

Using Synthetic Division and Factoring the reduced polynomial, we found

x = -1, -3, and 2

User Ivan Denysov
by
4.9k points