InterviewSolution
Saved Bookmarks
| 1. |
Find the volume of rectangular box with dimensions x2y, xy2 and 3xy |
|
Answer» Dimension of Reactangular box is length = x^2y, breadth = xy^2 and height = 3xy Volume of Reactangular box= length * breadth * height= x^2y * xy^2 * 3xy= 3x^[2+1+1]y^[1+2+1]= 3x^4y^4 |
|