We had this this exercise on the exam and I unfortunately I couldn't do it right but at least I tried. Here is what I did :
$$ (\forall n\in\Bbb N*)(\exists k \in\Bbb N) : n^2(n^2-1)=12k$$ The first thing I did was Disjunction of cases If $n$ is pair then : $$ n=2k$$ $$ n²=4k²$$ $$ n²(n²-1)= 4k²(4k²-1)$$ $$ n²(n²-1)= 16k^4-4k²$$ and that's where I got stuck So I thought I would try Proof by Induction For $n=1$ $$ 1²(1²-1) = 0 $$ $0$ is divisible by $12$ Which means the proposition is right for $n=1$ Let's suppose that : $$ n^2(n^2-1)=12k$$
Let's prove that : $$ (n+1)^2((n+1)^2-1)=12h$$ $$ (n+1)^2((n+1)^2-1) = (n+1)^2(n^2+2n)$$ $$ =(n^2+2n+1)(n^2+2n)$$ $$ = n^4+2n^3+2n^3+4n^2+n^2+2n $$ $$ = n^4+4n^3 +5n^2 +2n $$ And this is where I got stuck again. I know we already passed the test but I want to know the answer. At least I tried, please don't down vote.