A. 1. ~(S v E) Given 2. (O v M) -> S Given 3. ~S & ~E 1, DeMorgan 4. ~S 3, Conjunction Elimination 5. ~(O v M) 4, 2, Modus Tollens 6. ~O & ~M 5, DeMorgan 7. Therefore ~M 6, Conjunction Elimination ===================================================== Let A = "A student asks one question" Let B = "A student asks more than one question" Let C = "A student receives at most one answer" (A v B) -> C Get it?