2.1 Conditional Statements
2.1 Conditional Statements
1 Conditional Statements
Conditional Statement – a logical statement with
two parts.
P, the “if part”, hypothesis
Q, the “then part”, conclusion
If p, then q is symbolized as p -> q (p implies q).
Ex:
If you study hard, then you will get As.
If you live in Ridgewood, then you live in NJ.
If an angle is 28 degrees, then it is acute.
Rewrite into “If, then” form
• All fruits have seeds.
• Two angles that add up to 180 degrees are
supplementary.
• An even number is a number divisible by 2.
• 3x + 17 = 23, because x = 2.
• Only people who are 18 are allowed to vote.
• P=It is raining. Q =I must bring an umbrella.
• Today is Friday and tomorrow is Saturday.
Now go back and underline the hypothesis and
circle the conclusions.
Negation ~
The negation of a statement is the
opposite of the original statement.
Symbol: ~p Words: not p
No Strings Attached
INverse think NOT
INdigo is not blue or not purple
If you are INdignant, you are NEGATIVE
Contrapositive
• You SWITCH and NEGATE the hypothesis and
conclusion.