SOLUTION: write a polynomial expression, in simplified form, that represents the volume of a box with the legth of 3x-2 , width of x , and height of x+1

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: write a polynomial expression, in simplified form, that represents the volume of a box with the legth of 3x-2 , width of x , and height of x+1      Log On


   



Question 767086: write a polynomial expression, in simplified form, that represents the volume of a box with the legth of 3x-2 , width of x , and height of x+1
Answer by Cromlix(4381) About Me  (Show Source):
You can put this solution on YOUR website!
Volume = length*width*height
Volume = (3x - 2)*(x)*(x + 1)
Volume = (3x^2 - 2x) * (x + 1)
Volume = 3x^3 + 3x^2 - 2x^2 - 2x
Volume = 3x^3 + x^2 - 2x
Hope this helps.
:-)