1 of 11

2-2 Conditional Statements

Learning Target: IWBAT understand conditional statements and their parts

Success Criteria:

  • Recognize conditional statements and the parts of a conditional statement
  • Formulate conditional statements
  • To analyze the truth value of a conditional statement

2 of 11

Entry Task

  • The sequence 1,1,2,3,5,8,13,21,… is known as the Fibonacci Sequence. Make a conjecture about the sequence and predict the next two terms.
  • Find a counterexample for the following statement:

3 of 11

Conditional statements

  • A conditional statement is an “if-then” statement
  • Examples:
    • If you study, then you will get good grades.

4 of 11

Parts of a conditional statement

  • Hypothesis: the part following “if”
    • written as p
  • Conclusion: the part following “then”
    • written as q

p q means “if p, then q” or “p implies q”

5 of 11

Examples

Identify the hypothesis and conclusion

  • If an animal is a robin, then it is a bird.
  • The Tigers will play in the tournament if they win the next game.
  • If an angle measures 130 degrees, then it is obtuse.

6 of 11

Diagram of p q

The inner circle represents the hypothesis (p) and the outer circle represents the conclusion (q).

7 of 11

Example

What conditional statement does the diagram represent?

8 of 11

Writing a conditional

You can re-write a statement as a conditional statement by first identifying the hypothesis and conclusion.

Example: Vertical angles share a vertex

9 of 11

Example

Find the truth value of each statement. If false, what is a counterexample?

  • If two angles form a linear pair, then they are supplementary.

10 of 11

Finding the truth value of a conditional

  • Truth value is whether the statement is true or false.
    • It is false if you can find a counterexample

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

Is this true or false? Why?

11 of 11

Group Activity

  • Write a conditional statement
  • Identify the hypothesis and conclusion
  • Draw a diagram
  • What is the truth value of your statement? If false, give a counterexample.