InterviewSolution
Saved Bookmarks
| 1. |
Class A has a higher enrollment than Class B. Class C has a lower enrollment than Class B. Class A has a lower enrollment than Class C. If the first two statements are true, the third statement is |
| Answer» From the first two statements, we know that of the three classes, Class A has the highest enrollment, so the third statement must be false. | |