Edit MetaData
9 years, 4 months ago
9 years, 4 months ago
Consider the following case: p = 1, q = 4, r = 3 and s = 2. In this case, N = max(min(1,4),min(3,2)) = max (1,2) = 2
S = min(max(1,3),max(4,2)) = min(3,4) = 3. So, in this case N < S => option b) is wrong
Let p = 1, q = 2, r = 3, s = 4
N = 3. S = 3. So, option c) is wrong
For any combination of values, the max value that N can take is the second highest number. In this case, the highest and the second highest values should between r and s or p and q. In both these cases, the value of S is also the second highest number in the group. So, N <= S.
This can be better understood by taking an example: p = 1, q = 2, r = 3 and s = 4. N = 3 and S = 3
So, option a) is the correct answer.
Day-wise Structured & Planned Preparation Guide
By proceeding you agree to create your account
Free CAT Schedule PDF will be sent to your email address soon !!!