Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Conjectures: Making a mathematical statement that you think is true but has not yet been proven.
Counter-examples: Finding a single example that proves a general statement is false.
Deductive Reasoning: Using known facts and logic to arrive at a certain conclusion.
Proof by Exhaustion: Checking every single possible case to prove a statement is true for a specific set.
Systematic Listing: Organizing data or possibilities in a logical order (e.g., a table) to ensure no outcomes are missed.
Working Backwards: Starting from a known result to find the initial starting point.
📐Formulae
Even Number = (where is an integer)
Odd Number = or
Sum of interior angles in a triangle =
General term of a sequence = (for arithmetic progressions)
💡Examples
Problem 1:
Prove or disprove the statement: 'The sum of any two odd numbers is always an odd number.'
Solution:
Disproved. Let's test two odd numbers: . 8 is an even number.
Explanation:
To disprove a general statement, you only need to provide one counter-example. Since and 8 is even, the statement 'The sum is always odd' is false.
Problem 2:
I am thinking of a number. If I multiply it by 3 and then add 7, the result is 22. What is the number?
Solution:
; . The number is 5.
Explanation:
This uses the 'Working Backwards' strategy. We reverse the operations in the opposite order: subtraction instead of addition, and division instead of multiplication.
Problem 3:
How many different ways can you make 10 cents using only 1-cent, 2-cent, and 5-cent coins?
Solution:
10 ways: (10x1), (8x1, 1x2), (6x1, 2x2), (4x1, 3x2), (2x1, 4x2), (5x2), (5x1, 1x5), (3x1, 1x2, 1x5), (1x1, 2x2, 1x5), (2x5).
Explanation:
This requires 'Systematic Listing'. We start with the largest coin (5-cent) and work down to ensure all combinations are found without skipping any.
Problem 4:
Prove that the sum of two even numbers is always even.
Solution:
Let the first even number be and the second be . . Since any number multiplied by 2 is even, the sum is even.
Explanation:
This is a simple algebraic proof. By factoring out a 2, we demonstrate that the result fits the definition of an even number ().