8th grade Q2
Menu
G36-1 How do you determine the inverse of an if-then statement?
The inverse of an if-then statement reverses the truth value of both the hypothesis and the conclusion without changing their order.
If the original statement is
"If , then " (),
the inverse is
"If not , then not " ().
Steps to Determine the Inverse
- Start with the Original Statement:
Write the statement in the form "If , then ." - Negate Both Parts:
Negate the hypothesis: Replace with not ().
Negate the conclusion: Replace with not (). - Rewrite as If-Then:
Combine the negated parts into the form "If not , then not ."
Example
Original statement: "If it rains, then the ground will be wet."
- Hypothesis: "It rains" ().
- Conclusion: "The ground will be wet" ().
Inverse: "If it does not rain, then the ground will not be wet."
- Hypothesis: "It does not rain" ().
- Conclusion: "The ground will not be wet" ().
Key Points
- The inverse is formed by negating both the hypothesis and conclusion of the original statement.
- The inverse is not logically equivalent to the original statement. That is to say, if the original statement is true, the inverse cannot be inferred to be true.