Bunuel
What is the greatest possible (straight-line) distance between any two points on a certain rectangular solid of length L, width W, and height H, where H < W < L ?
(1) The length, width, and height of the rectangular solid are the squares of prime integers.
(2) The roots of the equation x^2 – 13x = -36 are the width and the height of the rectangular solid.
Are You Up For the Challenge: 700 Level QuestionsThe greatest possible distance between any two points on a certain cuboid is always the SPACE DIAGONAL of that solid which is given by:
\sqrt{3} (L^2 + W^2 + H^3)
We need to determine the values of L, W, H.
STATEMENT 1: The length, width, and height of the rectangular solid are the squares of prime integers. L, W, H can be the squares of any prime integers.
If L = 25, W = 9 and H = 4, we get the value of the space diagonal different than we would get if L = 100, W = 64 and H = 4.
InsufficientSTATEMENT 2: The roots of the equation x^2 – 13x = -36 are the width and the height of the rectangular solid.x^2 - 13x + 36 = 0
(x - 4) (x - 9) = 0
Thus, H = 4 and W = 9 since H < W (given)
But, we don't know the value of L
InsufficientCOMBINING (1) AND (2)We have W = 9, H = 4 and L is any square of a prime number greater than 3.
L can be 25 or 100 or 169 or any other sqaure of a prime > 3.
InsufficientAnswer is (E).