Prove product of 3 consecutive naturals is even

In summary: If n is even, then the product is even because n is even. If n is odd, then n+1 is even, so the product is even regardless of whether n is even or odd.In summary, the proof of the product of three consecutive naturals being even is acceptable and can be simplified by considering two cases: n being even and n being odd. It is also important to explicitly show that n(n^2 + 11) is even by factoring out n and showing that one factor is even.
  • #1
Mouse07
8
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
  • #2
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.
 
  • #3
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.
 
  • #4
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

[tex]n(n^2+11) = (2k+1)((2k+1)^2+11)[/tex]

[tex]=(2k+1)(4k^2+4k+1+11)[/tex]

[tex]=(2k+1)(4k^2+4k+12)[/tex]

[tex]=2(2k+1)(2k^2+2k+6)[/tex]

Which is even... etc.
 
  • #5
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).
 

Related to Prove product of 3 consecutive naturals is even

1. How do you prove that the product of 3 consecutive natural numbers is even?

The product of 3 consecutive natural numbers can be represented as n * (n+1) * (n+2). Since one of these numbers must be divisible by 2, the product will always be even. Therefore, the product of 3 consecutive natural numbers is always even.

2. Can the product of 3 consecutive natural numbers be odd?

No, the product of 3 consecutive natural numbers will always be even. This is because one of the three numbers must be divisible by 2, making the entire product even.

3. How can I visually understand the proof for the product of 3 consecutive natural numbers being even?

To visually understand the proof, you can use examples. For instance, if we take the consecutive natural numbers 2, 3, and 4, their product would be 2 * 3 * 4 = 24. Since one of these numbers is divisible by 2 (in this case, 2), the product is even.

4. Is there a mathematical formula for proving the product of 3 consecutive natural numbers is even?

Yes, the mathematical formula is n * (n+1) * (n+2) = 2 * (n * (n+1) * (n+2)/2). This shows that the product is divisible by 2, making it even.

5. Can this proof be applied to other sets of consecutive numbers?

Yes, this proof can be applied to any set of consecutive numbers where one of the numbers is divisible by 2. This is because the product of any consecutive numbers will always have at least one factor of 2, making it even.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
3
Views
690
  • Precalculus Mathematics Homework Help
Replies
6
Views
1K
  • Precalculus Mathematics Homework Help
Replies
3
Views
971
  • Precalculus Mathematics Homework Help
Replies
12
Views
1K
  • Precalculus Mathematics Homework Help
Replies
14
Views
3K
  • Precalculus Mathematics Homework Help
Replies
10
Views
926
  • Precalculus Mathematics Homework Help
Replies
6
Views
1K
  • Precalculus Mathematics Homework Help
Replies
4
Views
812
  • Precalculus Mathematics Homework Help
Replies
3
Views
816
  • Precalculus Mathematics Homework Help
Replies
27
Views
2K
Back
Top