1 / 54

Analyze Conditional Statements

Analyze Conditional Statements. Chapter 2.2. Conditional Statement. Statement contains a HYPOTHESIS and a CONCLUSION If it is in IF-THEN form Hypothesis = ‘if’ Conclusion = ‘then’ Example If it is raining, then there are clouds in the sky. Example.

tekla
Télécharger la présentation

Analyze Conditional Statements

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Analyze Conditional Statements Chapter 2.2

  2. Conditional Statement • Statement contains a HYPOTHESIS and a CONCLUSION • If it is in IF-THEN form • Hypothesis = ‘if’ • Conclusion = ‘then’ • Example • If it is raining, then there are clouds in the sky.

  3. Example • If it is raining, then there are clouds in the sky. If we see IF- THEN, we circle them and write if-then form

  4. Example • If it is raining, then there are clouds in the sky. • If it is raining, then there are clouds in the sky. If we see IF- THEN, we circle them and write if-then form After we circle if and then, we underline the Hypothesis ONCE and the Conclusion TWICE Remember: Hypothesis = if, Conclusion = then

  5. Example • If it is raining, then there are clouds in the sky. • If it is raining, then there are clouds in the sky. • If it is raining, then there are clouds in the sky. After we circle if and then, we underline the Hypothesis ONCE and the Conclusion TWICE Hypothesis Conclusion

  6. Rewrite the condition statement in IF-THEN form: Two angles are supplementary, if they are a linear pair.

  7. Rewrite the condition statement in IF-THEN form: Two angles are supplementary, if they are a linear pair.

  8. Rewrite the condition statement in IF-THEN form: Two angles are supplementary, if they are a linear pair. Hypothesis Conclusion

  9. Rewrite the condition statement in IF-THEN form: Two angles are supplementary, if they are a linear pair. Hypothesis Conclusion Now that we have found the hypothesis and conclusion, and circled if, we must rewrite it:

  10. Rewrite the condition statement in IF-THEN form: Two angles are supplementary, if they are a linear pair. Hypothesis Conclusion Now that we have found the hypothesis and conclusion, and circled if, we must rewrite it: Iftwo angles are a linear pair, thenthey are supplementary.

  11. Rewrite the condition statement in IF-THEN form: Example 1 All vertebrates have a backbone. Find the hypothesis and the conclusion

  12. Rewrite the condition statement in IF-THEN form: Example 1 All vertebrates have a backbone. Hypothesis Conclusion Now rewrite the condition statement:

  13. Rewrite the condition statement in IF-THEN form: Example 1 All vertebrates have a backbone. Hypothesis Conclusion Now rewrite the condition statement: Ifan animal is a vertebrate, thenit has a backbone.

  14. Rewrite the condition statement in IF-THEN form: Example 2 (checkpoint) All triangles have three sides. Find the hypothesis and the conclusion

  15. Rewrite the condition statement in IF-THEN form: Example 2 (checkpoint) All triangles have three sides. Hypothesis Conclusion Now rewrite the condition statement:

  16. Rewrite the condition statement in IF-THEN form: Example 2 (checkpoint) All triangles have three sides. Hypothesis Conclusion Now rewrite the condition statement: Ifa polygon is a triangle, thenit has three sides.

  17. Rewrite the condition statement in IF-THEN form: Example 2 (checkpoint 2) When x = 2, x2 = 4. Find the hypothesis and the conclusion

  18. Rewrite the condition statement in IF-THEN form: Example 2 (checkpoint 2) When x = 2, x2 = 4. Hypothesis Conclusion Now rewrite the condition statement:

  19. Rewrite the condition statement in IF-THEN form: Example 2 (checkpoint 2) When x = 2, x2 = 4. Hypothesis Conclusion Now rewrite the condition statement: Ifx = 2, thenx2 = 4.

  20. Negation • A statement is the opposite of the original statement Statement 1: The sky is blue.

  21. Negation • A statement is the opposite of the original statement Statement 1: The sky is blue. Negation 1: The sky is not blue Statement 2: The dog is not brown.

  22. Negation • A statement is the opposite of the original statement Statement 1: The sky is blue. Negation 1: The sky is not blue Statement 2: The dog is not brown. Negation 2: The dog is brown. Note that statement 2 is already negative, so when you negate it, it becomes positive (Neg. x Neg. = Positive)

  23. Related Conditionals • Converse • For the converse of a conditional statement, switch the hypothesis and the conclusion • Inverse • For the inverse of a conditional statement, negate the hypothesis AND the conclusion • Contrapositive • For the contrapositive of a conditional, we first write the converse, then negate both the hypothesis and the conclusion

  24. Related Conditionals • Conditional Statement: If it is raining, then there are clouds in the sky. • Converse: If there are clouds in the sky, then it is raining. • Inverse: If it is not raining, then there are not any clouds in the sky. • Contrapositive: If there are not any clouds in the sky, then it is not raining.

  25. Related Conditionals:Example • Write the conditional statement, the converse, the inverse, and the contrapositive of the following, then decide if each statement is true or false. Guitar players are musicians. Find the hypothesis and the conclusion.

  26. Related Conditionals:Example • Write the conditional statement, the converse, the inverse, and the contrapositive of the following, then decide if each statement is true or false. Guitar players are musicians. Hypothesis Conclusion IF-THEN Form:

  27. Related Conditionals:Example • Write the conditional statement, the converse, the inverse, and the contrapositive of the following, then decide if each statement is true or false. Guitar players are musicians. IF-THEN Form: IF you are a guitar player, THEN you are a musician.

  28. Related Conditionals:Example • Write the conditional statement, the converse, the inverse, and the contrapositive of the following, then decide if each statement is true or false. Guitar players are musicians. IF-THEN Form: IF you are a guitar player, THEN you are a musician. True Converse:

  29. Related Conditionals:Example • Write the conditional statement, the converse, the inverse, and the contrapositive of the following, then decide if each statement is true or false. Guitar players are musicians. IF-THEN Form: IF you are a guitar player, THEN you are a musician. True Converse: IF you are a musician, THEN you are a guitar player.

  30. Related Conditionals:Example • Write the conditional statement, the converse, the inverse, and the contrapositive of the following, then decide if each statement is true or false. Guitar players are musicians. IF-THEN Form: IF you are a guitar player, THEN you are a musician. True Converse: IF you are a musician, THEN you are a guitar player. False Inverse:

  31. Related Conditionals:Example • Write the conditional statement, the converse, the inverse, and the contrapositive of the following, then decide if each statement is true or false. Guitar players are musicians. IF-THEN Form: IF you are a guitar player, THEN you are a musician. True Converse: IF you are a musician, THEN you are a guitar player. False Inverse: IF you are not a guitar player, THEN you are not a musician.

  32. Related Conditionals:Example Guitar players are musicians. • Write the conditional statement, the converse, the inverse, and the contrapositive of the following, then decide if each statement is true or false. IF-THEN Form: IF you are a guitar player, THEN you are a musician. True Converse: IF you are a musician, THEN you are a guitar player. False Inverse: IF you are not a guitar player, THEN you are not a musician. False

  33. Related Conditionals:Example • IF-THEN Form: IF you are a guitar player, THEN you are a musician. True • Converse: IF you are a musician, THEN you are a guitar player. False • Inverse: IF you are not a guitar player, THEN you are not a musician. False • Contrapositive: IF you are not a musician, THEN you are not a guitar player. True

  34. Related Conditionals:Example Guitar players are musicians. IF-THEN Form: IF you are a guitar player, THEN you are a musician. True Converse: IF you are a musician, THEN you are a guitar player. False Inverse: IF you are not a guitar player, THEN you are not a musician. False Contrapositive: IF you are not a musician, THEN you are not a guitar player. True

  35. Related Conditionals:Example • Write the conditional statement, the converse, the inverse, and the contrapositive of the following, then decide if each statement is true or false. Olympians are athletes. Find the hypothesis and conclusion

  36. Related Conditionals:Example • Write the conditional statement, the converse, the inverse, and the contrapositive of the following, then decide if each statement is true or false. Olympians are athletes. Hypothesis Conclusion IF-THEN Form:

  37. Related Conditionals:Example • Write the conditional statement, the converse, the inverse, and the contrapositive of the following, then decide if each statement is true or false. Olympians are athletes. IF-THEN Form: IF you are an Olympian, THEN you are an athlete.

  38. Related Conditionals:Example • Write the conditional statement, the converse, the inverse, and the contrapositive of the following, then decide if each statement is true or false. Olympians are athletes. IF-THEN Form: IF you are an Olympian, THEN you are an athlete. True Converse:

  39. Related Conditionals:Example • Write the conditional statement, the converse, the inverse, and the contrapositive of the following, then decide if each statement is true or false. Olympians are athletes. IF-THEN Form: IF you are an Olympian, THEN you are an athlete. True Converse: IF you are an athlete, THEN you are an Olympian.

  40. Related Conditionals:Example • Write the conditional statement, the converse, the inverse, and the contrapositive of the following, then decide if each statement is true or false. Olympians are athletes. IF-THEN Form: IF you are an Olympian, THEN you are an athlete. True Converse: IF you are an athlete, THEN you are an Olympian. False Inverse:

  41. Related Conditionals:Example • Write the conditional statement, the converse, the inverse, and the contrapositive of the following, then decide if each statement is true or false. Olympians are athletes. IF-THEN Form: IF you are an Olympian, THEN you are an athlete. True Converse: IF you are an athlete, THEN you are an Olympian. False Inverse: IF you are not an Olympian, THEN you are not an athlete.

  42. Related Conditionals:Example • Write the conditional statement, the converse, the inverse, and the contrapositive of the following, then decide if each statement is true or false. Olympians are athletes. IF-THEN Form: IF you are an Olympian, THEN you are an athlete. True Converse: IF you are an athlete, THEN you are an Olympian. False Inverse: IF you are not an Olympian, THEN you are not an athlete. False Contrapositive:

  43. Related Conditionals:Example • Write the conditional statement, the converse, the inverse, and the contrapositive of the following, then decide if each statement is true or false. Olympians are athletes. IF-THEN Form: IF you are an Olympian, THEN you are an athlete. True Converse: IF you are an athlete, THEN you are an Olympian. False Inverse: IF you are not an Olympian, THEN you are not an athlete. False Contrapositive: IF you are not an athlete, THEN you are not an Olympian.

  44. Related Conditionals:Example • Write the conditional statement, the converse, the inverse, and the contrapositive of the following, then decide if each statement is true or false. Olympians are athletes. IF-THEN Form: IF you are an Olympian, THEN you are an athlete. True Converse: IF you are an athlete, THEN you are an Olympian. False Inverse: IF you are not an Olympian, THEN you are not an athlete. False Contrapositive: IF you are not an athlete, THEN you are not an Olympian. True

  45. Equivalent Statements • When two statements are BOTH true or false • The conditional statements and its contrapositive are both true or false OR • The converse and the inverse are both true or both false

  46. Bioconditional Statements • Only when a conditional statement and its converse are BOTH true • We use “IF AND ONLY IF” • Take out the IF, and replace THEN with IF AND ONLY IF

  47. Bioconditional Statements Write the definition of perpendicular lines as bioconditional • Example

  48. Bioconditional Statements Write the definition of perpendicular lines as bioconditional Definition: If two lines intersect to form a right angle, THEN they are perpendicular. Converse: • Example

  49. Bioconditional Statements Write the definition of perpendicular lines as bioconditional Definition: If two lines intersect to form a right angle, THEN they are perpendicular. Converse: If two lines are perpendicular, THEN they intersect to form a right angle. Are both the converse and the conditional statement (definition) true or false • Example

  50. Bioconditional Statements Write the definition of perpendicular lines as bioconditional Definition: If two lines intersect to form a right angle, THEN they are perpendicular. True Converse: If two lines are perpendicular, THEN they intersect to form a right angle. True Since both the converse and the conditional statement (definition) are true, we can write them as bioconditional • Example

More Related