Prove product of 3 consecutive naturals is even

  • Thread starter Thread starter Mouse07
  • Start date Start date
  • Tags Tags
    even Product
Click For Summary

Homework Help Overview

The discussion revolves around proving that the product of three consecutive natural numbers is even. The subject area includes mathematical reasoning and proof techniques, particularly induction.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants explore an inductive proof approach, questioning the validity of steps and the necessity of the induction hypothesis. Some suggest a simpler proof by considering cases based on whether the first number is even or odd.

Discussion Status

The discussion is active, with participants providing feedback on the proof structure and suggesting alternative methods. There is an acknowledgment of the simplicity of a case-based approach, but no consensus on the best method has been reached.

Contextual Notes

Participants note missing elements in the original proof and discuss the implications of even and odd properties in their reasoning. There is an emphasis on the need for clarity in justifying why certain expressions are even.

Mouse07
Messages
8
Reaction score
0
1. Prove product of 3 consecutive naturals is even data

i just want to know if this proof is acceptable, or is there a simpler proof.


The Attempt at a Solution



Proof: suppose if the product 3 consecutive naturals is dividable by 2 then it is even.

Base case: n = 1

n (n + 1) (n + 2 )
1(2)(3)
6
since 6 is dividable by 2 base case holds

Inductive Hypo If n holds then (n+1)

inductive step

(n + 1) (n + 2)(n+3)
(n^2+3n+2)(N+3)
n^3 + 6n^2 + 11n + 6

n(n^2 + 11)+ 6 (n^2 +1)

since n (n^2 + 11) is even and 6 (n^2 + 1) is even,

and even + even = even.

since all even numbers are divisible by 2, thus n +1 hold.

hence the product of 3 consecutive naturals is even.
QED(i know that some sentences are missing but that's how i did the proof)
 
Physics news on Phys.org
Mouse07 said:
1. Prove product of 3 consecutive naturals is even data

i just want to know if this proof is acceptable, or is there a simpler proof.


The Attempt at a Solution



Proof: suppose if the product 3 consecutive naturals is dividable by 2 then it is even.

Base case: n = 1

n (n + 1) (n + 2 )
1(2)(3)
6
since 6 is dividable by 2 base case holds

Inductive Hypo If n holds then (n+1)
Where is your induction hypothesis? You will need it in the inductive step.
Mouse07 said:
inductive step

(n + 1) (n + 2)(n+3)
(n^2+3n+2)(N+3)
n^3 + 6n^2 + 11n + 6

n(n^2 + 11)+ 6 (n^2 +1)

since n (n^2 + 11) is even and 6 (n^2 + 1) is even,
Why is n(n2 + 11) even? You can't just say this.
Mouse07 said:
and even + even = even.

since all even numbers are divisible by 2, thus n +1 hold.

hence the product of 3 consecutive naturals is even.
QED(i know that some sentences are missing but that's how i did the proof)

There's a much simpler way to prove that n(n + 1)(n + 2) is even. All you need are two cases:
1. Assume that n is even.
2. Assume that n is odd.
 
Ohh lol i thought about it, but it felt to simple so didn't do that.

Why is n(n2 + 11) even?

Because if n is odd then n^2 + 11 is even and even multiple by odd is even.
if n is even then even multiple by odd is even. I should add that but, now just gone do what you said it easier.
 
Mouse07 said:
Why is n(n2 + 11) even?

Because if n is odd then n^2 + 11 is even and even multiple by odd is even.
if n is even then even multiple by odd is even. I should add that but, now just gone do what you said it easier.

Then explicitly show this.
If n is odd, thus n = 2k+1 then

n(n^2+11) = (2k+1)((2k+1)^2+11)

=(2k+1)(4k^2+4k+1+11)

=(2k+1)(4k^2+4k+12)

=2(2k+1)(2k^2+2k+6)

Which is even... etc.
 
The simplest proof would require the solver to see that a sufficient condition for the product of 3 terms to be even is that the simplest subproduct be even, i.e. n(n+1).
 

Similar threads

  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 10 ·
Replies
10
Views
3K
Replies
14
Views
5K
Replies
3
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
12
Views
4K
  • · Replies 10 ·
Replies
10
Views
2K