1

How would I I begin to prove this implication? Starting with the hypothesis $(10000x^{2015} - x)\over(x^2+x+1)$ = $2(k)+1$.

I'm sort of lost on where to go?

2 Answers2

2

Suppose, $x$ is even. Then $1000x^{2015}-x$ is even and $x^2+x+1$ is odd. So, the fraction is even, contradicting the assumption.

Hence , $x$ must be odd and therefore $4x^2+3x+1$ even.

Peter
  • 84,454
1

Look at the denominator first:

$$x^2+x+1=x(x+1)+1$$

At least one of $x$ and $x+1$ is even so $x(x+1)$ is even and $x(x+1)+1$ is thus odd .

This means that $$10000x^{2015}-x=(2k+1)(x^2+x+1)$$ is odd because it's the product of two odd numbers .

But $10000x^{2015}$ is even so $x$ must be odd .

To finnish notice that $4x^2$ is even and $3x$ and $1$ are odd . Thus the number $$4x^2+3x+1$$ is even .