Ok, so maybe this is a basic task but I'm stuck:
$P(x) = (x+1)^{2n+1} + x^{n+2}$, and $Q(x) = x^2 + x + 1$,
I have to show that $P(x)$ is divisible by $Q(x)$ for every $n \in \Bbb N$.
I tried factoring and direct division (got stuck), and tried induction. Ok, I check for $n = 1$, (it's true), but I can't comperhanse how to deal with the next induction step. Maybe I'm totally on the wrong track here, thanks for help in advance.