Multiple choice

Which of the following symbols makes P > S and T = R definitely true in the following equation? P > Q >= R ? S <= T = U

  1. >

  2. <

  3. <=

  4. >=

  5. =

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

Yes, it is correct choice.

In the equation P > Q >=R ? S <=T = U  If P > S strictly R > S or R = S then P > S 

If  T =R is true then R =S should be there