Mathorio
Answer key
Direct Proof
Show your work for each problem.
- 1.What is the first step in a direct proof?
- a)Use proof by contradiction
- b)Find a counterexample
- c)Assume the hypothesis is true
- d)Prove the conclusion directly
Answer: Assume the hypothesis is true
In a direct proof, we start by assuming the hypothesis (the 'if' part) is true, then use logical steps to reach the conclusion.
- 2.According to the definition, an even integer can be written as:
- a) for some integer
- b) for some integer
- c) for some integer
- d) for some integer
Answer: for some integer
An even integer is any integer that is divisible by 2, so it can be written as where is any integer. For example: , .
- 3.If for some integer , is even or odd? Type 'even' or 'odd'.
Answer: odd
The expression represents an odd number because is even (a multiple of 2) and adding 1 makes it odd.
- 4.What does QED stand for?
- a)Quite easily done
- b)Question every detail
- c)Quod erat demonstrandum
- d)Quickly end discussion
Answer: Quod erat demonstrandum
QED stands for 'quod erat demonstrandum', which is Latin for 'which was to be demonstrated'. It marks the successful completion of a proof.
- 5.If and , what is in terms of and ? Write your answer in the form .
Answer: 2(m + n)
. This factored form shows that the sum is even because it's 2 times an integer.
- 6.Why is checking examples not the same as a proof?
- a)Examples take too long
- b)Examples don't cover all infinite cases
- c)Examples are always wrong
- d)Examples are harder than proofs
Answer: Examples don't cover all infinite cases
There are infinitely many integers, so we can never check all cases by example. A proof using variables and definitions covers all cases at once.
- 7.Prove: If is even, then is even.
Answer: n^2 = 4k^2 = 2(2k^2)
- Write using the definition of even (in terms of some integer ): n = 2k
- Square both sides to find : n^2 = 4k^2
- Factor out 2 to show is even: n^2 = 2(2k^2)
- 8.If (odd), what is when expanded? Write in the form .
Answer: 4k^2 + 4k + 1
. This can be rewritten as , showing it's odd.
- 9.Prove: The product of two odd numbers is odd.
Answer: 2(2jk + j + k) + 1
- Let the two odd numbers be and . Find : (2j + 1)(2k + 1)
- Expand the product using FOIL: 4jk + 2j + 2k + 1
- Factor to show it's of the form (odd): 2(2jk + j + k) + 1
- 10.What is circular reasoning in a proof?
- a)Starting over multiple times
- b)Going in a circle while writing
- c)Using too many steps
- d)Assuming what you're trying to prove
Answer: Assuming what you're trying to prove
Circular reasoning occurs when you use the conclusion (what you're trying to prove) as part of your reasoning. This makes the proof invalid because you haven't actually proven anything.
- 11.In the factorization , how many consecutive integers are multiplied together?
Answer: 3
The expression factors into three consecutive integers: , , and . This is key to proving that is divisible by 3.
- 12.Prove: If is even and is odd, then is odd.
Answer: 2(m + k) + 1
- Write as an even number and as an odd number: a = 2m, b = 2k + 1
- Add : 2m + 2k + 1
- Factor to show it's odd (form ): 2(m + k) + 1
- 13.To prove is divisible by 3, we use the fact that among any 3 consecutive integers:
- a)None are divisible by 3
- b)All are divisible by 3
- c)At least two are divisible by 3
- d)Exactly one is divisible by 3
Answer: Exactly one is divisible by 3
Every integer has remainder 0, 1, or 2 when divided by 3. In three consecutive integers, we cycle through all three remainders, so exactly one has remainder 0 (divisible by 3).
- 14.Prove: If is an integer, then is even.
Answer: n(n + 1)
- Factor : n(n + 1)
- What can we say about and ? consecutive integers
- Among two consecutive integers, how many are even? 1
- Therefore, the product is always: even
- 15.If we want to prove ' divides ' using direct proof, we show for some integer . What value of shows that 3 divides 12?
Answer: 4
Since , we have . This demonstrates that 3 divides 12 because 12 can be expressed as 3 times an integer (4).
- 16.Prove: The sum of an even number and its square is even.
Answer: 2(k + 2k^2)
- Let the even number be . Write : 2k + (2k)^2
- Simplify : 4k^2
- Write in factored form : 2(k + 2k^2)
- 17.Which statement best describes an axiom?
- a)A statement that needs verification
- b)A statement that has been proven true
- c)A statement that is always false
- d)A statement accepted as true without proof
Answer: A statement accepted as true without proof
An axiom is a fundamental statement that is accepted as true without proof. Axioms serve as the foundation from which theorems are derived. Examples include 'a = a' (reflexive property) and 'if a = b, then b = a' (symmetric property).