Andrew M. answered 01/26/16
Tutor
New to Wyzant
Mathematics - Algebra a Specialty / F.I.T. Grad - B.S. w/Honors
1) You already have the formula:
V(x) = x(11-2x)(8.5-2x)
To find the volume when x=1 inch
substitute 1 in place of each x in the equation
v(1) = 1(11-2)(8.5-2)
v(1) = 9(6.5)
v(1) = 58.5 in3
2) L = x-2
Area of a rectangle is length times width
A = LW
Solving this for width:
W = A/L
width = (2x3-8x2+2x+12)/(x-2)
We can do this by long division
2x2 -4x -6
___________________
x-2 | 2x3 - 8x2 + 2x + 12
-(2x3-4x2)
-------------------------
-4x2 + 2x + 12
-(-4x2 + 8x)
-------------------
-6x + 12
-(-6x + 12)
-------------
0
Width = 2x2 - 4x -6
*************************************
You could also us synthetic division if familiar.
If (x-2) is a direct factor of 2x3 - 8x2 + 2x + 12
we will have no remainder when using
2 for the synthetic factor
2 | 2 -8 2 12
4 -8 -12
--------------------
2 -4 -6 0
Since the remainder is 0, this is a direct factor and
your answer is W = 2x2-4x-6
This is the same answer obtained via long division