I have the concepts of induction well-understood. But even so, solving these kind of problems isn't that easy.
Please, Someone show me how to do the first one, and explain a bit of how I can have vision to solve problems like this. The second one I'll try by myself based on the first.
I tried to do the first example from what I already knew, but I failed.
a) $$3 | n(7+6n+2n^2)\quad \forall n \in \mathbb{N} $$
Ok, first step is to plug $1$ to check if it works for the first $n \in \mathbb{N}$. It's ok.
Now I need to plug $k$ and $k+1$, to make sure any value $k$ and its consecutive one will do for this statment.
$$k(7+6k+2k^2)$$
$$(k+1)(7+6(k+1)+2(k+1)^2)$$
Now I need to have a good vision to be able to find $k(7+6k+2k^2)$.
b) $$6|(n^3 + 5n) \quad \forall n \in \mathbb{N} $$
Edit: Bill Dubuque's suggetion
$$ 6|6d-k^3-5k = f(k)$$ $$Then$$ $$ 6|6j -(k+1)^3 -5(k+1)=f(k+1)$$
$$<==>$$ $$6|6j -(k+1)^3 -5(k+1) - (6d-k^3-5k)$$
$$\quad \forall d \in \mathbb{N} $$ $$\quad \forall j \in \mathbb{N} $$