Advertisement
Question
In a certain language different symbols represent different operators as follows.
- ∧ means X = Y
- $ means X ≯ (not more than) Y
- ⊗ means X ≮ (not less than) Y
- © means X < Y
- % means X > Y
Statements: F © G; G ∧ H; H ∧ I;
Conclusions:
- F © I
- G ∧ I
A
both I and II are true.
B
only conclusion II is true.
C
only conclusion I is true.
D
either I or II can be true.
Soln.
Ans: a
Ans: a
The statements can be translated to F < G = H = I. Conclusion I translates to F < I. Conclusion II translates to G = I. So we can see that both I and II are true.
Please remember that in such questions ≯ (not more than) is same as ≤, and ≮ (not less than) is same as ≥.