Reasoning and Proof- Test Answers and Explanations

Understanding Reasoning and Proof in Mathematics

Most students struggle with reasoning and proof questions because they were never properly taught what proof actually means. It's not about memorizing steps. It's about understanding why something must be true.

This guide breaks down the core concepts you'll encounter on tests, with clear explanations of the answers. No vague theory—just the stuff that actually helps you solve problems.

What Is Mathematical Reasoning?

Mathematical reasoning is the process of drawing conclusions from given information using logical rules. That's it. You're not guessing or using intuition—you're following a chain of logic that leads somewhere definite.

Tests usually focus on two main types:

Here's where students lose marks: inductive reasoning gives you guesses, not certainties. A pattern holding for the first 100 numbers doesn't prove it holds for all numbers. Tests want you to know the difference.

The Four Main Types of Proof

Direct Proof

This is the most straightforward approach. You start with given information and work step-by-step toward what you want to prove.

Example question: Prove that the sum of two even numbers is even.

Answer: Let the two even numbers be 2a and 2b, where a and b are integers. Their sum is 2a + 2b = 2(a + b). Since a + b is an integer, 2(a + b) is even. QED.

Simple. Clean. Work from what you know to what you need.

Proof by Contradiction

Assume the opposite of what you want to prove. Show that this assumption leads to something impossible. Therefore, your original statement must be true.

Example question: Prove that √2 is irrational.

Answer: Assume √2 is rational. Then √2 = a/b where a and b are coprime integers. Squaring both sides: 2 = a²/b², so a² = 2b². This means a² is even, so a is even. Let a = 2c. Then (2c)² = 2b², so 4c² = 2b², so b² = 2c². So b² is even, meaning b is even. But if both a and b are even, they share a factor of 2—contradicting that they're coprime. Therefore √2 is irrational.

When direct proof gets messy, try contradiction.

Proof by Contrapositive

The contrapositive of "if P, then Q" is "if not Q, then not P." These are logically equivalent. Sometimes proving the contrapositive is easier.

Example question: Prove that if n² is even, then n is even.

Answer: Prove the contrapositive: if n is odd, then n² is odd. Let n = 2k + 1. Then n² = (2k + 1)² = 4k² + 4k + 1 = 2(2k² + 2k) + 1, which is odd. Therefore, if n² is even, n must be even.

Proof by Mathematical Induction

This one trips up most students because they don't understand why it works. You prove two things:

  1. Base case: The statement is true for the starting value (usually n = 1)
  2. Inductive step: If it's true for some value k, then it must be true for k + 1

Think of it like dominoes falling. If domino 1 falls, and falling domino k knocks over domino k+1, then all dominoes fall.

Example question: Prove that 1 + 2 + 3 + ... + n = n(n+1)/2 for all positive integers n.

Answer:

Base case (n = 1): Left side = 1. Right side = 1(2)/2 = 1. ✓

Inductive step: Assume true for n = k: 1 + 2 + ... + k = k(k+1)/2

Need to prove for n = k+1: 1 + 2 + ... + k + (k+1) = (k+1)(k+2)/2

Starting from the assumption: k(k+1)/2 + (k+1) = k(k+1)/2 + 2(k+1)/2 = [k(k+1) + 2(k+1)]/2 = (k+1)(k+2)/2 ✓

The statement is proven.

Common Test Mistakes (And How to Avoid Them)

Proof Methods Comparison

Method Best Used When Difficulty
Direct Proof Clear path from given to conclusion Easy to medium
Proof by Contradiction Statement is "impossible" or "cannot exist" Medium to hard
Proof by Contrapositive Negating is easier than direct approach Medium
Mathematical Induction Statements about all natural numbers Medium to hard

How to Approach Proof Questions on Tests

Follow this process:

  1. Read the question twice. What are you being asked to prove? What's given?
  2. Choose your method. Can you work directly from the givens? Try direct proof. Is the statement about natural numbers? Try induction. Is it a "cannot" or "impossible" statement? Try contradiction.
  3. Write down what you know. Define variables. State your assumptions clearly.
  4. Work forward. Apply logical rules step by step. Write a reason for each step.
  5. Check your work. Does your conclusion actually match what you needed to prove?

Quick Reference: Key Phrases and What They Mean

Final Word

Proof questions are learnable. They're not about talent or "being good at math." They're about understanding a small set of techniques and applying them correctly. Work through practice problems, check your work against model answers, and you'll see the patterns.

The logic is always the same: state what you know, apply valid operations, reach the conclusion. That's all proof ever is.