Advertisement
Question
In a certain language different symbols represent different operators as follows.
- √ means X = Y
- % means X ≤ Y
- Δ means X ≥ Y
- ¥ means X < Y
- ∑ means X > Y
Statements: E ¥ F; F √ G; G √ H; H √ I;
Conclusions:
- H ∑ E
- G ¥ I
- E √ G
Which of the above conclusions is/are true?
A
I only.
B
both I and II.
C
II only.
D
III only.
Soln.
Ans: a
Ans: a
The statements can be translated to E < F = G = H = I.
The conclusions translate to:
- H > E(True)
- G < I(False)
- E = G(False)