

InterviewSolution
Saved Bookmarks
1. |
Which of the following symbols should be placed in the blank spaces respectively (in the same order from left to right) in order to complete the expression in such a manner that Q> Pholds definitely true?S _ P _U _ T = Q _ R1. >,≤,≤,≥2. >,≤, >,≥3. >,≤, =,≥4. >,≤,<,≥ |
Answer» Correct Answer - Option 4 : >,≤,<,≥ Let us check each option:- 1) S > P≤ U≤ T = Q≥ R→False (as P≤ U≤ T = Q → Q≥ P) 2) S > P≤ U> T = Q≥ R→ False(asP≤ U> T = Q→Thus clear relation between Qand P cannot be determined) 3) S > P≤ U= T = Q≥ R→ False(asP≤ U= T = Q→Q≥P) 4) S > P≤ U< T= Q ≥ R→ True(asP≤ U< T= Q→Q> P) Hence,>,≤,<,≥ is the correct answer. |
|