InterviewSolution
Saved Bookmarks
| 1. |
The volume of a cuboid with length ‘x’, width ‘y’ and height ‘z’ is _________.1. 2 (xy + yz + xz)2. xy + yz + xz3. x × y × z4. x2 y |
|
Answer» Correct Answer - Option 3 : x × y × z Given Length the volume of a cuboid = X Breath the volume of a cuboid = Y Height the volume of a cuboid = Z Formula used Volume of cuboid = length × breath × height Calculation (X) × (Y) × (Z) = XYZ ∴ Volume of cuboid is XYZ. |
|