Card 0 of 1
Suppose A, B, and C are statements such that C is false if exactly one of A or B is true. If C is true, which of the following is also true?
Step 1: Let's break down the logic problem...
C is false if A or B is True.
Example: C-False, A-True, B-False.
Step 2: Try to find what happens if C is true
If C is true, "or" changes to "and", and True becomes false..
So: C-True, A-False, B-False..
A and B must both be false for C to be true..
Answer: Both A and B are False.
Compare your answer with the correct one above