In the following questions, the symbols, #, $, ?, * and @ are used with the following meanings:'A#B' means 'A is not greater than B'.'A$B' means 'A is neither smaller than nor equal to B'.'A?B' means 'A is neither greater than nor smaller than B'.'A*B' means 'A is neither greater than nor equal to B'.'A@B' means 'A is not smaller than B'.Statements: G @ M, N # L, G * LConclusions: I. G @ N II. L $ M
Options:
A .  if only conclusion I is true.
B .  if only conclusion II is true.
C .  if either conclusion I or II is true.
D .  if neither conclusion I nor II is true.
E .  if both the conclusions I and II are true.
Answer: Option B
G ≥ M -- (i); N ≤ L -- (ii); G < L -- (iii)From (ii) and (iii), we get G < L ≥ N => no conclusion. Hence I is false.From (i) and (iii), we get, L > G ≥ M => L > M.Hence, II is true.
Submit Comment/FeedBack