Question

    Which of the following symbols should replace ‘@’

    and ‘%’, (in the same order from left to right) in the given expression in such a manner that ‘T > X’ and ‘U ≥ R’ definitely holds true? R ≤ S @ T = U ≥ V % W = X
    A =, < Correct Answer Incorrect Answer
    B <, = Correct Answer Incorrect Answer
    C ≤, > Correct Answer Incorrect Answer
    D >, = Correct Answer Incorrect Answer
    E None of the above Correct Answer Incorrect Answer

    Solution

    R ≤ S = T = U ≥ V < W = X              No relationship can be established between T and X. Hence option 1 is incorrect.            R ≤ S < T = U ≥ V = W = X              T > X and U > R. Hence option 2 is incorrect.     R ≤ S ≤ T = U ≥ V > W = X              T > X and U ≥ R. Hence option 3 is correct. R ≤ S > T = U ≥ V = W = X              T > X and no relationship can be established between U and R. Hence option 4 is incorrect.

    Practice Next

    Relevant for Exams: