1 / 56

Lesson 2.1 Conditional Statements

Lesson 2.1 Conditional Statements. Conditional Statement. Two parts: hypothesis and conclusion If-then form. Ex. If it is noon in Philadelphia, then it is 9 A.M. in Los Angeles. “if” contains hypothesis “then” contains conclusion. Example 1. Write the statements in if-then form.

chepner
Download Presentation

Lesson 2.1 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. Lesson 2.1 ConditionalStatements

  2. Conditional Statement • Two parts: hypothesis and conclusion • If-then form

  3. Ex. If it is noon in Philadelphia, then it is 9 A.M. in Los Angeles.

  4. “if” contains hypothesis“then” contains conclusion

  5. Example 1 • Write the statements in if-then form.

  6. 1. A number divisible by 9 is also divisible by 3.

  7. If a number is divisible by 9, then it is divisible by 3.

  8. 2. All mammals breathe oxygen.

  9. If an animal is a mammal, then it breathes oxygen.

  10. 3. Two points are collinear if they lie on the same line.

  11. If two points lie on the same line, then they are collinear.

  12. Conditional Statements can be true or false. If they are false, we must find a counterexample.

  13. Example 2 • Determine if the statement is true or false. If it is false, find a counterexample

  14. If a point is distinct, then it may lie on more than one line.

  15. If x2=16, then x=4

  16. If a number is odd, then it is divisible by 3.

  17. Converse: formed by switching the hypothesis and conclusion“flip-flop”

  18. Statement: If you see lightning, then you hear thunder? Converse: If you hear thunder, then you see lightning. Are both these true?

  19. If 2 segments are congruent, then they have the same length.

  20. Converse: If two segments have the same length, then they are congruent.

  21. If an angle is acute, then its measure is less than 90 degrees.

  22. Converse: If an angle measures less than 90°, then it is acute.

  23. Inverse: negate the hypothesis and conclusion

  24. Contrapositive: Negate the converse“Negative flip-flop”

  25. If m<A=120° degrees, then the angle is obtuse.

  26. Inverse: If m<A≠120° degrees, then the angle is not obtuse.

  27. Converse:If the angle is obtuse, then m<A=120°.

  28. Contrapositive:If the angle is not obtuse, then m<A ≠ 120.

  29. Statement: If m<P=90°, then <P is a right angle.

  30. Inverse:If m<P ≠ 90°, then <P is not a right angle.

  31. Converse:If <P is a right angle, then m<P=90.

  32. Contrapositive:If <P is not a right angle, then m<P ≠ 90.

  33. Statement: • If an animal is a fish, then it can swim.

  34. Inverse • If an animal is not a fish, then it can not swim.

  35. Converse • If an animal can swim, then it is a fish.

  36. Contrapositive • If an animal can’t swim, then it is not a fish.

  37. Statement • If x=y, then 3x=3y.

  38. Inverse • If x≠y, then 3x ≠3y.

  39. Converse • If 3x=3y, then x=y.

  40. Contrapositive • If 3x ≠3y, then x ≠y.

  41. Equivalent Statements: two statements are both true or both false.

  42. Postulate 5 • Through any 2 points, there exists exactly one line.

  43. Postulate 6 • A line contains AT LEAST 2 points

  44. Postulate 7 • If two lines intersect, then their intersection is exactly one point.

  45. Postulate 8 • Through any 3 NONCOLLINEAR points, there exists exactly one plane.

  46. Postulate 9 • A plane contains AT LEAST 3 NONCOLLINEAR points.

  47. Postulate 10 • If two points lie in a plane, then the line containing them also lies in the plane.

  48. Postulate 11 • If two planes intersect, then their intersection is a line.

  49. Write postulate 5 in if-then form. • Through any 2 points, there exists exactly one line. • If there are 2 points, then there exists exactly one line.

  50. Inverse • If there is not two points, then there is not exactly one line.

More Related