For some math homework (that was already due but I really want to understand the content) I was asked the following question, How should I go about answering this? I'm new to recurrence relations and my heavens it's confusing.
In each of the following cases, find a (linear, constant-coefficient) recurrence relation for $u_n$ and give the values of $u_i$ for $0 \leq i \leq 3$.
($a$) Let $u_n$ be the number of words of length $n$ on the symbols $x, y $ and $z,$ in which each $z$ is followed immediately by an $x.$
($b$) Let $u_n$ be the number of ways to fill $n$ parking spaces with cars, buses and trucks, if each car uses one space, while each bus and each truck uses two spaces.
($c$) Let $u_n$ be the number of ways to tile a $2 \times n$ rectangle with dominoes. (A domino is a $1 \times 2$ rectangle.)
This is something I've put alot of time into trying to understand but I'm not getting anywhere, any help would be greatly appreciated.
I am also quite new to this topic, so I am not sure whether it is true, but here my ideas: