The question:
I want to pave a $2\times n$ rectangle with blocks of two types, A and B, as illustrated http://image.prntscr.com/image/4254aa94b979415b895e65cd90f700ac.png
long edges are length $2$ and short edges are length $1$. I want to know in how many ways this can be done. Reflections of combinations DO count as separate combinations.
(a) Find a linear recursive equation for $X_n$, the number of pavings of a $2\times n$ rectangle.
I have no idea what to do except start by placing blocks on the left-side of the $2\times n$ rectangle, but I don't know what else I can do.