Question

    In the following questions, the symbols @, #, %, $ and © are used with the following meaning as illustrated below: ‘A @ B’ means ‘A is neither smaller than nor equal to B’. ‘A # B’ means ‘A is neither greater than nor equal to B’. ‘A % B’ means ‘A is not greater than B’. ‘A $ B’ means ‘A is not smaller than B’. ‘A © B’ means ‘A is neither smaller than nor greater than B’.

    Which of the following makes C $ E or Y % E definitely true?

    A X © Y $ C @ D % E # G Correct Answer Incorrect Answer
    B X # Y % C $ D @ E # G Correct Answer Incorrect Answer
    C X # Y © C % D % E $ G Correct Answer Incorrect Answer
    D X @ Y % C © D # E @ G Correct Answer Incorrect Answer
    E None of these Correct Answer Incorrect Answer

    Solution

    a - X © Y $ C @ D % E # G → X = Y ≥ C > D ≤ E < G, in this C $ E = C ≥ E and Y % E = Y ≤ E, it is not true. b - X # Y % C $ D @ E # G → X < Y ≤ C ≥ D > E < G, in this C $ E = C ≥ E not follows and Y % E = Y ≤ E, not follows. c - X # Y © C % D % E $ G → X < Y = C ≤ D ≤ E ≥ G, in this C $ E = C ≥ E, not follows and Y % E = Y ≤ E, follows. d- X @ Y % C © D # E @ G → X > Y ≤ C = D < E > G, in this C $ E = C ≥ E, not follows and Y % E = Y ≤ E, not follows.

    Practice Next
    ×
    ×