geometry 2.2 big idea: analyze conditional statements

17
Geometry 2.2 Geometry 2.2 Big Idea: Analyze Conditional Statements

Upload: arjun-cote

Post on 01-Apr-2015

230 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Geometry 2.2 Big Idea: Analyze Conditional Statements

Geometry 2.2Geometry 2.2Big Idea: Analyze

Conditional Statements

Page 2: Geometry 2.2 Big Idea: Analyze Conditional Statements

Conditional Statement:Conditional Statement:

A logical statement with 2 parts, a hypothesis and a conclusion.

IF . . . (hypothesis)

THEN . . . (conclusion)

Page 3: Geometry 2.2 Big Idea: Analyze Conditional Statements

Statements of fact can be rewritten in IF-THEN FormIF-THEN Form.

Ex.1) Ants are insects.Ex.1) Ants are insects.

If it is an ant, then it is If it is an ant, then it is an an insect.insect.

Page 4: Geometry 2.2 Big Idea: Analyze Conditional Statements

Ex. 2) When x = 6, xEx. 2) When x = 6, x2 2 = 36.= 36.

If x = 6, then xIf x = 6, then x22 = 36. = 36.

Page 5: Geometry 2.2 Big Idea: Analyze Conditional Statements

Just like conjectures, a conditional statement can be True or False. If True , you would have to prove all examples are True. If If FalseFalse, , you need only provide you need only provide one one counterexample.counterexample.

Page 6: Geometry 2.2 Big Idea: Analyze Conditional Statements

Converse:Converse:

Switch the hypothesis and Switch the hypothesis and conclusion.conclusion.

Converses can be True or False, as well.

Page 7: Geometry 2.2 Big Idea: Analyze Conditional Statements

ConverseConverse: :

Ex. If it is an insect, then it is an Ex. If it is an insect, then it is an ant. ant. (True/False ?)

(Counterexample of Converse:

A mosquito is an insect but it ’s not an ant.)

Page 8: Geometry 2.2 Big Idea: Analyze Conditional Statements

Conditional Statement: Conditional Statement: If 2 If 2 rays are opposite rays, then rays are opposite rays, then they have a common they have a common endpoint.endpoint.

(True/False ?)

ConverseConverse::

If 2 rays have a common If 2 rays have a common endpoint, then they are endpoint, then they are opposite rays. opposite rays. (True/False ?)

Page 9: Geometry 2.2 Big Idea: Analyze Conditional Statements

Conditional statements and their converses can both be true, both be false or have only one be true.

No assumptions can be made.

Page 10: Geometry 2.2 Big Idea: Analyze Conditional Statements

Inverse:Inverse:

NegateNegate (say it’s not true) bothboth the hypothesis and the conclusion.

If it is not an ant, then it is If it is not an ant, then it is not an insect. not an insect. (True/False ?)

Page 11: Geometry 2.2 Big Idea: Analyze Conditional Statements

Contrapositive:Contrapositive:

Negate bothNegate both the hypothesis and conclusion in the conversein the converse of the conditional statement.

Page 12: Geometry 2.2 Big Idea: Analyze Conditional Statements

Ex. If it not an insect, then it Ex. If it not an insect, then it is not an ant. is not an ant. (True/False ?)

Page 13: Geometry 2.2 Big Idea: Analyze Conditional Statements

SummaryC.SC.S.: If it is an ant, then it is

an insect. (T)(T)

ConvConv.: If it is an insect, then it is an ant. (F)(F)

Inv.Inv.:: If it is not an ant, then it is not an insect. (F)(F)

Contra.Contra.:: If it is not an insect, then it is not an ant. (T)(T)

Page 14: Geometry 2.2 Big Idea: Analyze Conditional Statements

A conditional statement and its conditional statement and its contrapositivecontrapositive (the negation of the converse) are always always either both False or both either both False or both TrueTrue. This is also true for the converse and the inverse.converse and the inverse.

Page 15: Geometry 2.2 Big Idea: Analyze Conditional Statements

Equivalent StatementsEquivalent Statements:

If two statements are both If two statements are both true or both false.true or both false.

Ex.1) C.S. and its Ex.1) C.S. and its contrapositivecontrapositive

Ex.2) converse and inverseEx.2) converse and inverse

Page 16: Geometry 2.2 Big Idea: Analyze Conditional Statements

Biconditional Statement:

Contains phrase “If and only If”

(can be written only when the C.S. and its converse are true)

Any good definition can be written as a biconditional statement.

Page 17: Geometry 2.2 Big Idea: Analyze Conditional Statements

C.S.:C.S.: If 2 rays are opposite rays, then they share a common endpoint and lie on the same line.

Biconditional Statement: Two rays are opposite if and only if they share a common endpoint and lie on the same line.