SOLUTION: prove that the product of any three consecutive numbers is even. So far I have tried , (n)(n+1)(n+2)=n^3+3n^2+2n but there is no multiple of an even number. I'm not sure wh

Algebra ->  Human-and-algebraic-language -> SOLUTION: prove that the product of any three consecutive numbers is even. So far I have tried , (n)(n+1)(n+2)=n^3+3n^2+2n but there is no multiple of an even number. I'm not sure wh      Log On


   



Question 965979: prove that the product of any three consecutive numbers is even.
So far I have tried , (n)(n+1)(n+2)=n^3+3n^2+2n
but there is no multiple of an even number. I'm not sure what kind of proof method it is but this would be a proof with the same method. i.e prove that the sum of three consecutive odd numbers is divisible by 3 , 2n+1+2n+3+2n+5= 6n+9 3(2n+3) is a multiple of three therefore it is divisible by three.
Any help would be appreciated, hope it is not too confusing
Thanks

Found 4 solutions by josgarithmetic, tenkun, amalm06, ikleyn:
Answer by josgarithmetic(39617) About Me  (Show Source):
You can put this solution on YOUR website!
You should be allowed to use simple logic of two cases. Either ONE of the numbers is EVEN or TWO of the numbers are EVEN. In either case, the result will be even. Any product of integers which contains a multiple of two will be also a multiple of two; meaning that the product is even.

Answer by tenkun(12) About Me  (Show Source):
You can put this solution on YOUR website!
let the consecutive numbers are n,(n+1),(n+2)
product = n*(n+1)*(n+2)
if n=1
P(1) = 1*2*3=6 --Even
Assume that P(n)=even then we have to prove that P(n+1)=(n+1)*(n+2)*(n+3) is also even
P(n+1)= (n+1)*(n+2)*(n+3)
=n*(n+1)*(n+2)+ 3*(n+1)*(n+2)
we know that n*(n+1)*(n+2)is even ( assumed )
we have to show that 3*(n+1)*(n+2) is also even
if n is odd then n+1 is even
either way n^2+3*n+2 is even
so 3*(n+1)*(n+2)=3*(n^2+3*n+2) is also even
we have shown that P(1) is even and that P(n+1)is even if P(n)is even.
hence proved.

Answer by amalm06(224) About Me  (Show Source):
You can put this solution on YOUR website!
Consider %28n%29%28n%2B1%29%28n%2B2%29

Then , where the last expression is even

Answer by ikleyn(52780) About Me  (Show Source):
You can put this solution on YOUR website!
.
Even the product of any TWO consecutive integers is even integer.


See my proof under this link
      https://www.algebra.com/algebra/homework/Proofs/Proofs.faq.question.924485.html

      https://www.algebra.com/algebra/homework/Proofs/Proofs.faq.question.924485.html


It implies that the product of any THREE consecutive integers is even number, too.