40
Geometry Honors CONDITIONAL STATEMENTS

Conditional Statements

Embed Size (px)

DESCRIPTION

Conditional Statements. Geometry Honors. Partner Challenge. Amy, Bob and Carla are in a band. One is the drummer, one is the guitarist, and one is the keyboard player. Use the clues to find the instrument that each plays. Partner Challenge. - PowerPoint PPT Presentation

Citation preview

Page 1: Conditional Statements

Geometry Honors

CONDITIONAL STATEMENTS

Page 2: Conditional Statements

PARTNER CHALLENGE

Amy, Bob and Carla are in a band. One is the drummer, one is the guitarist, and one is the keyboard player. Use the clues to find the instrument that each plays.Instrument Amy Bob Carl

a

DrumsGuitarKeyboard

Page 3: Conditional Statements

PARTNER CHALLENGE

Instrument Amy Bob Carla

DrumsGuitarKeyboard•Carla and the drummer wear different-

colored shirts.•The keyboard player is older than Bob.•Amy, the youngest band member, lives next door to the guitarist.

Page 4: Conditional Statements

Vocabulary

Conditional Statement – an if-then statement

Example:

If you are not completely satisfied,

then your money will be refunded.

Page 5: Conditional Statements

Vocabulary

hypothesis– the part of the conditional statement following “if”.

Example:If you are not completely satisfied, then your money will be refunded.

Page 6: Conditional Statements

Vocabulary

conclusion– the part of the conditional statement following “then”.

Example:If you are not completely satisfied, then your money will be refunded.

Page 7: Conditional Statements

Your Turn:

Identify the hypothesis and the conclusion of the following conditional statement.

If y – 3 = 5, then y = 8.

Page 8: Conditional Statements

Your Turn:

Write the following sentence as a conditional statement.

An integer that ends with a zero is divisible by 5.

Page 9: Conditional Statements

Your Turn:

Write the following sentence as a conditional statement.

A square had four congruent sides.

Page 10: Conditional Statements

Vocabulary

Truth value– determining if the conditional statement is TRUE or FALSE.

A conditional statement is TRUE if every time the hypothesis is true, the conclusion is also true.

Example of a true conditional statement: If a figure is a square, then it has four congruent sides.

Page 11: Conditional Statements

Vocabulary

Truth value– determining if the conditional statement is TRUE or FALSE.

A conditional statement is FALSE if you can find just one counterexample for which the hypothesis is true and the conclusion is false.

Example of a false conditional statement: If you go to Wallenpaupack Area HS, then you live in Hawley, PA.

Page 12: Conditional Statements

Your Turn:

Determine the truth value of the following conditional statement.

If you live in Philadelphia, then you live in Pennsylvania.

Page 13: Conditional Statements

Your Turn:

Determine the truth value of the following conditional statement.

If a quadrilateral has four right angles, then the quadrilateral is a square.

Page 14: Conditional Statements

Vocabulary

Venn Diagram– a diagram made up of overlapping circles/ovals.

A Venn Diagram can be useful in determining the truth value of a conditional statement.

Page 15: Conditional Statements

Venn Diagram to represent a TRUE conditional statement.

If you are legally driving, then you are at least 16 years old.

Legal Drivers

16 year olds

Page 16: Conditional Statements

Venn Diagram to represent a FALSE conditional statement.

If you play the flute, then you are in the band.

Flute Players

Band Members

Page 17: Conditional Statements

Vocabulary

Converse of a Conditional Statement– switch the hypothesis and the conclusion.Example:

Conditional Statement:If 2 lines are not parallel and do not intersect, then they are skew.

Converse:If 2 lines are skew, then they are not parallel and do not intersect.

Page 18: Conditional Statements

Conditional Statement:If 2 lines are not parallel and do not intersect, then they are skew.

Converse:If 2 lines are skew, then they are not parallel and do not intersect.

True or False

True or False

Page 19: Conditional Statements

Conditional Statement:If a figure is a square, then it has four sides.

Converse:If a figure has four sides, then it is a square.

True or False

True or False

Page 20: Conditional Statements

Symbolic Form

Conditional Statement– if p, then q.p q

Converse– if q, then p.q p

Page 21: Conditional Statements

HOMEWORK

pg. 71: 1-31 odd, 43-48, 54-58.

Page 22: Conditional Statements

Logic and Sudoku

2

22

2

2

1

11

1

1

11

3

3

33

3

33

4

44

4

44

4

5

55

5

5

6

6

6

6

6

6

7

77

7

7

7

8

8

8

88

89

9

9

9

99

9

9

Page 23: Conditional Statements

Vocabulary

Biconditional Statement – a statement you get by connecting the conditional statement and its converse with the word “and”.

You can also use the phrase “if and only if”.Can only be combined if the conditional statement and its converse are both true.

Page 24: Conditional Statements

Example of a Biconditional:Conditional Statement:

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

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

Biconditional:Two angles have the same measure if and only if the two angles are congruent.

Since both the conditional and converse statements are true…

Page 25: Conditional Statements

Symbolic Form

Conditional Statement– if p, then q.p q

Converse– if q, then p.q p

Biconditional– p if and only if qp q

Page 26: Conditional Statements

What makes a Good Definition?

Uses clearly understood terms

Precise (don’t use words such as sort of, or some)Reversible (can be written as a biconditional)

Page 27: Conditional Statements

Is this a Good Definition?

A right angle is an angle whose measure is 90.

Biconditional: An angle is a right angle if and only if its measure is 90.

Conditional: If an angle is a right angle, then it measures 90.

Converse: If an angle measures 90, then it is a right angle.

Good Definition

Page 28: Conditional Statements

Is this a Good Definition?

An airplane is a vehicle that flies.

Counterexample: A helicopter is a vehicle that flies.

Conditional: If its an airplane, then it’s a vehicle that flies.

Converse: If it’s a vehicle that flies, then it is an airplane.

Bad Definition

Page 29: Conditional Statements

HOMEWORK

pg. 78: 1-23, 27, 32-35.

Page 30: Conditional Statements

PARTNER CHALLENGE

Alan, Ben, and Cal are seated as shown with their eyes closed. Diane places a hat on each of their heads from a box that contains 3 red hats and 2 blue hats. They open their eyes and look forward. Alan says, “I cannot deduce what color hat I’m wearing.” Hearing that, Ben says, “I cannot deduce what color hat I’m wearing either.” Cal then says, “I know what color I am wearing.” What color is Cal’s hat? How does Cal know the color of his hat?

Alan Ben Cal

Page 31: Conditional Statements

Vocabulary

Negation– having the opposite truth value.

Example of Negation:

Statement: I studied 4 hours.Negation: I did not study 4

hours.Statement: I do not like reading books.

Negation: I like reading books.

Page 32: Conditional Statements

Symbolic Form

~

VocabularyInverse of a Conditional Statement– negation of both the hypothesis and the conclusion.

Conditional Statement:If two angles have the same measure, then the angles are congruent.

Inverse:If two angles do not have the same measure, then the angles are not congruent.

Page 33: Conditional Statements

Vocabulary

Contrapositive of a Conditional Statement– switches the hypothesis and the conclusion and negates both.

Conditional Statement:If a figure is a square, then it is a rectangle.

Contrapositive:If a figure is not a rectangle, then it is not a square.

Switch and negate both

Page 34: Conditional Statements

Symbolic Form

Conditional Statement– if p, then q.p q

Negation– not p~p

Inverse– If not p, then not q~p ~q

Contrapositive– If not q, then not p~q ~p

Page 35: Conditional Statements

Conditional StatementIf a person is old enough to vote, then he/she is at least 18 years old.Converse

If a person is at least 18 years old, then he/she is old enough to vote.InverseIf a person is NOT old enough to vote, then he/she is NOT at least 18 years old.ContrapositiveIf a person is at NOT least 18 years old, then he/she is NOT old enough to vote.

p q

q p

~p ~q

~q ~p

Page 36: Conditional Statements

Biconditional StatementA person is old enough to vote, if and only if he/she is at least 18 years old.

Page 37: Conditional Statements

HOMEWORK

pg. 267: 1-9, 22-27, 33-35, 42-44

Page 38: Conditional Statements
Page 39: Conditional Statements

Logic and Sudoku

2

22

2

2

1

11

1

1

11

3

3

33

3

33

4

44

4

44

4

5

55

5

5

6

6

6

6

6

6

7

77

7

7

7

8

8

8

88

89

9

9

9

99

9

9

Page 40: Conditional Statements

Possible Hat Combinations:

Alan

Ben Cal

R R RR R BR B RR B BB R RB R BB B R

Alan would know what he was wearing if he saw two blue hats in front of him.

If Ben saw blue, he new that he was wearing red. Therefore, he did not see blue.

Therefore, Cal must be wearing red.