Question 1108269
.
<pre>
Length * Width * Height = 40


L      * W     * H      = 40


L*H*W = 40


(W+1)*W*(W-2) = 40


  5  *4*2     = 40


W = 4,  L = 5,  H = 2.
</pre>