For each even number $n$ greater than $2$, there exists a $3$-regular graph with $n$ nodes.
Attempt: I already noticed that it's true for $n=4$ and $n=6$, so it would be true for any even number because we can generate all even numbers with the generators $4$ and $6$.
Example:
$12 = 4+4+4$ or $6+6$
$8 = 4+4$
$10 = 6+4$
Proposition: $\forall p \in 2 \mathbb{N}$, $\exists x,y \in \mathbb{N}$ such that $4x+6y=p$ where $p>3$
Proof by Strong induction
base case: p=4
4(1)+6(0)=4
Inductive hypothesis: Assume $\forall i \leq p \in 2 \mathbb{N}$, $\exists x,y \in \mathbb{N}$ such that $4x+6y=i$ where $i>3$
Show that the above claim is true for $p+2$
So $4t+6r=p-2$ by inductive hypothesis where $t$ and $r$ are the desired numbers for $p-2$. Therefore, $$4+4t+6r=p-2+4$$ $$4(t+1)+6r=p+2$$ which implies that $t+1$ and $r$ are the desired numbers for the even number p+2 and therefore the claim is proven