Compound Statement Rules Flashcards
1
Q
And
A
Indicates a Compound Statement
2
Q
Or
A
Indicates a Compound Statement
3
Q
Converting Compound “And” Statements to Their Contrapositive
A
The contrapositive of “and” is “or”.
As with any contrapositive, you must flip and negate the statement. Then change “and” to “or”.
ie; A —> B & C becomes Not B or Not C —> Not A
A & B ---> C becomes Not C ---> Not A or Not B
4
Q
Converting Compound “Or” Statements to Their Contrapositive
A
The contrapositive of “or” is “and”.
As with any contrapositive, you must flip and negate the statement. Then change “or” to “and”.
ie; A —> B or C becomes Not B & Not C —> Not A
A or B ---> C becomes Not C ---> Not A & Not B