Conditional statements relate a hypothesis and conclusion with an "if-then" structure. A conditional statement is false if the hypothesis is true but the conclusion is false. Some examples of conditional statements and their truth values are provided, including:
- If LJ rests for 10 days, then his ankle will heal. This would be false if LJ rested 10 days but his ankle did not heal.
- If x is prime, then x is odd. This is false because 2 is prime but not odd.
- If I study, then I will pass the exam. This would be false if I studied but still failed the exam.