Why is it wrong to reverse an if-then statement and assume the reverse is also true? Give an example.
Think about your answer, then reveal below.
Model answer: Reversing an if-then statement changes its meaning, and the reverse may be false even when the original is true. Example: 'If an animal is a dog, then it has four legs' is true. But the reverse, 'If an animal has four legs, then it is a dog,' is false — cats, horses, and many other animals also have four legs. The original says being a dog guarantees four legs. The reverse says four legs guarantee being a dog, which is a much stronger (and incorrect) claim.
This error — assuming the reverse of a true statement is also true — is called 'affirming the consequent' and is one of the most common logical fallacies. Teaching students to notice this at the if-then level builds resistance to this error in more complex reasoning.