Prove by mathematical induction that $n$ can be written as an expression of multiples of $4$ and $5$, $n\geq12$
I understand the initial case where $n = 12$ $$ 12 = 4\cdot 3 + 5\cdot 0 $$ which is a multiple of $4$ and $5$
Assumption: let $n = k$ so $$ k = 4x + 5y $$ Rearranging the equation you get: $4x = k - 5y$
Prove for $n = k+1$
RTP: $k+1 = 4(x-1) + 5(y+1)$ BUT you can also have the fact of: $k+1 = 4(x+4)$ - because it can go back to being a string of $4$s
Is this the right track?? then you look at the RHS of both cases
HINT:
Induction is used to prove statements about infinitely many things.
For induction, you need $3$ steps.
1) Check if the statement you are about to prove is true for some small values of $n$
2) Assume that the statement is true for some value of $n$ say $k$
3) USING 2) prove that the statement is true for $k+1$.
One usually says the analogy of dominoes. Imagine an infinitely long chain of dominoes standing in a row. You would like to show that "all of them will fall". To do so you show that whenever one falls it will tilt the next one (this is the essence of step 3). And you show that the first (or one in the beginning will fall) this is the essence of step 1).
1) check for some small values of $n$ say $n=13$, in this case
$$ 2\cdot 4+1\cdot 5 =13 $$
Nice!
2) assume that the statement is true for some $n=k$ where $k\ge 14$ so you say that you are sure that the equation $$ k= a\cdot 4+b\cdot 5 $$ has integer solutions for $a$ and $b$
I leave the rest for you
Hope this helped
EDIT after some comments and edit in the question
Nice! You are on the right track!
Actually nothing in the question says that your $x$ and $y$ has to be positive so you are basically done!