You are on page 1of 2

Lecture # ___ If-then STATEMENTS SW#____. Write the possible conclusion (q) on second statement 5.

the possible conclusion (q) on second statement 5. The intersection of two lines is a point.
• An If-then statement is composed of two clauses: the if-clause and based on the first statement.
then-clause. If-then form:__________________________________
• We can denote a letter for each clause, p (hypothesis) for the if- 1. a. Students who are good in Mathematics are smart.
Hypothesis:___________________________________
clause and q (conclusion) for the then-clause. b. If Josiah is good in mathematics, then ________________________.
2. a. Young actresses are health conscious. Conclusion:___________________________________
• The statement is in the form, “If p then q.”
b. If Liza is a young actress, then ______________________________.
• Conditional statements are formed by joining two statements p and q
3. a. Two points determine a line.
using the words if and then.
b. If there are two points then it will ____________________________. Lecture # ___ DIFFERENT TYPES OF STATEMENTS
• The logical connector in a conditional statement is denoted by the 4. a. Parallel lines do not intersect. • The converse of a statement is formed by exchanging the hypothesis
symbol ⟶ b. If line m and line n are parallel lines then they __________________. and the conclusion.
• The p statement is called the hypothesis that tells us what is the given 5. a. A triangle is a polygon with 3 sides.
information, or the condition (or assumed) • The inverse of a statement is formed by negating both the hypothesis
b. If it is a triangle then ___________________________. and conclusion.
• The q statement is called the conclusion that tells us what to follow
from the assumption or what is the result of the given information. • The contrapositive of a statement is formed by negating the hypothesis
• The conditional is defined to be true unless a true hypothesis leads to a
and conclusion of the converse of the given statement.
false conclusion.
Examples:
• The implication 𝒑 ⟶ 𝒒 is always true except in the case that p is true,
1: If we turn off the water in the shower, then the water will stop pouring. If-then statement: "If it rains, then they cancel classes."
Hypothesis: we turn off the water in the shower and q is false. p q
Conclusion: the water will stop pouring • See the truth table for the implications. Converse: "If they cancel classes, then it rains.”
Q p
2: If two angles are supplementary, then the sum of their measures is 180. Inverse: "If it will not rain, then they will not cancel classes.”
Hypothesis: two angles are supplementary ~p ~q
Conclusion: the sum of their measures is 180 Contrapositive: "If they will not cancel classes, then it will not rain."
~q ~p
3: I’ll wash the car if the weather is nice.
can be written as: If the weather is nice, then I’ll wash the car.
Hypothesis: the weather is nice
Conclusion: I’ll wash the car

4: I’ll be good in Math when I study hard. Example 1. Given: (p) 8 is an odd number. false
can be written as: If I study hard, then I will be good in Math. (q) 9 is composite. true
Hypothesis: I study hard
Conclusion: I will be good in Math. Problem: What does 𝒑 ⟶ 𝒒 represent?
Solution: Since hypothesis p is false and conclusion q is true, the
5: All equilateral triangles are equiangular. conditional 𝒑 ⟶ 𝒒 is TRUE.
can be written as: If a triangle is equilateral then it is equiangular.
Hypothesis: a triangle is equilateral Example 2: Given:(p) 8 is an odd number. true
Conclusion: it is equiangular (q) 9 is composite. false SW#____
Problem: What does 𝒑 ⟶ 𝒒 represent? Solution: Since hypothesis p is true A. Complete the statements below by supplying the missing terms.
SW#___
and conclusion q is false, the conditional 𝒑 ⟶ 𝒒 is FALSE. 1. If a number is a whole number, then it is an integer.
I. Identify the hypothesis and conclusion of the following conditional
statements. a. Converse: If a number is an ______________, then it is a whole
SW#____. Write the following statements in the if-then form then number.
1. If two even integers are multiplied, then the product is also even.
identify the hypothesis and conclusion.
b. Inverse: If a number is ___________ a whole number, then it is ______
Hypothesis ____________________________________
an integer.
1. Perpendicular lines form right angles.
Conclusion _____________________________________ c. Contrapositive: If a number is not an integer, then it is not a
2. If the quadrilaterals are rectangle, then they are equiangular. If-then form:__________________________________ __________.

Hypothesis ____________________________________ Hypothesis:___________________________________ 2. If you live in Llano, then you live in Caloocan.
Conclusion _____________________________________ Conclusion:___________________________________ a. Converse: If you live in Caloocan, then you live in
___________________.
3. If the triangles are equilateral, then the triangles are isosceles. 2. The sum of the measures of complementary angles is 90o.
b. Inverse: If you _______________ live in Llano, then you do not live in
Hypothesis ____________________________________ Caloocan.
If-then form:__________________________________
Conclusion _____________________________________ c. Contrapositive: If you do not live in ______________, then you do not
Hypothesis:___________________________________ live in Llano.
Conclusion:___________________________________
Rewriting statements in the if-then form B. Given the if-then statements, write its converse, inverse, and
Examples: 3. A triangle is a polygon with three sides. contrapositive.
1. I bring my umbrella when it is raining. If-then form:__________________________________
(Rewrite in if-then form, considering what causes what. In this situation, it is Ex: If-then form: If two angles are adjacent, then they form a linear pair.
Hypothesis:___________________________________
the rain that causes me to bring umbrella.) Converse: If two angles form a linear pair, then they are adjacent.
If-then form: If it is raining, then I bring my umbrella. Conclusion:___________________________________ Inverse: If two angles are not adjacent, then they do not form a linear
4. The intersection of two lines is a point. pair.
2. The angles in a triangle add up to 180 degrees. Contrapositive: If two angles do not form a linear pair, then they are not
If-then form:__________________________________
If-then form: If a shape is a triangle, then its angles add up to 180 adjacent.
degrees. Hypothesis:___________________________________
Conclusion:___________________________________
3. If-then form: If a polygon is a quadrilateral, then it is a four-sided B. Directions: Complete the table below by using deductive
polygon. reasoning.

Converse: _______________________________________________
Inverse: _________________________________________________
Contrapositive: ___________________________________________

4. If-then form: If two lines are perpendicular, then they form right angles.
Converse: _______________________________________________
Inverse: _________________________________________________
Contrapositive: ___________________________________________

5. If-then form: If two lines intersect at a right angle, then they are
perpendicular.
Converse: _______________________________________________
Here are the steps TO PERFORM a direct proof:
Inverse: _________________________________________________ 1. You need to identify the hypothesis and conclusion of the conjecture that
Contrapositive: ___________________________________________ you are going to prove
2. Assume that the hypothesis is true.
3. Use definitions, properties, theorems, etc. to make a series of
Lecture #___TYPES OF REASONING: INDUCTIVE AND DEDUCTIVE deductions that eventually prove the conclusion of the conjecture to be true
4. State that by direct proof, the conclusion of the statement must be true.
Inductive reasoning uses specific examples to arrive at a general rule, Lecture #____ DIRECT AND INDIRECT PROOFS
generalization or conclusion. The conclusion may be true or • A direct proof assumes that the hypothesis of a conjecture is true, PARAGRAPH FORM
false. Example:
and then uses a series of logical deductions to prove that the
Illustrative examples: conclusion of the conjecture is true.
1. My Math teacher is strict. • Direct proof can be done in two ways: paragraph form and two
My previous Math teacher was strict. column form.
All Math teachers are strict.
In writing proofs, the properties of equality and congruence are used as
2. Determine the next term of the given sequence.3, 5, 8, 12, 17, _____. basis for reasoning
The next term is 23. Aside from the properties, you should remember this:
A postulate is a statement that is accepted without proof.
Deductive reasoning uses general statements or accepted facts to
A theorem is a statement accepted after it is proven deductively.
reason in a step-by-step manner in order to arrive at a specific and valid
conclusion. It includes hypothesis and conclusion. A statement or logical
argument that is supported or justified by accepted facts or reasons is
known as proof.

Illustrative examples:
1. Statement: Grade 8 learners are good in Math.
Marikit is a grade 8 learner.
Conclusion: Therefore, Marikit is good in Math.
TWO-COLUMN PROOF
2. Statement: Congruent angles are angles whose measures are equal.
∠A and ∠B are congruent angles.
Conclusion: Therefore, ∠A and ∠B are angles whose measures are
equal.
SW# ___ INDUCTIVE AND DEDUCTIVE REASONING
A. Make a conclusion based on the given situation using inductive
reasoning.
1. 1, 10, 100, 1000. The next number is ____________.
2. Acute angles are angles whose measure is greater than 0º but less than
90º. ∠A and ∠B are acute angles. Therefore,
__________________________________.
3. Amanda is a Caloocan resident. Caloocan residents follow the rules and
regulations of the city.
Therefore,_______________________________________________.
4. 3, 10, 17, 24, 31, ..…..

5. Study the pattern and draw the next figure. ____

You might also like