Andy C. answered 11/04/18
Math/Physics Tutor
The quantity that you know the LEAST ABOUT is the one where you assign the variable.
Read it again, which one do we know the least about...
Length is 4 inches more than the width... so we are told something about the length.
Width is 2 inches more than the height... so we are told something about eh width.
We know nothing about the HEIGHT, so let H be the height of the box
Width W = h+2
Length L = w + 4 = (h+2)+4 = h + 6
Volume = L * W * H
135 = (h+6)(h+2)h
135 = (h^2 + 8h + 12)h
The master equation becomes:
h^3 + 8h^2 + 12h - 135 = 0
Now for the rational root test.
p = {Factors of 135} = {+-1, +-3, +-5, +-9, +-15, +-27, +- 45, +-135}
q = {Factors of 1} = {+-1}
So p/q = p
The one that works is 3 : 3^3 + 8*3^2 + 12(3) - 135 = 27 + 72 + 36 - 135 = 0
So h=3 is a rational solution which means h-3 is a factor.
Synthetic division says:
_________________
3 | 1 8 12 -135
3 33 135
__________________
1 11 45 0
So the quadratic that remains after (h-3) is factored is h^2 + 11h + 45
which does not factor and has imaginary/complex solutions
So h=3 is the only height available which means
the width is 5 and the length is 9