The areas of three adjacent faces of a cuboid are x,y and z. If the volume is V; then :V2=xyz.
If true answer is 1,else 0
Open in App
Solution
Consider a cuboid ABCDEFGH whose length is 'l', breadth is 'b' and height is 'h'. The area of face ABCD(yellow) is x = lb The area of face BCFG(blue) is y = bh The area of face ABGH(pink) is z = lh The volume of a cuboid is V = lbh The product of the areas of the three faces = xyz = lb * bh * lh = l2b2h2=V2. Hence proved.