

InterviewSolution
Saved Bookmarks
1. |
Who among P, Q, T, V and M is exactly in the middle when they are arranged in ascending order of their heights? I. V is taller than Q but shorter than M. II. T is taller than Q and M but shorter than P. |
Answer» the data in statement I alone are sufficient to answer the question, while the data in statement II alone are not sufficient to answer the question, From II, we have : `TgtQ,TgtM,PgtT` Combining the above two, we have : `PgtTgtMgtVgtQ" i.e. "QltVltMltTltP`. Clearly, M is in the MIDDLE. |
|