Let $\Sigma_{2}={ \begin{bmatrix} 0\\ 0 \end{bmatrix}, \begin{bmatrix} 1\\ 0 \end{bmatrix},\begin{bmatrix} 0\\ 1 \end{bmatrix},\begin{bmatrix} 1\\ 1 \end{bmatrix}}$
Here $\Sigma_{2}$ contains all columns of $0$ and $1$s of height $2$. A string of symbols in $\Sigma_{2}$ gives two rows of 0s and 1s. Consider each row to be a binary number and let:
$$C=\{w\in \Sigma^*_2 \mid\text{ the bottom row of }w\text{ is }3\text{ times the top row}\}\;.$$
For example: ${ \begin{bmatrix} 0\\ 0 \end{bmatrix} \begin{bmatrix} 0\\ 1 \end{bmatrix}\begin{bmatrix} 1\\ 1 \end{bmatrix}\begin{bmatrix} 0\\ 0 \end{bmatrix}\in C}$ but ${ \begin{bmatrix} 0\\ 1 \end{bmatrix} \begin{bmatrix} 0\\ 1 \end{bmatrix}\begin{bmatrix} 1\\ 0 \end{bmatrix}\notin C}$
Show that $C$ is regular.
I would like to get some tips on how to approach this problem, as I am new to learning about formal language theory.
Hint 1: If $\mathcal L$ is a regular language, then $\mathcal L^R = \{ w^R : w\in \mathcal L \}$ is also regular. ($w^R$ is the reverse of the string $w$.)
Hint 2: