Write the contrapositive of: If n is even then n² is even

medium CBSE JEE-MAIN 4 min read

Question

Write the contrapositive of the statement: “If nn is even, then n2n^2 is even.” Also verify whether the original statement and its contrapositive are both true.

Solution — Step by Step

The statement “If PP, then QQ” has the form PQP \Rightarrow Q.

Here:

  • PP: ”nn is even”
  • QQ: ”n2n^2 is even”

The conditional statement is: PQP \Rightarrow Q (If PP, then QQ)

The contrapositive of "PQP \Rightarrow Q" is "¬Q¬P\lnot Q \Rightarrow \lnot P" (If NOT Q, then NOT P).

The negation of ”n2n^2 is even” is ”n2n^2 is not even” = ”n2n^2 is odd.”

The negation of ”nn is even” is ”nn is not even” = ”nn is odd.”

Therefore, the contrapositive is:

“If n2n^2 is odd, then nn is odd.”

If nn is even, then n=2kn = 2k for some integer kk.

n2=(2k)2=4k2=2(2k2)n^2 = (2k)^2 = 4k^2 = 2(2k^2)

Since n2=2×(2k2)n^2 = 2 \times (2k^2), it’s divisible by 2, so n2n^2 is even. ✓

The original statement is TRUE.

If n2n^2 is odd, we need to show nn is odd. We use proof by contradiction.

Assume n2n^2 is odd but nn is even. If nn is even, then (from Step 3) n2n^2 is even. But we assumed n2n^2 is odd — contradiction.

Therefore, if n2n^2 is odd, then nn must be odd. ✓

The contrapositive is TRUE.

A conditional statement and its contrapositive are logically equivalent — they always have the same truth value. If one is true, the other is necessarily true. This is why proving the contrapositive is a valid proof technique for the original statement.

Original: PQP \Rightarrow Q (TRUE)
Contrapositive: ¬Q¬P\lnot Q \Rightarrow \lnot P (TRUE) ✓

Why This Works

Contrapositive is one of the key logical equivalences. To prove PQP \Rightarrow Q, sometimes it’s easier to prove ¬Q¬P\lnot Q \Rightarrow \lnot P instead. They’re the same claim, just stated differently.

This is different from the converse (QPQ \Rightarrow P: “If n2n^2 is even, then nn is even”) and the inverse (¬P¬Q\lnot P \Rightarrow \lnot Q: “If nn is odd, then n2n^2 is odd”). The converse and inverse are logically equivalent to each other, but NOT necessarily to the original statement.

Summary of all four related statements:

StatementFormTruth (for this example)
OriginalPQP \Rightarrow QTrue
ConverseQPQ \Rightarrow PTrue (but need to check separately)
Inverse¬P¬Q\lnot P \Rightarrow \lnot QTrue
Contrapositive¬Q¬P\lnot Q \Rightarrow \lnot PTrue

(In this particular example, all four happen to be true, but this is not always the case.)

For CBSE Class 11 mathematical reasoning, expect questions asking you to write all four forms (original, converse, inverse, contrapositive) of a given statement. The fastest approach: identify P and Q clearly, negate each to get ¬P and ¬Q, then arrange into the four patterns.

Common Mistake

Students often confuse the contrapositive with the converse. The converse flips PP and QQ: “If n2n^2 is even, then nn is even.” The contrapositive negates BOTH and swaps them: “If n2n^2 is odd, then nn is odd.” The critical difference: the original statement and its contrapositive are always logically equivalent (same truth value). The original and its converse are NOT necessarily equivalent — they can have different truth values. Getting these mixed up is the most common error in this topic.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next