InterviewSolution
Saved Bookmarks
| 1. |
ComprehensionDIRECTIONS: In the following questions choose the correct alternative if:(i) & means 'is greater than'(ii) % means 'is lesser than'(iii) > means 'is equal to'(iv) = means 'is not equal to'(v) @ means 'is a little more than'(vi) # means 'is a little less than'1. c & b2. b > a3. a % c4. Can't say |
||||||||||||||
|
Answer» Correct Answer - Option 1 : c & b According to the given information,
Given:ac & bd and ab > cd After decoding symbols: ac >bd and ab =cd ac >bd \( {a \over d}\)>\({b\over c}\)......(1) ab =cd \( {a\over d}\)=\({c\over b}\) .......(2) By equation (1) and (2) \({c\over b}\)>\({b\over c}\) c2 > b2 c > b Hence, c & b is the correct answer. |
|||||||||||||||