asked 117k views
2 votes
Divide f(x) by d(x). Your answer

should be in the following format:
R(x)
f(x) = Q(x) + d(x)
f(x) = x³+4x²+7x-9
d(x)=x+3
R(x) = [?]
Only enter the R(x) term.

Divide f(x) by d(x). Your answer should be in the following format: R(x) f(x) = Q-example-1
asked
User Shebi
by
7.6k points

1 Answer

1 vote
To divide f(x) by d(x), we need to perform polynomial long division:

```
_________
x + 3 | x³ + 4x² + 7x - 9
```

To start the division, we divide the highest degree term of f(x) by the highest degree term of d(x), which gives us x². We then multiply x² by d(x), which is x + 3, and subtract it from f(x):

```

__________
x + 3 | x³ + 4x² + 7x - 9
- (x³ + 3x²)
__________
x² + 7x - 9
```

Now we repeat the process with the new polynomial x² + 7x - 9:

```
x² + 7x
__________
x + 3 | x³ + 4x² + 7x - 9
- (x³ + 3x²)
__________
x² + 7x - 9
- (x² + 3x)
__________
4x - 9
```

We are left with the remainder 4x - 9. Therefore, R(x) = 4x - 9.
answered
User Carlitos Way
by
7.5k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.