202k views
4 votes
P(x) * O(x) = R(x); P(x) = x + 1 and R(x) = 2x ^ 3 + 2x ^ 2 - 3x - 3 what is O(x) ?

User RagAnt
by
8.0k points

1 Answer

3 votes

Answer:

O(x) = 2x^2 - 3

Explanation:

O(x) = R(x) / P(x)

O(x) = (2x^3 + 2x^2 - 3x - 3) / (x + 1)

O(x) = 2x^2 - 3

User El Ruso
by
8.0k points

No related questions found