InterviewSolution
Saved Bookmarks
| 1. |
|
|
Answer» Solution The STATEMENTS are : P $\LEQ$ Q , N = M , M > R , R $\geq$ P Combining above inequalities, we get : N = M > R $\geq$ P and Q $\geq$ P The conclusions : P < N[true] Q $\leq$ M[cannot be determined] Thus, only CONCLUSION I is true. |
|