Chapter 2. Reasoning and Proof

Size: px
Start display at page:

Download "Chapter 2. Reasoning and Proof"

Transcription

1 Chapter 2 Reasoning and Proof

2 2.1 Use Inductive Reasoning Objective: Describe patterns and use deductive reasoning. Essential Question: How do you use inductive reasoning in mathematics? Common Core: CC.9-12.G.CO.9 CC.9-12.G.CO.10 CC.9-12.G.CO.11

3 Patterns and Inductive Reasoning If you were to see dark, towering clouds approaching, you might want to take cover. Your past experience tells you that a thunderstorm is likely to happen. When you make a conclusion based on a pattern of examples or past events, you are using inductive reasoning. 6/20/2011 LSowatsky 3

4 Patterns and Inductive Reasoning You can use inductive reasoning to find the next terms in a sequence. Find the next three terms of the sequence: 3, 6, 12, 24, 48, 96, X 2 X 2 X 2 X 2 X 2 Find the next three terms of the sequence: 7, 8, 11, 16, 23, /20/2011 LSowatsky 4

5 Patterns and Inductive Reasoning Draw the next figure in the pattern. 6/20/2011 LSowatsky 5

6 Patterns and Inductive Reasoning A conjecture is a conclusion that you reach based on inductive reasoning. In the following activity, you will make a conjecture about rectangles. 1) Draw several rectangles on your grid paper. 2) Draw the diagonals by connecting each corner with its opposite corner. Then measure the diagonals of each rectangle. 3) Record your data in a table Diagonal 1 Diagonal 2 d 1 = 7.5 in. Rectangle inches 7.5 inches Make a conjecture about the diagonals of a rectangle d 2 = 7.5 in. 6/20/2011 LSowatsky 6

7 Example: Describe how to sketch the fourth figure in the pattern. Then sketch the fourth figure. SOLUTION Each circle is divided into twice as many equal regions as the figure number. Sketch the fourth figure by dividing a circle into eighths. Shade the section just above the horizontal segment at the left.

8 Patterns and Inductive Reasoning A is an educated guess. Sometimes it may be true, and other times it may be false. How do you know whether a conjecture is true or false? Try different examples to test the conjecture. If you find one example that does not follow the conjecture, then the conjecture is false. Such a false example is called a. Conjecture: The sum of two numbers is always greater than either number. Is the conjecture TRUE or FALSE? Counterexample: 6/20/2011 LSowatsky 8

9 Example: Find a counterexample to show the conjecture is false. Conjecture: The value of x 2 is always greater than x.

10 Homework: Regular: Exercises2.1 #1-30, 32, 34 Honors: Exercises2.1 #1-34, 37

11 2.2 Analyze Conditional Statements Objective: Write definitions as conditional statements. Essential Question: How do you rewrite a biconditional statement? Common Core: CC.9-12.G.CO.9 CC.9-12.G.CO.10 CC.9-12.G.CO.11

12 In mathematics, you will come across many. For Example: If a number is even, then it is divisible by two. If then statements join two statements based on a condition: A number is divisible by two only if the number is even. Therefore, if then statements are also called. 7/7/2011 LSowatsky 12

13 Conditional Statements Conditional statements have two parts. The part following if is the. The part following then is the. the number is divisible by two. If a number is even, then the number is divisible a number is even by two. Hypothesis: Conclusion: 7/7/2011 LSowatsky 13

14 Conditional Statements How do you determine whether a conditional statement is true or false? Conditional Statement True or False Why? If it is the 4 th of July (in the U.S.), then it is a holiday. If an animal lives in the water, then it is a fish. The statement is true because the conclusion follows from the hypothesis. You can show that the statement is false by giving one counterexample. Whales live in water, But whales are mammals, 7/7/2011 LSowatsky 14 not fish.

15 Conditional Statements There are different ways to express a conditional statement. The following statements all have the same meaning. If you are a member of Congress, then you are a U.S. citizen. All members of Congress are U.S. citizens. You are a U.S. citizen if you are a member of Congress. You write two other forms of this statement: If two lines are parallel, then they never intersect. Possible answers: All parallel lines never intersect. Lines never intersect if they are parallel. 7/7/2011 LSowatsky 15

16 Conditional Statements The converse of a conditional statement is formed by exchanging the hypothesis and the conclusion. Conditional: If a figure is a triangle, then it has three angles. Converse: If, then. NOTE: You often have to change the wording slightly so that the converse reads smoothly. Converse: If the figure has three angles, then it is a triangle. 7/7/2011 LSowatsky 16

17 Conditional Statements Write the converse of the following statements. State whether the converse is TRUE or FALSE. If FALSE, give a counterexample: If you are at least 16 years old, then you can get a driver s license. If, then. If today is Saturday, then there is no school. If, then. We don t have school on New Years day which may fall on a Monday. 7/7/2011 LSowatsky 17

18 Vocabulary: Negation Has opposite truth value of a given statement. Inverse Negates both hypothesis and conclusion of a conditional Contrapositive The inverse of the converse of a conditional. Equivalent Statements - Statements with the same truth value.

19

20 Writing the negation of a statement: ABC is obtuse. Write the negation of the statement. (~p) Add not to the statement. ABC is not obtuse. A figure is not a square. (~p) A figure is a square.

21 Example: Write the negation of ABCD is not a convex polygon. The negation of a statement has the opposite truth value. The negation of is not in the original statement removes the word not. The negation of ABCD is not a convex polygon is ABCD is a convex polygon.

22 Writing the inverse of a conditional statement: Negate both the hypothesis and the conclusion. (~p ~q) Conditional: If a figure is a triangle, then it has exactly 180 in it. Inverse: If a figure is not a triangle, then it does not have a 180 in it. True or False

23 Writing the of a conditional statement: Switch the hypothesis and conclusion & negate both of them. (~q ~p) Conditional: If a figure is a triangle, then it has exactly 180 in it. Contrapositve: If a figure does not have a 180 in it, then it is not a triangle. True or False

24 If the conditional is true, then the contrapositive is also true. If the conditional is false, then the contrapositive is also false. They are known as.

25 Example 1: Conditional: If an is a straight, then its measure is 180. (T or F) p q Converse: If an has a measure of 180, then it is a straight. (T or F) Inverse: If an is not a straight, then its measure is not 180. (T or F) Contrapositive: q p ~p ~q If an does not have a measure of 180, then it is not a straight. (T or F) ~q ~p

26 Example: Identify the 2 statements that contradict each other. 1) ΔABC is Acute. 2) ΔABC is scalene. 3) ΔABC is equiangular.

27 When a conditional and its converse are true, you can combine them as a true. Use the phrase if and only if (iff) 7/7/2011 LSowatsky 27

28 Writing a Biconditional: Consider this true conditional statement: If x = 5, then x + 15 = 20. Write the converse: If converse is true, write as a biconditional: 7/7/2011 LSowatsky 28

29 Separating a biconditional into Parts: Consider the statement: Lines are skew iff they are noncoplanar. Write the two statements that form this biconditional. 7/7/2011 LSowatsky 29

30 Good Definitions: A good definition is a statement that can help identify or classify an object. Use clearly understood terms commonly understood, already defined Precise don t be vague Reversible can write as a true biconditional 7/7/2011 LSowatsky 30

31 Show that this definition of triangle is reversible: Definition: A triangle is a polygon with exactly three sides. Conditional: If a polygon is a triangle, it has exactly three sides. Converse: If a polygon has exactly three sides, it is a triangle. Biconditional: A polygon is a triangle iff it has exactly three sides. 7/7/2011 LSowatsky 31

32 Question: Is this a good definition? Explain. An apple is a fruit that contains seeds. 7/7/2011 LSowatsky 32

33 Homework: Regular: Exercises 2.2 #1-36 Honors: Exercises 2.2 #1-39

34 Common Core: CC.9-12.G.CO.1 CC.9-12.G.CO.9 CC.9-12.G.CO.10 CC.9-12.G.CO Apply Deductive Reasoning Objective: Use deductive reasoning to form a logical argument. Essential Question: How do you construct a logical argument?

35 (aka logical reasoning) is the process of reasoning logically from given statement to form a conclusion. Examples: Physican diagnosing illness Mechanic finding why a car won t start Troubleshooting a computer 7/7/2011 LSowatsky 35

36 Law of Detachment 7/7/2011 LSowatsky 36

37 Example: A gardener knows that if it rains, the garden will be watered. It is raining. What conclusion can he make? 7/7/2011 LSowatsky 37

38 Example: For the given statements, what can you conclude? Given: If A is acute, m A < 90. A is acute. 7/7/2011 LSowatsky 38

39 Law of Syllogism 7/7/2011 LSowatsky 39

40 Example: Use the Law of Syllogism to draw a conclusion from the following true statements: If a quadrilateral is a square, then it contains four right angles. If a quadrilateral contains four right angles, then it is a rectangle. 7/7/2011 LSowatsky 40

41 Question: Use the Law of Syllogism to draw a conclusion: If it rains, then Nestle stays inside. If Nestle stays inside, then she does not get wet. Conclusion: 7/7/2011 LSowatsky 41

42 Homework: Regular: Exercises 2.3 #1 13, 16-18, Honors: Exercises 2.3 #1 29

43 2.4 Use Postulates and Diagrams Objective: Use postulates for points, lines, and planes Essential Question: How can you identify postulates illustrated by a diagram? Common Core: CC.9-12.G.CO.9 CC.9-12.G.CO.10 CC.9-12.G.CO.11

44 A line is a line perpendicular to a plane if and only if the line intersects the plane in a point and is perpendicular to evey line in the plane that intersects it at that point.

45 Chapter 1 Postulates: (1) Ruler Postulate (2) Segment Addition Postulate, if A B and C are points on a segment and B is between A and C, then AB + BC = AC. (3) Protractor Postulate. (4) Angle Addition Postulate: If D is a point on the interior of ABC, then m ABD + m DBC = m ABC. We can now introduce seven more which we can illustrate with sketches.

46 Postulate 5 Postulate 6 Postulate 7 Postulate 8 Postulate 9 Through any two points there exists exactly one line. A line contains at least two points. If two lines intersect, there intersection is exactly one point. Through any three noncollinear points there exists exactly one plan. A plane contains at least three collinear points. Postulate 10 Postulate 11 If two points lie in a plane, the line containing them lies in the plane. If two planes intersect, there intersection is a line. These are in section 2.4 of your textbook!

47 Example: Identify a postulate illustrated by a diagram State the postulate illustrated by the diagram. a. b. SOLUTION a. Postulate 7: If two lines intersect, then their intersection is exactly one point. b. Postulate 11: If two planes intersect, then their intersection is a line.

48 Example 2: Identify postulates from a diagram Use the diagram to write examples of Postulates 9 and 10. Postulate 9: Plane P contains at least three noncollinear points, A, B, and C. Postulate 10: Point A and point B lie in plane P, so line n containing A and B also lies in plane P.

49 1. GUIDED PRACTICE Extension for Example 1 and 2 Use the diagram in Example 2. Which postulate allows you to say that the intersection of plane P and plane Q is a line? ANSWER Postulate 11

50 Extension for Example 1 and 2 Use the diagram in Example 2 to write examples of Postulates 5, 6, and 7. ANSWER Postulate 5 : Postulate 6 : Postulate 7 : Line n passes through points A and B Line n contains A and B Line m and n intersect at point A

51 Summary

52 Use given information to sketch a diagram Example 3: Sketch a diagram showing TV intersecting PQ at point W, so that TW WV. SOLUTION STEP 1 Draw TV and label points T and V. STEP 2 Draw point W at the midpoint of TV Mark the congruent segments. STEP 3 Draw PQ through W.

53 Interpret a diagram in three dimensions Ex. 4: Which of the following statements cannot be assumed from the diagram? A, B, and F are collinear. E, B, and D are collinear. AB CD plane S plane T AF intersects BC at point B. SOLUTION No drawn line connects E, B, and D, so you cannot assume they are collinear. With no right angle marked, you cannot assume CD plane T.

54 Extension for Examples 3 and 4 In Questions 3 and 4, refer back to Example If the given information stated PW and QW are congruent, how would you indicate that in the diagram? ANSWER

55 xtension for Examples 3 and 4 4. Name a pair of supplementary angles in the diagram. Explain. ANSWER In the diagram the angle TWP and VWP form a linear pair So, angle TWP, VWP are a pair of supplementary angles.

56 Extension for Examples 3 and 4 5. In the diagram for Example 4, can you assume plane S intersects plane T at BC? ANSWER Yes

57 Extension for Examples 3 and 4 6. Explain how you know that AB BC in Example 4. ANSWER It is given that line AB is perpendicular to plane S, therefore line AB is perpendicular to every line in the plane that intersect it at point B. So, AB BC

58 Homework: Regular: Exercises 2.4 #1-34 Honors: Exercises 2.4 #1 38, 45

59 2.5 Reason Using Properties from Algebra Objective: Use algebraic properties in logical arguments Essential Question: How do you solve an equation? Common Core: CC.9-12.A.REI.1 CC.9-12.G.CO.9 CC.9-12.G.CO.10 CC.9-12.G.CO.11

60 Addition Property Subtraction Property Multiplication Property Division Property Reflexive Property Symmetric Property Properties of Equality If a = b, then a + c = b + c If a = b, then a c = b - c If a = b, then a c = b c a = a If a = b, then b = a Transitive Property If a = b and b = c, then a = c. Substitution Property If a = b, then b can replace a in any expression. 7/7/2011 LSowatsky 60

61 Distributive Property a(b + c) = ab + ac 7/7/2011 LSowatsky 61

62 Example: Fill in each missing reason. Given: LM bisects KLN K (2x+40) o L 4x o M N LM bisects KLN Given m MLN m KLM Def. of angle bisector 4x = 2x x = 40 x = 20 Substitution Prop. Subtraction Prop of Eq Division Prop of Eq 7/7/2011 LSowatsky 62

63 Example: Suppose points A, B, and C are collinear with point B between points A and C. Solve for x if AB = 4 + 2x, BC = 15 x, and AC = 21. Justify each step. 7/7/2011 LSowatsky 63

64 Properties of Congruence Reflexive Property AB A AB A Symmetric Property If If AB A CD, then CD B, then B AB A Transitive Property If AB If A CD and CD B and B EF, then AB EF C, then A C 7/7/2011 LSowatsky 64

65 Example: Name the property that justifies each statement. A) If x = y and y + 4 = 3x, then x + 4 = 3x B) If P Q, Q R,and R S, then P S 7/7/2011 LSowatsky 65

66 Reflexive Property of Equality Real numbers For any real number a, a a. Segment Length For any segment AB, AB AB. Angle Measure For any angle A, m A m A. 66

67 Symmetric Property of Equality Real numbers For any real numbers a and b, if a b, then b a. Segment Length For any segments AB and CD, if AB CD, then CD AB. Angle Measure For any angles A and B, if m A m B, then m B m A. 67

68 Transitive Property of Equality Real numbers For any real numbers a, b, and c, if a b and b c, then a c. Segment Length For any segments AB, CD, and EF, if AB CD and CD EF, then AB EF. Angle Measure For any angles A, B, and C, if m A m B and m B m C, then m A m C. 68

69 Show that CF AD. Equation AB BC EF DE AC AB BC Reason Given Given Segment Addition Postulate DF DE EF Segment Addition Postulate DF BC AB Substitution Property of Equality 69

70 DF AC DF CD AC CD Tran sitive Property of Equality Addition Property of Equality CF AD Substitution Property of Equality 70

71 Homework: Regular: Exercises 2.5 #1 29, Honors: Exercises 2.5 #1 33

72 2.6 Prove Statements about Segments and Angles Objective: Write proofs proving geometric theorems Essential Question: How do you write a geometric proof? Common Core: CC.9-12.G.CO.9 CC.9-12.G.CO.10 CC.9-12.G.CO.11

73 Vocabulary: Proof: Two-column proof: A two-column proof has numbered statements and corresponding reasons that show an argument in logical order. Theorem:

74 Example 1:Write a two-column proof Use the diagram to prove m 1 m 4. Given m 2 m 3, m AXD m AXC Prove m 1 m 4 Note: Writing a two-column proof is a formal way of organizing your reasons to show a statement is true.

75 Example 1:Write a two-column proof Statements Reasons 1. m AXC m AXD 1. Given 2. m AXD m 1 m 2 2. Angle Addition Postulate 3. m AXC m 3 m 4 3. Angle Addition Postult ae 4. m 1 m 2 m 3 m 4 4. Substitution Property of Equality

76 Example 1:Write a two-column proof Statements Reasons 5. m 2 m 3 5. Given 6. m 1 m 3 m 3 m 4 6. Substitution Property of Equality 7. m 1 m 4 7. Subtraction Property of Equality

77 Theorem 2.1:Congruence of Segments Segment congruence is reflexive, symmetric, and transitive. Reflexive For any segment AB, AB AB. Symmetric If AB CD, then CD AB. Transitive If AB CD and CD EF, then AB EF.

78 Theorem 2.2:Congruence of Angles Angle congruence is reflexive, symmetric, and transitive. Reflexive For any angle A, A A. Symmetric If A B, then B A. Transitive If A B and B C, then A C.

79 Example 2:Name the property shown Name the property illustrated by the statement. If 5 3, then 3 5.

80 Checkpoint Three steps of a proof are shown. Give the reasons for the last two steps. Given BC AB Prove AC AB AB Statements Reasons 1. BC AB 1. Given 2. AC AB BC 2. Segment Addition Postulate 3. AC AB AB 3. Substitution Property of Equality

81 Example 3:Use properties of equality If you know that BD bisects ABC, prove that m ABC is two times m 1. Given BD bisects ABC Prove m ABC 2 m 1 Note: Before writing a proof, organize your reasoning by copyin or drawing a diagram for the situation described. Then Identify the GIVEN and PROVE statements.

82 Example 3:Use properties of equality Statements Reasons 1. BD bisects ABC 1. Given Definition of angle bisector 3. m 1 m 2 3. Definition of congruent angles 4. m 1 m 2 m ABC 4. Angle Addition Postulate

83 Example 3:Use properties of equality Statements Reasons 5. m 1 m 1 m ABC 5. Substitution Property of Equality 6. 2 m 1 m ABC 6. Distributive Property

84 Concept Summary: Writing a Two-column Proof Proof of the Symmetric Property of Segment Congruence Given AB CD Prove CD AB Note: The statements section is based on facts that you know or conclusions you determine from deductive reasoning.

85 Concept Summary:Writing a Twocolumn Proof Statements Reasons 1. AB CD 1. Given 2. AB CD 2. Definition of congruent segments 3. CD AB 3. Symmetric Property of Equality 4. CD AB 4. Definition of congruent segments The number of statements will vary Remember to give a reason for the last statement Definitions, postulates, or proven theorems that allow you to state the corresponding statement

86 Selfeducation is, I firmly believe, the only kind of education there is. Isaac Asimov

87 Homework: Regular: Exercises 2.6 #1 18, Honors: Exercises 2.6 #1-29

88 2.7 Prove Angle Pair Relationships Objective: Use properties of special pairs of angles Essential Question: What is the relationship between vertical angles, between two angles that are supplementary to the same angle, and between two angles that are complementary to the same angle? Common Core: CC.9-12.G.CO.9

89 Congruence Recall that congruent segments have the same. also have the same measure. 7/7/2011 LSowatsky 89

90 Definition of Congruent Angles Two angles are congruent iff, they have the same. 50 B V 50 B V iff m B = m V 7/7/2011 LSowatsky 90

91 To show that 1 is congruent to 2, we use. arcs 1 2 To show that there is a second set of congruent angles, X and Z, we use double arcs. X This arc notation states that: Z X Z m X = m Z 7/7/2011 LSowatsky 91

92 Right Angles Congruence Theorem: All right angles are.

93 Example 1:Use right angle congruence Write a proof. Given JK KL, ML KL Prove K L Note:The given information in Example 1 is about perpendicular lines. You must then use deductive reasoning to show that the angles are right angles.

94 Example 1:Use right angle congruence Statements Reasons 1. JK KL, ML KL 1. Given 2. K and L are 2. Definition of righ t angles perpendicular lines 3. K L 3. Right Angles Congruence Theorem

95 When two lines intersect, angles are formed. There are two pair of nonadjacent angles. These pairs are called /7/2011 LSowatsky 95

96 Definition of Vertical Angles Two angles are vertical iff there are two nonadjacent angles formed by a pair of intersecting lines. Vertical angles: and 3 2 and 4 7/7/2011 LSowatsky 96

97 Definition of Adjacent Angles R Adjacent angles are angles that: A) share a common side B) have the same vertex, and C) have no interior points in common 2 1 J 1 and 2 are adjacent with the same vertex R and common side RM N 7/7/2011 LSowatsky 97

98 Two angles are complementary if and only if (iff) the sum of their degree measure is 90. Definition of Complementary Angles B A 30 C D 60 E F m ABC + m DEF = = 90 7/7/2011 LSowatsky 98

99 If the sum of the measure of two angles is 180, they form a special pair of angles called supplementary angles. Two angles are supplementary if and only if (iff) the sum of their degree measure is 180. Definition of Supplementary C D Angles A 50 B E 130 F m ABC + m DEF = = 180 7/7/2011 LSowatsky 99

100 Definition of Linear Pairs Two angles form a linear pair if and only if (iff): A) they are adjacent and B) their noncommon sides are opposite rays A D B and 2 are a linear pair. BA and BD form AD /7/2011 LSowatsky 100

101 1) If m 1 = 4x + 3 and the m 3 = 2x + 11, then find the m 3 1 x = 4; 3 = 19 2) If m 2 = x + 9 and the m 3 = 2x + 3, then find the m 4 x = 56; 4 = 65 3) If m 2 = 6x - 1 and the m 4 = 4x + 17, then find the m 3 x = 9; 3 = 127 4) If m 1 = 9x - 7 and the m 3 = 6x + 23, then find the m 4 x = 10; 4 = 97 7/7/

102 Vertical angles are congruent. Vertical Angle m n 1 3 Theorem /7/2011 LSowatsky 102

103 Find the value of x in the figure: The angles are vertical angles. 130 x So, the value of x is /7/2011 LSowatsky 103

104 Find the value of x in the figure: The angles are vertical angles. (x 10) 125 (x 10) = 125. x 10 = 125. x = /7/2011 LSowatsky 104

105 Suppose two angles are congruent. What do you think is true about their complements? x = y = 90 x is the complement of 1 x = 90-1 y = 90-2 Because 1 2, a substitution is made. x = 90-1 y = 90-1 x = y y is the complement of 2 If two angles are congruent, their complements are congruent. x 7/7/2011 LSowatsky 105 y

106 If two angles are congruent, then their complements are. congruent Theorem The measure of angles complementary to A and B is 30. A B A B 7/7/2011 LSowatsky 106

107 If two angles are complementary to the same angle, then they are. Theorem Theorem 3 is complementary to 4 5 is complementary to If two angles are supplementary to the same angle, then they are. 1 is supplementary to 2 3 is supplementary to /7/2011 LSowatsky 107 2

108 Suppose A B and m A = 52. Find the measure of an angle that is supplementary to B. B A 52 1 m m m m m B + 1 = = 180 m B 1 = = 128 7/7/2011 LSowatsky 108

109 If 1 is complementary to 3, 2 is complementary to 3, and m 3 = 25, What are m 1 and m 2? m 1 + m 3 = 90 m 1 = 90 - m 3 Definition of complementary angles. Subtract m 3 from both sides. m 1 = Substitute 25 in for m 3. m 1 = 65 You solve for m 2 Simplify the right side. m 2 + m 3 = 90 Definition of complementary angles. m 2 = 90 - m 3 Subtract m 3 from both sides. m 2 = Substitute 25 in for m 3. m 2 = 65 Simplify the right side. 7/7/2011 LSowatsky 109

110 1) If m 1 = 2x + 3 and the m 3 = 3x - 14, then find the m 3 x = 17; 3 = ) If m ABD = 4x + 5 and the m DBC = 2x + 1, then find the E m EBC x = 29; EBC = 121 3) If m 1 = 4x - 13 and the m 3 = 2x + 19, then find the m 4 x = 16; 4 = 39 4) If m EBG = 7x + 11 and the m EBH = 2x + 7, then find the m 1 x = 18; 1 = 43 G D A B C 7/7/2011 LSowatsky H 2

111 Suppose you draw two angles that are congruent and supplementary. What is true about the angles? 7/7/2011 LSowatsky 111

112 Theorem 2-5 If two angles are congruent and supplementary then each is a. 1 is supplementary to 2 1 and 2 = All right angles are. Theorem 2-4 C A A B C 7/7/2011 LSowatsky 112 B

113 If 1 is supplementary to 4, 3 is supplementary to 4, and m 1 = 64, what are m 3 and m 4? 1 3 They are vertical angles. m 1 = m 3 A 2 E B C 3 is supplementary to 4 Given m 3 + m 4 = 180 Definition of supplementary m 4 = 180 m 4 = D 7/7/2011 LSowatsky 113

114 Homework: Regular: Exercises 2.7 # 1 29, Honors: Exercises 2.7 # 1 29, 36-44

115 Chapter 2 Test

Chapter 2. Reasoning and Proof

Chapter 2. Reasoning and Proof Chapter 2 Reasoning and Proof 2.1 Use Inductive Reasoning Objective: Describe patterns and use deductive reasoning. Essential Question: How do you use inductive reasoning in mathematics? Common Core: CC.9-12.G.CO.9

More information

Section 2-1. Chapter 2. Make Conjectures. Example 1. Reasoning and Proof. Inductive Reasoning and Conjecture

Section 2-1. Chapter 2. Make Conjectures. Example 1. Reasoning and Proof. Inductive Reasoning and Conjecture Chapter 2 Reasoning and Proof Section 2-1 Inductive Reasoning and Conjecture Make Conjectures Inductive reasoning - reasoning that uses a number of specific examples to arrive at a conclusion Conjecture

More information

(b) Follow-up visits: December, May, October, March. (c ) 10, 4, -2, -8,..

(b) Follow-up visits: December, May, October, March. (c ) 10, 4, -2, -8,.. Geometry Honors - Chapter 2 Reasoning and Proof Section 2-1 Inductive Reasoning and Conjecture I can explore inductive and deductive reasoning. I can find counterexamples to disprove conjectures. I can

More information

Reasoning and Proof Unit

Reasoning and Proof Unit Reasoning and Proof Unit 1 2 2 Conditional Statements Conditional Statement if, then statement the if part is hypothesis the then part is conclusion Conditional Statement How? if, then Example If an angle

More information

right angle an angle whose measure is exactly 90ᴼ

right angle an angle whose measure is exactly 90ᴼ right angle an angle whose measure is exactly 90ᴼ m B = 90ᴼ B two angles that share a common ray A D C B Vertical Angles A D C B E two angles that are opposite of each other and share a common vertex two

More information

Geometry. Unit 2- Reasoning and Proof. Name:

Geometry. Unit 2- Reasoning and Proof. Name: Geometry Unit 2- Reasoning and Proof Name: 1 Geometry Chapter 2 Reasoning and Proof ***In order to get full credit for your assignments they must me done on time and you must SHOW ALL WORK. *** 1. (2-1)

More information

Geometry CP Review WS

Geometry CP Review WS Geometry CP 2.1-2.5 Review WS Name 1. a) Use inductive reasoning to sketch the fourth figure in each pattern. Figure 4 b) How many squares are in the next object? 2. Use inductive reasoning to write the

More information

Day 1 Inductive Reasoning and Conjectures

Day 1 Inductive Reasoning and Conjectures Formal Geometry Chapter 2 Logic and Proofs Day 1 Inductive Reasoning and Conjectures Objectives: SWBAT form a conjecture, and check it SWBAT use counterexamples to disprove a conjecture Logic the use of

More information

Chapter 2: Reasoning and Proof

Chapter 2: Reasoning and Proof Name: Chapter 2: Reasoning and Proof Guided Notes Geometry Fall Semester 2.1 Use Inductive Reasoning CH. 2 Guided Notes, page 2 Term Definition Example conjecture An unproven statement that is based on

More information

The following statements are conditional: Underline each hypothesis and circle each conclusion.

The following statements are conditional: Underline each hypothesis and circle each conclusion. Geometry Unit 2 Reasoning and Proof 2-1 Conditional Statements Conditional Statement a statement which has a hypothesis and conclusion, often called an if-then statement. Conditional statements are contain

More information

Ready to Go On? Skills Intervention 2-1 Using Inductive Reasoning to Make Conjectures

Ready to Go On? Skills Intervention 2-1 Using Inductive Reasoning to Make Conjectures Ready to Go On? Skills Intervention 2-1 Using Inductive Reasoning to Make Conjectures Find these vocabulary words in Lesson 2-1 and the Multilingual Glossary. Vocabulary inductive reasoning conjecture

More information

Chapter 2 Practice Test

Chapter 2 Practice Test Name: Class: Date: ID: A Chapter 2 Practice Test 1. What is a counterexample for the conjecture? Conjecture: Any number that is divisible by 4 is also divisible by 8. 2. What is the conclusion of the following

More information

Geometry Final Review. Chapter 1. Name: Per: Vocab. Example Problems

Geometry Final Review. Chapter 1. Name: Per: Vocab. Example Problems Geometry Final Review Name: Per: Vocab Word Acute angle Adjacent angles Angle bisector Collinear Line Linear pair Midpoint Obtuse angle Plane Pythagorean theorem Ray Right angle Supplementary angles Complementary

More information

Lesson 9.1 Skills Practice

Lesson 9.1 Skills Practice Lesson 9.1 Skills Practice Name Date Earth Measure Introduction to Geometry and Geometric Constructions Vocabulary Write the term that best completes the statement. 1. means to have the same size, shape,

More information

Unit 2 Definitions and Proofs

Unit 2 Definitions and Proofs 2.1-2.4 Vocabulary Unit 2 efinitions and Proofs Inductive reasoning- reasoning based on examples, experience, or patterns to show that that a rule or statement is true Conjecture a statement you believe

More information

Geometry Unit 2 Notes Logic, Reasoning and Proof

Geometry Unit 2 Notes Logic, Reasoning and Proof Geometry Unit Notes Logic, Reasoning and Proof Review Vocab.: Complementary, Supplementary and Vertical angles. Syllabus Objective:. - The student will justify conjectures and solve problem using inductive

More information

Geometry First Semester Exam Review

Geometry First Semester Exam Review Geometry First Semester Exam Review Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Name three points that are collinear. a. points T, Q, and R c. points

More information

Chapter 2. Reasoning and Proof

Chapter 2. Reasoning and Proof Chapter 2 Reasoning and Proof 2.1 Inductive Reasoning 2.2 Analyze Conditional Statements 2.3 Apply Deductive Reasoning 2.4 Use Postulates and Diagrams 2.5 Algebraic Proofs 2.6 Segments and Angles Proofs

More information

Chapter 2. Worked-Out Solutions Quiz (p. 90)

Chapter 2. Worked-Out Solutions Quiz (p. 90) 2.1 2.3 Quiz (p. 90) 1. If-then form: If an angle measures 167, then the angle is an obtuse angle. (True) Converse: If an angle is obtuse, then the angle measures 167. (False) Inverse: If an angle does

More information

Name: Class: Date: B. The twentieth term is A. D. There is not enough information.

Name: Class: Date: B. The twentieth term is A. D. There is not enough information. Class: Date: Chapter 2 Review 1. Based on the pattern, what are the next two terms of the sequence? 9, 15, 21, 27,... A. 33, 972 B. 39, 45 C. 162, 972 D. 33, 39 2. What conjecture can you make about the

More information

2. If a rectangle has four sides the same length, then it is a square. 3. If you do not study, then you do not earn good grades.

2. If a rectangle has four sides the same length, then it is a square. 3. If you do not study, then you do not earn good grades. Name: Period: Geometry Unit 2: Reasoning and Proof Homework Section 2.1: Conditional and Biconditional Statements Write the converse of each conditional. 1. If you eat spinach, then you are strong. 2.

More information

2) Are all linear pairs supplementary angles? Are all supplementary angles linear pairs? Explain.

2) Are all linear pairs supplementary angles? Are all supplementary angles linear pairs? Explain. 1) Explain what it means to bisect a segment. Why is it impossible to bisect a line? 2) Are all linear pairs supplementary angles? Are all supplementary angles linear pairs? Explain. 3) Explain why a four-legged

More information

Geometry Unit 2 Notes Logic, Reasoning and Proof

Geometry Unit 2 Notes Logic, Reasoning and Proof Geometry Unit 2 Notes Logic, Reasoning and Proof Review Vocab.: Complementary, Supplementary and Vertical angles. Syllabus Objective: 2.1 - The student will differentiate among definitions, postulates,

More information

Writing: Answer each question with complete sentences. 1) Explain what it means to bisect a segment. Why is it impossible to bisect a line?

Writing: Answer each question with complete sentences. 1) Explain what it means to bisect a segment. Why is it impossible to bisect a line? Writing: Answer each question with complete sentences. 1) Explain what it means to bisect a segment. Why is it impossible to bisect a line? 2) Are all linear pairs supplementary angles? Are all supplementary

More information

Unit 2: Geometric Reasoning Section 1: Inductive Reasoning

Unit 2: Geometric Reasoning Section 1: Inductive Reasoning Unit 2: Geometric Reasoning Section 1: Inductive Reasoning Ex #1: Find the next item in the pattern. January, March, May,... Ex #2: Find the next item in the pattern. 7, 14, 21, 28, Ex #3: Find the next

More information

Geometry - Chapter 2 Earn-A-Try Test

Geometry - Chapter 2 Earn-A-Try Test Name: Geometry - Chapter 2 Earn-A-Try Test Multiple Choice Identify the choice that best completes the statement or answers the question. Use CAPITAL letters only!! Ex: A,B,C,D; Not a,b,c,d. 1. Write a

More information

Chapter 5 Vocabulary:

Chapter 5 Vocabulary: Geometry Week 11 ch. 5 review sec. 6.3 ch. 5 review Chapter 5 Vocabulary: biconditional conclusion conditional conjunction connective contrapositive converse deductive reasoning disjunction existential

More information

Geometry Study Guide. Name: Class: Date: Matching

Geometry Study Guide. Name: Class: Date: Matching Name: Class: Date: ID: A Geometry Study Guide Matching Match each vocabulary term with its definition. a. conjecture e. biconditional statement b. inductive reasoning f. hypothesis c. deductive reasoning

More information

1.4 Reasoning and Proof

1.4 Reasoning and Proof Name Class Date 1.4 Reasoning and Proof Essential Question: How do you go about proving a statement? Explore Exploring Inductive and Deductive Reasoning Resource Locker A conjecture is a statement that

More information

Find the next item in the pattern below. The red square moves in the counterclockwise direction. The next figure is.

Find the next item in the pattern below. The red square moves in the counterclockwise direction. The next figure is. CHAPTER 2 Study Guide: Review Organizer Objective: Help students organize and review key concepts and skills presented in Chapter 2. Online Edition Multilingual Glossary Countdown Week 4 Vocabulary biconditional

More information

Unit 1: Introduction to Proof

Unit 1: Introduction to Proof Unit 1: Introduction to Proof Prove geometric theorems both formally and informally using a variety of methods. G.CO.9 Prove and apply theorems about lines and angles. Theorems include but are not restricted

More information

NAME DATE PERIOD. Inductive Reasoning and Conjecture. Make a conjecture based on the given information. Draw a figure to illustrate your conjecture.

NAME DATE PERIOD. Inductive Reasoning and Conjecture. Make a conjecture based on the given information. Draw a figure to illustrate your conjecture. 2-1 NAME DATE PERIOD Skills Practice Inductive Reasoning and Conjecture Make a conjecture about the next item in each sequence. 1. 2. 4, 1, 2, 5, 8 3. 6, 1 1, 5, 9 2 2,4 4. 2, 4, 8, 16, 32 Make a conjecture

More information

Using Inductive and Deductive Reasoning

Using Inductive and Deductive Reasoning Big Idea 1 CHAPTER SUMMARY BIG IDEAS Using Inductive and Deductive Reasoning For Your Notebook When you make a conjecture based on a pattern, you use inductive reasoning. You use deductive reasoning to

More information

DISCOVERING GEOMETRY Over 6000 years ago, geometry consisted primarily of practical rules for measuring land and for

DISCOVERING GEOMETRY Over 6000 years ago, geometry consisted primarily of practical rules for measuring land and for Name Period GEOMETRY Chapter One BASICS OF GEOMETRY Geometry, like much of mathematics and science, developed when people began recognizing and describing patterns. In this course, you will study many

More information

Honors Geometry Mid-Term Exam Review

Honors Geometry Mid-Term Exam Review Class: Date: Honors Geometry Mid-Term Exam Review Multiple Choice Identify the letter of the choice that best completes the statement or answers the question. 1. Classify the triangle by its sides. The

More information

Name: Date: Period: ID: REVIEW CH 1 TEST REVIEW. 1. Sketch and label an example of each statement. b. A B. a. HG. d. M is the midpoint of PQ. c.

Name: Date: Period: ID: REVIEW CH 1 TEST REVIEW. 1. Sketch and label an example of each statement. b. A B. a. HG. d. M is the midpoint of PQ. c. Name: Date: Period: ID: REVIEW CH 1 TEST REVIEW 1 Sketch and label an example of each statement a HG b A B c ST UV d M is the midpoint of PQ e Angles 1 and 2 are vertical angles f Angle C is a right angle

More information

7. m JHI = ( ) and m GHI = ( ) and m JHG = 65. Find m JHI and m GHI.

7. m JHI = ( ) and m GHI = ( ) and m JHG = 65. Find m JHI and m GHI. 1. Name three points in the diagram that are not collinear. 2. If RS = 44 and QS = 68, find QR. 3. R, S, and T are collinear. S is between R and T. RS = 2w + 1, ST = w 1, and RT = 18. Use the Segment Addition

More information

Geometry - Chapter 2 Corrective 1

Geometry - Chapter 2 Corrective 1 Name: Class: Date: Geometry - Chapter 2 Corrective 1 Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Make a table of values for the rule x 2 16x + 64 when

More information

Honors Geometry Semester Review Packet

Honors Geometry Semester Review Packet Honors Geometry Semester Review Packet 1) Explain what it means to bisect a segment. Why is it impossible to bisect a line? 2) Are all linear pairs supplementary angles? Are all supplementary angles linear

More information

Geometry: Notes

Geometry: Notes Geometry: 2.1-2.3 Notes NAME 2.1 Be able to write all types of conditional statements. Date: Define Vocabulary: conditional statement if-then form hypothesis conclusion negation converse inverse contrapositive

More information

2.2 Day 1: Date: Geometry

2.2 Day 1: Date: Geometry 2.2 Day 1: Date: Geometry A Conditional Statement is an statement. The is the part following if. The is the part following then. Ex 1). What are the hypothesis and the conclusion of the conditional statement?

More information

Geometry Advanced Fall Semester Exam Review Packet -- CHAPTER 1

Geometry Advanced Fall Semester Exam Review Packet -- CHAPTER 1 Name: Class: Date: Geometry Advanced Fall Semester Exam Review Packet -- CHAPTER 1 Multiple Choice. Identify the choice that best completes the statement or answers the question. 1. Which statement(s)

More information

Geometry Honors Review for Midterm Exam

Geometry Honors Review for Midterm Exam Geometry Honors Review for Midterm Exam Format of Midterm Exam: Scantron Sheet: Always/Sometimes/Never and Multiple Choice 40 Questions @ 1 point each = 40 pts. Free Response: Show all work and write answers

More information

Chapter Test. Chapter Tests LM 5 4, }} MO 5 14, } LN Answers. In Exercises 4 6, use the diagram. Geometry Benchmark Tests

Chapter Test. Chapter Tests LM 5 4, }} MO 5 14, } LN Answers. In Exercises 4 6, use the diagram. Geometry Benchmark Tests Chapter Test For use after Chapter. Which of the following is not an undefined term? A. Point B. Plane C. Line D. Ray. Which of the following is an undefined term? A. Line B. Ray C. Segment D. Intersection

More information

Name: Geometry. Chapter 2 Reasoning and Proof

Name: Geometry. Chapter 2 Reasoning and Proof Name: Geometry Chapter 2 Reasoning and Proof ***In order to get full credit for your assignments they must me done on time and you must SHOW ALL WORK. *** 1. (2-1) Inductive Reasoning and Conjecture Pg

More information

Inductive Reasoning. Courage is resistance to fear, mastery of fear, not absence of fear. Mark Twain

Inductive Reasoning. Courage is resistance to fear, mastery of fear, not absence of fear. Mark Twain Inductive Reasoning Courage is resistance to fear, mastery of fear, not absence of fear. Mark Twain Inductive Reasoning O Inductive Reasoning is the process of observing a pattern and making a conjecture

More information

Study Guide and Review

Study Guide and Review State whether each sentence is or false. If false, replace the underlined term to make a sentence. 1. A postulate is a statement that requires proof. A postulate is a statement that does not require a

More information

Parallel and Perpendicular Lines

Parallel and Perpendicular Lines Cumulative Test Choose the best answer. 1. Which statement is NOT true? A Parallel lines do not intersect. B A segment has exactly two endpoints. C Two planes that do not intersect are always skew. D A

More information

Study Guide and Review

Study Guide and Review State whether each sentence is true or false. If false, replace the underlined term to make a true sentence. 1. A postulate is a statement that requires proof. A postulate is a statement that does not

More information

1. How many planes can be drawn through any three noncollinear points? a. 0 b. 1 c. 2 d. 3. a cm b cm c cm d. 21.

1. How many planes can be drawn through any three noncollinear points? a. 0 b. 1 c. 2 d. 3. a cm b cm c cm d. 21. FALL SEMESTER EXAM REVIEW (Chapters 1-6) CHAPTER 1 1. How many planes can be drawn through any three noncollinear points? a. 0 b. 1 c. 2 d. 3 2. Find the length of PQ. a. 50.9 cm b. 46.3 cm c. 25.7 cm

More information

HONORS GEOMETRY CHAPTER 2 WORKBOOK

HONORS GEOMETRY CHAPTER 2 WORKBOOK HONORS GEOMETRY CHAPTER 2 WORKBOOK FALL 2016 Chapter 2 Miscellaneous: The Structure of Geometry Vocabulary Definition Example Elements: 1. Deductive Structure Postulate (axiom) Example: Definitions Reversed:

More information

Geometry Unit 1 Segment 3 Practice Questions

Geometry Unit 1 Segment 3 Practice Questions Name: Class: _ Date: _ Geometry Unit 1 Segment 3 Practice Questions Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Based on the pattern, what are the

More information

GEOMETRY CHAPTER 2: Deductive Reasoning

GEOMETRY CHAPTER 2: Deductive Reasoning GEOMETRY CHAPTER 2: Deductive Reasoning NAME Page 1 of 34 Section 2-1: If-Then Statements; Converses Conditional Statement: If hypothesis, then conclusion. hypothesis conclusion converse conditional statement

More information

Ě /DZ RI 6\OORJLVP p. 60. Ě 5HIOH[LYH 3URSHUW\ p. 65 Ě conclusion, p. 49. Ě QHJDWLRQ p. 49. Ě 6\PPHWULF 3URSHUW\ p. 65 Ě conditional, p.

Ě /DZ RI 6\OORJLVP p. 60. Ě 5HIOH[LYH 3URSHUW\ p. 65 Ě conclusion, p. 49. Ě QHJDWLRQ p. 49. Ě 6\PPHWULF 3URSHUW\ p. 65 Ě conditional, p. Topic 2 Review TOPIC VOCBULRY Ě biconditional, p. 55 Ě GHGXFWLYH UHDVRQLQJ p. 60 Ě /DZ RI 6\OORJLVP p. 60 Ě 5HIOH[LYH 3URSHUW\ p. 65 Ě conclusion, p. 49 Ě GLDPHWHU p. 44 Ě QHJDWLRQ p. 49 Ě 6\PPHWULF 3URSHUW\

More information

Chapter 2 Study Guide and Review

Chapter 2 Study Guide and Review State whether each sentence is true or false If false, replace the underlined term to make a true sentence 1 The first part of an if-then statement is the conjecture The first part of an if-then statement

More information

Chapter 2 Review. Short Answer Determine whether the biconditional statement about the diagram is true or false.

Chapter 2 Review. Short Answer Determine whether the biconditional statement about the diagram is true or false. Chapter 2 Review Short Answer Determine whether the biconditional statement about the diagram is true or false. 1. are supplementary if and only if they form a linear pair. 2. are congruent if and only

More information

ACTIVITY 15 Continued Lesson 15-2

ACTIVITY 15 Continued Lesson 15-2 Continued PLAN Pacing: 1 class period Chunking the Lesson Examples A, B Try These A B #1 2 Example C Lesson Practice TEACH Bell-Ringer Activity Read the introduction with students and remind them of the

More information

2-1. Inductive Reasoning and Conjecture. Lesson 2-1. What You ll Learn. Active Vocabulary

2-1. Inductive Reasoning and Conjecture. Lesson 2-1. What You ll Learn. Active Vocabulary 2-1 Inductive Reasoning and Conjecture What You ll Learn Scan Lesson 2-1. List two headings you would use to make an outline of this lesson. 1. Active Vocabulary 2. New Vocabulary Fill in each blank with

More information

Chapter Review #1-3. Choose the best answer.

Chapter Review #1-3. Choose the best answer. Chapter Review #1- Choose the best answer. 1. Which statement is NOT true? A Parallel lines do not intersect. B A segment has exactly two endpoints. C Two planes that do not intersect are always skew.

More information

Chapter 2-Reasoning and Proof

Chapter 2-Reasoning and Proof Chapter 2-Reasoning and Proof Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Identify the hypothesis and conclusion of this conditional statement: If

More information

Geometry Unit 2 Notes Logic, Reasoning and Proof

Geometry Unit 2 Notes Logic, Reasoning and Proof Geometry Unit Notes Logic, Reasoning and Proof Review Vocab.: Complementary, Supplementary and Vertical angles. Syllabus Objective:. - The student will justify conjectures and solve problem using inductive

More information

Ch 2 Practice. Multiple Choice

Ch 2 Practice. Multiple Choice Ch 2 Practice Multiple Choice 1. For the conditional statement, write the converse and a biconditional statement. If a figure is a right triangle with sides a, b, and c, then a 2 + b 2 = c 2. a. Converse:

More information

2.1 Practice B. 1. If you like to eat, then you are a good cook. 2. If an animal is a bear, then it is a mammal.

2.1 Practice B. 1. If you like to eat, then you are a good cook. 2. If an animal is a bear, then it is a mammal. hapter.1 Start Thinking Sample answer: If an animal is a horse, then it is a mammal; If an animal is not a mammal, then it cannot be a horse. Any fact stated in the form of an "if-then" statement could

More information

Conditional Statement: Statements in if-then form are called.

Conditional Statement: Statements in if-then form are called. Monday 9/21 2.2 and 2.4 Wednesday 9/23 2.5 and 2.6 Conditional and Algebraic Proofs Algebraic Properties and Geometric Proofs Unit 2 Angles and Proofs Packet pages 1-3 Textbook Pg 85 (14, 17, 20, 25, 27,

More information

If two sides of a triangle are congruent, then it is an isosceles triangle.

If two sides of a triangle are congruent, then it is an isosceles triangle. 1. What is the hypothesis of the conditional statement If two sides of a triangle are congruent, then it is an isosceles triangle. two sides of a triangle are congruent it is an isosceles triangle If two

More information

Geometry Midterm REVIEW

Geometry Midterm REVIEW Name: Class: Date: ID: A Geometry Midterm REVIEW Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Given LM = MP and L, M, and P are not collinear. Draw

More information

Introduction to Geometry

Introduction to Geometry Introduction to Geometry What is Geometry Why do we use Geometry What is Geometry? Geometry is a branch of mathematics that concerns itself with the questions of shape, size, position of figures, and the

More information

GEOMETRY CHAPTER 2 REVIEW / PRACTICE TEST

GEOMETRY CHAPTER 2 REVIEW / PRACTICE TEST GEOMETRY CHAPTER 2 REVIEW / PRACTICE TEST Name: Date: Hour: SECTION 1: Rewrite the conditional statement in If-Then Form. Then write its Converse, Inverse, and Contrapositive. 1) Adjacent angles share

More information

2-1 Using Inductive Reasoning to Make Conjectures

2-1 Using Inductive Reasoning to Make Conjectures CHAPTER 2 Chapter Review 2-1 Using Inductive Reasoning to Make Conjectures Find the next term in each pattern. 1. 6, 12, 18,... 2. January, April, July,... 3. The table shows the score on a reaction time

More information

Midpoint M of points (x1, y1) and (x2, y2) = 1 2

Midpoint M of points (x1, y1) and (x2, y2) = 1 2 Geometry Semester 1 Exam Study Guide Name Date Block Preparing for the Semester Exam Use notes, homework, checkpoints, quizzes, and tests to prepare. If you lost any of the notes, reprint them from my

More information

2. In ABC, the measure of angle B is twice the measure of angle A. Angle C measures three times the measure of angle A. If AC = 26, find AB.

2. In ABC, the measure of angle B is twice the measure of angle A. Angle C measures three times the measure of angle A. If AC = 26, find AB. 2009 FGCU Mathematics Competition. Geometry Individual Test 1. You want to prove that the perpendicular bisector of the base of an isosceles triangle is also the angle bisector of the vertex. Which postulate/theorem

More information

Semester Exam Review. Multiple Choice Identify the choice that best completes the statement or answers the question.

Semester Exam Review. Multiple Choice Identify the choice that best completes the statement or answers the question. Semester Exam Review Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Are O, N, and P collinear? If so, name the line on which they lie. O N M P a. No,

More information

Geometry CP Semester 1 Review Packet. answers_december_2012.pdf

Geometry CP Semester 1 Review Packet.  answers_december_2012.pdf Geometry CP Semester 1 Review Packet Name: *If you lose this packet, you may print off your teacher s webpage. If you can t find it on their webpage, you can find one here: http://www.hfhighschool.org/assets/1/7/sem_1_review_packet

More information

Homework 10: p.147: 17-41, 45

Homework 10: p.147: 17-41, 45 2-4B: Writing Proofs Homework 10: p.147: 17-41, 45 Learning Objectives: Analyze figures to identify and use postulates about points, lines and planes Analyze and construct viable arguments in several proof

More information

2.4 Algebraic and Congruence Properties

2.4 Algebraic and Congruence Properties 2.4 Algebraic and Congruence Properties Learning Objectives Understand basic properties of equality and congruence. Solve equations and justify each step in the solution. Use a 2-column format to prove

More information

ANSWERS STUDY GUIDE FOR THE FINAL EXAM CHAPTER 1

ANSWERS STUDY GUIDE FOR THE FINAL EXAM CHAPTER 1 ANSWERS STUDY GUIDE FOR THE FINAL EXAM CHAPTER 1 N W A S Use the diagram to answer the following questions #1-3. 1. Give two other names for. Sample answer: PN O D P d F a. Give two other names for plane.

More information

Inductive Reasoning. Inductive Reasoning. Inductive Reasoning. Inductive Reasoning. Logic (with Truth Tables) If-Then Statements

Inductive Reasoning. Inductive Reasoning. Inductive Reasoning. Inductive Reasoning. Logic (with Truth Tables) If-Then Statements Intro to Proofs (t-charts and paragraph) www.njctl.org Table of Contents When asked a question you don't know the answer to: 1) You can take a known to be true. Using conjecture is Contents Bob is taller

More information

Name: 2015 Midterm Review Period: Date:

Name: 2015 Midterm Review Period: Date: GEOMETRY Name: 2015 Midterm Review Period: Date: To be prepared for your midterm, you will need to PRACTICE PROBLEMS and STUDY TERMS from the following chapters. Use this guide to help you practice. UNIT

More information

G E O M E T R Y CHAPTER 2 REASONING AND PROOF. Notes & Study Guide CHAPTER 2 NOTES

G E O M E T R Y CHAPTER 2 REASONING AND PROOF. Notes & Study Guide CHAPTER 2 NOTES G E O M E T R Y CHAPTER 2 REASONING AND PROOF Notes & Study Guide 2 TABLE OF CONTENTS CONDITIONAL STATEMENTS... 3 DEFINTIONS & BICONDITIONAL STATEMENTS... 6 DEDUCTIVE REASONING... 9 REASONING WITH PROPERTIES

More information

Warm Up Lesson Presentation Lesson Quiz. Holt McDougal Geometry

Warm Up Lesson Presentation Lesson Quiz. Holt McDougal Geometry 2-4 Warm Up Lesson Presentation Lesson Quiz Geometry Warm Up Write a conditional statement from each of the following. 1. The intersection of two lines is a point. If two lines intersect, then they intersect

More information

Chapter 2: Geometric Reasoning Review

Chapter 2: Geometric Reasoning Review Geometry B Name: Date: Block: Chapter 2: Geometric Reasoning Review Show all work to receive full credit. This will be collected. 1) What is the next item in the pattern? 1, 2, 4, 8,... 2) Find the next

More information

CN#4 Biconditional Statements and Definitions

CN#4 Biconditional Statements and Definitions CN#4 s and Definitions OBJECTIVES: STUDENTS WILL BE ABLE TO WRITE AND ANALYZE BICONDITIONAL STATEMENTS. Vocabulary biconditional statement definition polygon triangle quadrilateral When you combine a conditional

More information

Cumulative Test. 101 Holt Geometry. Name Date Class

Cumulative Test. 101 Holt Geometry. Name Date Class Choose the best answer. 1. Which of PQ and QR contains P? A PQ only B QR only C Both D Neither. K is between J and L. JK 3x, and KL x 1. If JL 16, what is JK? F 7 H 9 G 8 J 13 3. SU bisects RST. If mrst

More information

NAME DATE PER. 1. ; 1 and ; 6 and ; 10 and 11

NAME DATE PER. 1. ; 1 and ; 6 and ; 10 and 11 SECOND SIX WEEKS REVIEW PG. 1 NME DTE PER SECOND SIX WEEKS REVIEW Using the figure below, identify the special angle pair. Then write C for congruent, S for supplementary, or N for neither. d 1. ; 1 and

More information

CMA Geometry Unit 1 Introduction Week 2 Notes

CMA Geometry Unit 1 Introduction Week 2 Notes CMA Geometry Unit 1 Introduction Week 2 Notes Assignment: 9. Defined Terms: Definitions betweenness of points collinear points coplanar points space bisector of a segment length of a segment line segment

More information

LESSON 2 5 CHAPTER 2 OBJECTIVES

LESSON 2 5 CHAPTER 2 OBJECTIVES LESSON 2 5 CHAPTER 2 OBJECTIVES POSTULATE a statement that describes a fundamental relationship between the basic terms of geometry. THEOREM a statement that can be proved true. PROOF a logical argument

More information

B C. You try: What is the definition of an angle bisector?

B C. You try: What is the definition of an angle bisector? US Geometry 1 What is the definition of a midpoint? The midpoint of a line segment is the point that divides the segment into two congruent segments. That is, M is the midpoint of if M is on and M M. 1

More information

Geometry Unit 2 Review Show all work and follow the criteria for credit.

Geometry Unit 2 Review Show all work and follow the criteria for credit. Competency 1: Angles and Angle Bisectors 1. What is the classification of an angle that has a measure of less than 90 o? 4. Given the diagram below where BD is an angle bisector. A D 2. Given the following

More information

Conditional Statements

Conditional Statements 2.1 TEXAS ESSENTIAL KNOWLEDGE AND SKILLS G.4.B Conditional Statements Essential Question When is a conditional statement true or false? A conditional statement, symbolized by p q, can be written as an

More information

NORTH THURSTON PUBLIC SCHOOLS END OF COURSE GEOMETRY PRACTICE TEST. Name: Date:

NORTH THURSTON PUBLIC SCHOOLS END OF COURSE GEOMETRY PRACTICE TEST. Name: Date: NORTH THURSTON PUBLIC SCHOOLS END OF COURSE GEOMETRY PRACTICE TEST Name: Date: Day 1 1. Determine the value of x if ΔABC is equilateral. B 7.5x 6x + 3 A Write your answer on the line. 10x 5 C What is the

More information

p, p or its negation is true, and the other false

p, p or its negation is true, and the other false Logic and Proof In logic (and mathematics) one often has to prove the truthness of a statement made. A proposition is a (declarative) sentence that is either true or false. Example: An odd number is prime.

More information

Chapter 2 Find the length of each segment in the quadrilateral using the Distance Formula or the Ruler Postulate. JK = 3 1 = 4 KL = 3 4 = 7

Chapter 2 Find the length of each segment in the quadrilateral using the Distance Formula or the Ruler Postulate. JK = 3 1 = 4 KL = 3 4 = 7 Geometry 1st Edition Martin Gay SOLUTIONS MANUAL Full download at: https://testbankreal.com/download/geometry-1st-edition-martin-gaysolutions-manual/ Section 2.1 Practice 1. a. Use the perimeter formula

More information

Geometry Chapters 1 & 2 Test

Geometry Chapters 1 & 2 Test Class: Date: Geometry Chapters 1 & 2 Test 1. How many cubes would you use to make the structure below? A. 15 cubes B. 16 cubes C. 17 cubes D. 18 cubes 2. What are the names of three planes that contain

More information

Lesson. Warm Up deductive 2. D. 3. I will go to the store; Law of Detachment. Lesson Practice 31

Lesson. Warm Up deductive 2. D. 3. I will go to the store; Law of Detachment. Lesson Practice 31 Warm Up 1. deductive 2. D b. a and b intersect 1 and 2 are supplementary 2 and 3 are supplementary 3. I will go to the store; Law of Detachment Lesson Practice a. 1. 1 and 2 are. 2. 1 and 3 are. 3. m 1

More information

2-6 Geometric Proof. Warm Up Lesson Presentation Lesson Quiz. Holt Geometry

2-6 Geometric Proof. Warm Up Lesson Presentation Lesson Quiz. Holt Geometry 2-6 Geometric Proof Warm Up Lesson Presentation Lesson Quiz Warm Up Determine whether each statement is true or false. If false, give a counterexample. 1. It two angles are complementary, then they are

More information

Triangle Congruence and Similarity Review. Show all work for full credit. 5. In the drawing, what is the measure of angle y?

Triangle Congruence and Similarity Review. Show all work for full credit. 5. In the drawing, what is the measure of angle y? Triangle Congruence and Similarity Review Score Name: Date: Show all work for full credit. 1. In a plane, lines that never meet are called. 5. In the drawing, what is the measure of angle y? A. parallel

More information

Geometry Honors: Midterm Exam Review January 2018

Geometry Honors: Midterm Exam Review January 2018 Name: Period: The midterm will cover Chapters 1-6. Geometry Honors: Midterm Exam Review January 2018 You WILL NOT receive a formula sheet, but you need to know the following formulas Make sure you memorize

More information

Methods of Proof and Logic

Methods of Proof and Logic UNIT 2 Methods of Proof and Logic Logic and reasoning will help you in many parts of your life. In talking with friends, listening to political speeches, and learning math, science, and even English literature

More information

Conditional statement:

Conditional statement: Conditional statement: Hypothesis: Example: If the sun is shining, then it must be daytime. Conclusion: Label the hypothesis and conclusion for each of the following conditional statements: 1. If a number

More information

Geometry 21 - More Midterm Practice

Geometry 21 - More Midterm Practice Class: Date: Geometry 21 - More Midterm Practice 1. What are the names of three planes that contain point A? 6. If T is the midpoint of SU, what are ST, TU, and SU? A. ST = 7, TU = 63, and SU = 126 B.

More information