Unit 2: Reasoning and Proof · ~15–30 min
Use inductive reasoning to spot a pattern in a set of examples, state it as a conjecture, and test the conjecture with a counterexample.
Inductive reasoning starts with specific examples — numbers, figures, measurements — and looks for a pattern among them. Once a pattern seems to hold, you state it as a general rule, called a conjecture. Inductive reasoning is how most mathematical ideas get discovered in the first place. But spotting a pattern isn't the same as proving it always works — that's the job of deductive reasoning, which is coming up in Lesson 2.3.
To form a conjecture: gather several examples, look for what stays the same or changes in a predictable way, write the pattern as a general statement, and test it against a few more cases before you trust it.
Dot counts 1, 3, 6, … grow by one more each stage — the pattern behind the conjecture dots(n) = n(n+1)÷2.
A conjecture only needs to fail once to be disproved. A single case that breaks the pattern is called a counterexample, and finding one is enough to reject the whole conjecture — no matter how many earlier cases it worked for.