25
SECTION 2.1 Conditional Statements

SECTION 2.1 Conditional Statements. Learning Outcomes I will be able to write conditional statements in if- then form. I will be able to label parts of

Embed Size (px)

Citation preview

Page 1: SECTION 2.1 Conditional Statements. Learning Outcomes I will be able to write conditional statements in if- then form. I will be able to label parts of

SECTION 2 .1

Conditional Statements

Page 2: SECTION 2.1 Conditional Statements. Learning Outcomes I will be able to write conditional statements in if- then form. I will be able to label parts of

Learning Outcomes

I will be able to write conditional statements in if-then form.

I will be able to label parts of a conditional statement.

I will be able to write the converse, inverse and contrapositive of a conditional statement.

Page 3: SECTION 2.1 Conditional Statements. Learning Outcomes I will be able to write conditional statements in if- then form. I will be able to label parts of

Vocabulary

A conditional statement is a type of logical statement that has two parts, a hypothesis and a conclusion.

If-then form of a conditional statement uses the words “if” and “then.”

Example: If today is Friday, then tomorrow is Saturday.

Page 4: SECTION 2.1 Conditional Statements. Learning Outcomes I will be able to write conditional statements in if- then form. I will be able to label parts of

Parts of a Conditional Statement

A hypothesis is the “if” part of a conditional statement.

A conclusion is the “then” part of a conditional statement.

In our example:If today is Friday, then tomorrow is Saturday.

Page 5: SECTION 2.1 Conditional Statements. Learning Outcomes I will be able to write conditional statements in if- then form. I will be able to label parts of

Think-Pair-Share

Write the statement as a conditional statement in if-then form.

All students taking geometry have math during an even numbered block.

If students are taking Geometry, then they have math during an even numbered block.

Page 6: SECTION 2.1 Conditional Statements. Learning Outcomes I will be able to write conditional statements in if- then form. I will be able to label parts of

Converse

The converse of a conditional statement is formed by switching the hypothesis and the conclusion.

From our example: If today is Friday, then tomorrow is Saturday.

The converse would be: If tomorrow is Saturday, then today is Friday.

Page 7: SECTION 2.1 Conditional Statements. Learning Outcomes I will be able to write conditional statements in if- then form. I will be able to label parts of

Inverse

An inverse is the statement formed when you negate the hypothesis and conclusion of a conditional statement.

What is a negation?The negation of a statement is formed by

writing the negative of the statement.In our example: If today is Friday, then

tomorrow is Saturday.The inverse would be: If today is not Friday,

then tomorrow is not Saturday.

Page 8: SECTION 2.1 Conditional Statements. Learning Outcomes I will be able to write conditional statements in if- then form. I will be able to label parts of

Contrapositive

A contrapositive is the statement formed when you negate the hypothesis and conclusion of the converse of a conditional statement.

In our example: If today is Friday, then tomorrow is Saturday.

The contrapositive would be: If tomorrow is not Saturday, then today is not Friday.

Page 9: SECTION 2.1 Conditional Statements. Learning Outcomes I will be able to write conditional statements in if- then form. I will be able to label parts of

In Review

Original Statement: If today is Friday, then tomorrow is Saturday

Converse: If tomorrow is Saturday, then today is Friday

Inverse: If today is not Friday, then tomorrow is not Saturday.

Contrapositive: If tomorrow is not Saturday, then today is not Friday.

Page 10: SECTION 2.1 Conditional Statements. Learning Outcomes I will be able to write conditional statements in if- then form. I will be able to label parts of

Random Postulates

Page 11: SECTION 2.1 Conditional Statements. Learning Outcomes I will be able to write conditional statements in if- then form. I will be able to label parts of

Review

Write the converse of this statement

I will go to the game if I get all of my homework done.

Converse: If I go to the game, then I got all of my homework done.

Page 12: SECTION 2.1 Conditional Statements. Learning Outcomes I will be able to write conditional statements in if- then form. I will be able to label parts of

Review

Write the inverse of this statement:I will go to the game if I get all of my

homework done.

Inverse: If I do not get all my homework done, then I will not go to the game

Page 13: SECTION 2.1 Conditional Statements. Learning Outcomes I will be able to write conditional statements in if- then form. I will be able to label parts of

Review

Write the contrapositive of this statement:I will go to the game if I get all of my

homework done.

Contrapositive: If I do not go to the game, then I did not get all my homework done.

Page 14: SECTION 2.1 Conditional Statements. Learning Outcomes I will be able to write conditional statements in if- then form. I will be able to label parts of

Biconditionals and Laws

SECTION 2 .2

Page 15: SECTION 2.1 Conditional Statements. Learning Outcomes I will be able to write conditional statements in if- then form. I will be able to label parts of

Outcomes

I will be able to write biconditional statements if the properties for a biconditional statement exist

Page 16: SECTION 2.1 Conditional Statements. Learning Outcomes I will be able to write conditional statements in if- then form. I will be able to label parts of

Biconditional Statements

A biconditional statement is a statement that contains the phrase “if and only if.”

For a biconditional statement to be true, you must:

Verify that the conditional statement is true.Verify that the converse of the statement is

true.

Page 17: SECTION 2.1 Conditional Statements. Learning Outcomes I will be able to write conditional statements in if- then form. I will be able to label parts of

Rewriting Biconditional Statements

Rewrite the biconditional statement as a statement and its converse.

Two angles are congruent if and only if they have the same measure.

If two angles have the same measure, then they are congruent.Converse:If two angles are congruent, then they have the same measure.

Page 18: SECTION 2.1 Conditional Statements. Learning Outcomes I will be able to write conditional statements in if- then form. I will be able to label parts of

Evaluating Biconditional statements

Is the following biconditional statement true?Two angles are congruent if and only if they

have the same measure.

If two angles have the same measure, then they are congruent.

Converse:If two angles are congruent, then they have the same measure.

Page 19: SECTION 2.1 Conditional Statements. Learning Outcomes I will be able to write conditional statements in if- then form. I will be able to label parts of

Evaluate the biconditional statement to see if it is true.

x = 4 if and only if x2 = 16.

If x2 = 16, then x = 4.

If x = 4, then x2 = 16

Page 20: SECTION 2.1 Conditional Statements. Learning Outcomes I will be able to write conditional statements in if- then form. I will be able to label parts of

Can the statement be written as a biconditional?

Example: If you are 15 years old, then you are a teenager.

First, evaluate the statement. Is it true?Second, write the converse of the

statement.Third, evaluate the converse. Is it true?

Converse: If you are a teenager, then you are 15 years old.

Page 21: SECTION 2.1 Conditional Statements. Learning Outcomes I will be able to write conditional statements in if- then form. I will be able to label parts of
Page 22: SECTION 2.1 Conditional Statements. Learning Outcomes I will be able to write conditional statements in if- then form. I will be able to label parts of

Definitions

Two lines are perpendicular lines if they intersect to form a right angle.

Page 23: SECTION 2.1 Conditional Statements. Learning Outcomes I will be able to write conditional statements in if- then form. I will be able to label parts of

Definitions

A line perpendicular to a plane is a line that intersects the plane in a point and is perpendicular to every line in the plane that intersects it.

Page 24: SECTION 2.1 Conditional Statements. Learning Outcomes I will be able to write conditional statements in if- then form. I will be able to label parts of
Page 25: SECTION 2.1 Conditional Statements. Learning Outcomes I will be able to write conditional statements in if- then form. I will be able to label parts of

Exit Ticket Homework

Pg. 75: 22-24, 44-49

Pg. 83: 13-23, 32-35