There are 3 statements with the following meanings:
A: Annie came first in sports
B: Jane came first in sports
C: Erick came first in sports
Use A,B,C to write proposition that is True if and only if the first winner is one and only one of Annie, Jane and Erick. The proposition must be in conjunctive normal form.
The proposition i came up with is:
(B∨C) ∧ (A∨C) ∧ (A∨B)
I'm having some issue regarding the statement mentioning "one and only" which i don't quite fully understand. Does the proposition i came out with satisfy the condition?
$A\land - B\land - C $ is true iff Annie wins and Jane and Erick lose. This should help. ..