7.9k views
2 votes
Use synthetic division
f(x)= 2×^3+X^2-8X+5 BY X+3

2 Answers

4 votes

Answer:

f '(x) =6x² +2x-8+5by

Explanation:

User Piraba
by
7.0k points
3 votes
To use synthetic division to divide the polynomial f(x) by x + 3, we arrange the coefficients in a table and divide, bringing down the next term each time:

markdown
Copy code
_________
|2 1 -8 5|
|3 3 0 0|
|0 -3 -8 2|
|0 0 -24 6|
_________
The final row represents the polynomial 2x^2 - 3x - 24, which is the remainder. The quotient is 2x^2 + 3x + 3.

So, f(x) divided by x + 3 is equal to (2x^2 + 3x + 3) + (2x^2 - 3x - 24)/(x + 3).
User ShinuShajahan
by
7.1k points