If $P$ is the transition matrix from a basis $B'$ to a basis $B$, and $Q$ is the transition matrix from $B$ to a basis $C$, what is the transition matrix from $B'$ to $C$? What is the transition matrix from $C$ to $B'$?
I'm not sure how to approach this problem, thanks for helping :)
Imagine you begin with a vector $\vec{v}_{B}'$ in basis $B'$, in order to represent it in the basis $B$, we have:
$$\vec{v}_{B}=\mathbf{P}\vec{v}_{B}'$$
Now transforming from the basis $B$ to the basis $C$ we get:
$$\vec{v}_{C}=\mathbf{Q}\vec{v}_{B}=\mathbf{Q}\mathbf{P}\vec{v}_{B}'$$
And therefore the transition matrix from $B'$ to $C$ is $\mathbf{QP}$.