Question 329605
(x-1)(x^3+x^2+x) = ?


Use the distributive law of multiplication to get:


(x-1)(x^3+x^2+x) equals:


(x * (x^3+x^2+x)) - (1 * (x^3+x^2+x))


This becomes:


x^4 + x^3 + x^2 - x^3 - x^2 - x


Combine like terms to get:


x^4 - x


That's your answer.


You can confirm by taking any value of x and showing that the original form of the equation and the final form of the equation give you the same answer.


Let x = 3


(x-1) * (x^3 + x^2 + x) becomes:
2 * (27 + 9 + 3) which becomes:
2 * 39 which becomes:
78


x^4 - x becomes:
81 - 3 which becomes:
78


Since the original form of the equation and the final form of the equation give you the same answer, then you should be good.


If you graph both equations, they should be identical.


A graph of the original equation looks like this:


{{{graph(600,400,-5,5,-10,100,(x-1)*(x^3+x^2+x))}}}


A graph of the final equation looks like this:


{{{graph(600,400,-5,5,-10,100,100,x^4 - x))}}}


a graph of both equations superimposed on each other looks like this:



{{{graph(600,400,-5,5,-10,100,(x-1)*(x^3+x^2+x),x^4 - x)}}}