Stephanie M. answered 04/28/15
Tutor
5.0
(886)
Essay and Creative Writing Tutor with 5+ Years of Experience
Let's first write expressions for width, length, and height:
width = w
length = w + 2
height = 15
Since volume = length×width×height, you can plug in those numbers and simplify to find an expression for volume:
V = (w+2)(w)(15)
V = (w2+2w)(15)
V = 15w2 + 30w
Since the volume is 2145 m3, plug in V = 2145:
2145 = 15w2 + 30w
Finally, rearrange that equation into quadratic form and factor to solve for w:
0 = 15w2 + 30w - 2145
0 = 15(w2 + 2w - 143)
0 = w2 + 2w - 143
0 = (w - 11)(w + 13)
w = 11 or -13
Since width can't be negative, that means width = 11 m. So, length = w+2 = 11+2 = 13 m.