1

I am trying to divide this polynomial by 2x ...

$$ (4x^6 - 3x^3 + 2x + 1) / 2x $$

Here's what I'm trying to do (divide all monomial by 2x) : $$ (4x^6 / 2x) - (3x^3 / 2x) + (2x / 2x) + (1 / 2x) $$

Then, I obtain: $$ 2x^5 - 3x^2 + 1 + (1/2x) $$

I'm trying to validate my answer with Wolfram bit it doesn't work..

Arturo Magidin
  • 398,050
Franck
  • 65

1 Answers1

3

In wolfram alpha , scroll down to the section titled alternate forms.

kuch nahi
  • 6,789