METTASARI B. answered 10/24/19
A tutor and that will help you achieve your academic goals!
width = w = x
length = l = x + 2
height = h = 3x
Part 1: Write an expression that represents the volume of the box in cubic units. v=lwh
v = volume
= l * w * h
= x * (x + 2) * 3x
Part 2: Simplified v is:
v = x * (x + 2) * 3x
= 3x^2 (x + 2)
= 3x^3 + 6x^2
Part 3: Write an expression that represents the surface area of the box in square units. sa=2(wl+hl+hw)
sa = surface area
= 2 * (wl + hl + hw)
= 2 * ((x + 2) * x) + (3x * x) + (3x * (x + 2))
Part 4: Simplified sa is:
sa = 2 * ((x + 2) * x) + (3x * x) + (3x * (x + 2))
= 2 * (x^2 + 2x + 3x^2 + 3x^2 + 6x)
= 2 * (7x^2 + 8x)
= 14x^2 +16x