200 likes | 273 Views
CODE RED. Bell Ringer. What are the coordinates of M and N? What is the length of MN? If R is a midpoint of TY, what is the y-coordinate of Y? BONUS: At what point do lines TR and AP intersect?. CODE RED – EXIT TICKET. CODE YELLOW – check your answers.
E N D
CODE RED Bell Ringer What are the coordinates of M and N? What is the length of MN? If R is a midpoint of TY, what is the y-coordinate of Y? BONUS: At what point do lines TR and AP intersect?
CODE RED – EXIT TICKET CODE YELLOW – check your answers Correct your quiz! if correct, circle if wrong • D • C • A • A • C • B • C • A +1 • C • D • 14 • 65 • 24 • -2 15. 142
CODE GREEN Correct your answers: For the ones you got wrong: • See if you can determine your mistake • Write a sentence describing the mistake • Ask your neighbor for help For the ones you got right: • GOOD JOB • Help someone around you
CODE YELLOW: Conditional Statements A conditional statement has a hypothesis (if) and a conclusion (then). Example: If today is Monday, then tomorrow is Tuesday. HYPOTHESIS CONCLUSION
CODE YELLOW: Conditional Statements The converse of a statement the hypothesis and the conclusion. switches Original (Don’t Write This): If today is Monday, then tomorrow is Tuesday. CONCLUSION HYPOTHESIS Example (write this): If tomorrow is Tuesday, then today is Monday. CONCLUSION HYPOTHESIS
CODE YELLOW: Conditional Statements The inverse of a statement the hypothesis and conclusion. negates Original (Don’t Write this): If today is Monday, then tomorrow is Tuesday. CONCLUSION HYPOTHESIS Example (Write this): . If today is not Monday, then tomorrow not is Tuesday.
CODE GREEN: Conditional Statements CODE YELLOW: Conditional Statements What is the converse of the following statement? If we are at Miami Norland SHS, we are in Miami Gardens.
CODE GREEN: Conditional Statements CODE YELLOW: Conditional Statements What is the inverse of the following statement? If two angles form a linear pair, then they are supplementary.
CODE GREEN: Conditional Statements CODE YELLOW: Conditional Statements What is the converse of the following statement? If the polygon has three sides, then the polygon is a triangle.
CODE RED: Exit Ticket • If two angles are consecutive, then they are supplementary. • 3. What is the converse of the following statement: • If a figure is a rectangle, then the figure has four sides. • If a figure has four sides, then the figure is a rectangle. • If a figure is a rectangle, then the figure does not have four sides. • If the figure is NOT a rectangle, then the figure does NOT have four sides. • If a figure does NOT have four sides, then the figure is NOT a rectangle.