Harshita6789
All the three sides of a room are integer values in meters. What is the maximum possible length of a rod, which can be kept inside the room?
(1) The area of the room’s floor is 64 sq. m
(2) The sum of areas of adjacent walls of the room is 320 sq. m
statement (1): it means that L*W = 64so (l,W) pair can have 4 values: (1,64), (2,32), (4,16), (8,8) .. (plus lacking info about the height) --->
Insufficient
statement (2): it means that the sum of the areas of the 4 walls = 3202(L*H) + 2(W*H) = 320
L*H + W*H = 160
H(L+W) = 160 --> which means that (L+W) must be a factor of 160 (so that H remains an integer),
so (l,W) pair can have multiple values: (1,159), (2,158), (4,4), (4,8), ... --->
Insufficient
combining (1) and (2),from statement (1), there is two valid (L,W) pair whose sum is a factor of 160, the pairs are (4,16)=20 and (8,8)=16
in case (L,W) pair is (4,16), H will be 8 ---> the diagonal = \(\sqrt[]{L^2+W^2+H^2} = \sqrt[]{4^2+16^2+8^2} = \sqrt{336}\)
in case (L,W) pair is (8,8), H will be 10 ---> the diagonal = \(\sqrt[]{L^2+W^2+H^2} = \sqrt[]{8^2+8^2+10^2} = \sqrt{228}\)
so
Insufficient (
E)