Conditional Statements Flashcards
1
Q
Conditional Statement
A
if P, then Q
P = hypothesis
Q = Conclusion
If it is February 14, then it is Valentine’s Day
2
Q
Coverse
A
If Q, then P
If it is valentine’s Day, then it is February 14
OG =
If it is February 14, then it is Valentine’s Day
3
Q
Biconditional Statement
A
When both the conditional(OG) and converse are true
it is February 14 IFF it is valentine’s day
OG =
If it is February 14, then it is Valentine’s Day
4
Q
Inverse
A
If NOT P, then NOT Q
if it is not February 14, then it is not Valentines Day
OG =
If it is February 14, then it is Valentine’s Day
5
Q
Contrapositive
A
If NOT Q, then NOT P
if it is not valentines day, then it is not February 14
OG =
If it is February 14, then it is Valentine’s Day