conditionals. conditional statement: any statement that is or can be written in if- then form. that...

33
CONDITION CONDITION ALS ALS

Upload: anna-small

Post on 05-Jan-2016

213 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

CONDITIONCONDITIONALSALS

Page 2: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

Conditional Statement:

Any statement that is or can be written in if-then form. That is,

If p then q.

Page 3: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

Symbolically we use the following for the conditional statement: “If p then q”:p q

Page 4: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

Hypothesis: The “condition” that has to be met. It is the p statement that follows the word if in a conditional statement.

Page 5: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

Conclusion: The result or consequence. The q statement that follows the then in a conditional statement.

Page 6: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

EXAMPLE:

If you feed the dog, then you may go to the movies.

Page 7: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

EXAMPLE:

If you feed the dog, then you may go to the movies.

Hypothesis

Page 8: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

EXAMPLE:

If you feed the dog, then you may go to the movies.

Hypothesis

Conclusion

Page 9: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

EXAMPLE:

The game will be cancelled if it rains.

Page 10: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

EXAMPLE:

The game will be cancelled if it rains.

Hypothesis

Page 11: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

EXAMPLE:

The game will be cancelled if it rains.

Hypothesis

Conclusion

Page 12: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

Note: The hypothesis does not always appear first in a statement.

Page 13: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

“ALL” Statements:When changing an “all” statement to if-then form, the hypothesis must be made singular.

Page 14: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

EXAMPLE: All rectangles have four sides.BECOMES: If _______ a rectangle then _____ four sides.

a figure is it

has

Page 15: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

RELATED RELATED CONDITIONCONDITIONALSALS

Page 16: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

The Converse:The conditional

statement formed by interchanging the hypothesis and conclusion.

Page 17: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

Symbolically, for the conditional statement:p qThe converse is:

q p

Page 18: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

EXAMPLE: Form the converse of:

If then

X=2

X > 0

.

Page 19: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

EXAMPLE: Form the converse of:

If then

X=2

X > 0

.If then

X > 0

X=2

.

Page 20: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

The Inverse:The conditional statement formed by negating both the hypothesis and conclusion.

Page 21: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

Symbolically, for the conditional statement:p qThe inverse is:

p q

Page 22: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

EXAMPLE: Form the Inverse of:

If then

X=2

X > 0

.If then

X=2

X > 0

.

Page 23: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

EXAMPLE: Form the Inverse of:

If then

X=2

X > 0

.If then

X=2

X > 0

.

Page 24: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

The Contrapositive:The conditional statement formed by interchanging and negating the hypothesis and conclusion.

Page 25: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

Symbolically, for the conditional statement:p qThe contrapositive is: q p

Page 26: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

EXAMPLE: Form the contrapositive of:If the

nX=2

X > 0

.If then

X=2

X > 0

.

Page 27: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

Note: Any statement and itsContrapositive have the same truth value.

Page 28: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

LET’S PRACTICE !

Page 29: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

GIVEN: If x is 5 then x is odd.

What form is: If x is odd then x is 5. ?CONVER

SE

Page 30: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

GIVEN: If x is 5 then x is odd.

What form is: If x is not odd then x is not 5. ?CONTRAPOSITIVE

Page 31: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

GIVEN: If x is 5 then x is odd.

What form is: If x is not 5 then x is not odd. ?INVERSE

Page 32: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

GIVEN: If x is odd then x is 5. What form is:

If x is 5 then x is odd.?CONVER

SE

Page 33: CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q

THE END !!