write a product that represents the surface area of any rectangular prism with length l, width w, and height h. Expain.

SA = (2LW) + (2LH) + (2WH)