0

How can I prove that:

$$\frac{1}{2} \left(3 n^2-2\right) \left(3 n^2-1\right) \left(3 n^3-3 n+1\right)\in\mathbb{N}$$

When $n\in\mathbb{N}$?

Bill Dubuque
  • 272,048

1 Answers1

4

Every product of two consecutive integers is even. So $(3n^2 - 2)(3n^2 - 1)$ is even, and the whole product is even (before you divide by 2).

purple
  • 583
  • 4
    I don't think so. He asked for proving that a number is divisible by 2, equivalent to proving that this number divided by 2 belongs to $\mathbb{N}$ – purple Jan 11 '21 at 13:41
  • 1
    @JMoravitz I don't think so. That fraction $1/2$, multiplied by an even number, is guaranteed to be an integer. –  Jan 11 '21 at 13:45
  • we want $\dfrac{1}{2}(3n^2-2)(3n^2-1)(3n^3-n+1)\in \mathbb{N}$, hence proving that $(3n^2-2)(3n^2-1)$ is even is enough – NHL Jan 11 '21 at 13:47
  • 1
    @JMoravitz Please, reread the original question. Nobody wants you to prove that this is an even number. –  Jan 11 '21 at 13:47
  • 1
    I see it now. My apologies. Clearly I need more coffee. I read the question title "prove this number is even" and read it as "this number" included the $\frac{1}{2}$ term, not seeing the $\in\Bbb N$ bit. Poor phrasing of the question in my opinion. – JMoravitz Jan 11 '21 at 13:50