CAT 1997 — QA Question 36
Basics of QuadrilateralsEasy
Passage / Data
Direction: Answer the questions based on the following information.
For these questions the following functions have been defined.
la(x, y, z) = min(x + y, y + z)
le(x, y, z) = max (x − y, y − z)
ma(x, y, z) = [le(x, y, z) + la(x, y, z)]
In a rectangle, the difference between the sum of the adjacent sides and the diagonal is half the length of the longer side. What is the ratio of the shorter to the longer side?
Answer & solution
- A
√3 : 2
- B
1 : √3
- C
2 : 5
3 : 4
Solution
Let L and B denote the length and the breadth of the rectangle. So the diagonal will be . Hence, from the condition given, (L + B) –
Squaring both sides, we get
(L2+ B2) =
⇒ L2 =
⇒
⇒
Shortcut:
First write the relation (L + B) –
or
Put the values of options. Option (d) satisfies. So the answer is (d).