19 Module 3.1 Lesson 2 Conditional Statements
19 Module 3.1 Lesson 2 Conditional Statements
Learning Targets
I can …
𝑝→𝑞
Conditional Statement
1. If it is cheese, then it contains calcium.
Example
Counterexample: Penguin
𝑞 → 𝑝
This is read as “If q, then p”.
Sentence:
All humans are beautiful.
If-then statement:
If they are humans, then they are beautiful.
Hypothesis Conclusion
Converse statement:
If they are beautiful, then they are humans.
Sentence:
Triangle is a 3-sided polygon.
If-then statement:
If it is a triangle, then it is a 3-sided polygon.
Hypothesis Conclusion
Converse statement:
If it is a 3-sided polygon, then it is a triangle.
Biconditional Statement
“p if and only if q”
Conditional Statement Converse Statement
If p, then q If q, then p
If an angle measures 90 If an angle is a right angle,
degrees, then it is a right then it measures 90 degrees.
angle.
True True
∼p → ∼q
If-then Statement:
If it is a triangle, then it is a 3-sided polygon.
Hypothesis Conclusion
Converse:
If it is a 3-sided polygon, then it is a triangle.
Inverse:
If it is not a triangle, then it is not a 3-sided polygon.
Sentence: Vertical angles are congruent.
If-then Statement:
If two angles are vertical angles, then they are congruent.
Hypothesis Conclusion
Converse:
If two angles are congruent, then they are vertical angles.
Inverse:
If two angles are not vertical angles, then they are not
congruent.
Contrapositive
The contrapositive is formed by interchanging
the hypothesis and conclusion of the inverse. A
contrapositive statement can be represented
symbolically by
∼q → ∼p
If-then Statement:
If the figure is a square, then it has four angles.
Hypothesis Conclusion
Converse:
If the figure has four angles, then it is a square.
Inverse:
If the figure is not a square, then it doesn’t have four
angles.
Contrapositive:
If the figure doesn’t have four angles, then it is not a
square.
Sentence: A Pentagon is a 5-sided polygon.
If-then Statement:
If it is a Pentagon, then it is a 5-sided polygon.
Hypothesis Conclusion
Converse:
If it is a 5-sided polygon, then it is a Pentagon.
Inverse:
If it is not a Pentagon, then it is not a 5-sided polygon.
Contrapositive:
If it is not a 5-sided polygon, then it is not a Pentagon.