145k views
2 votes
The length of the base of a rectangular prism is given as x + 4, and the width of the base is x +2. The height of the rectangular prism is three more than two times the length. Build a function to model the volume of the rectangular prism. (Hint: volume is l•w•h)

The length of the base of a rectangular prism is given as x + 4, and the width of-example-1

1 Answer

4 votes
Answer:
L=x+4
W=x+2
H=2(x+4)+3
=2x+8+3
=2x+11

V=l*w*h
V=(x+4)(x+2)(2x+11)
User Rizki
by
4.4k points