Find all matrices $X$ such that:
$$ABXB^tA^t=I$$ if $A=\begin{pmatrix} 1 &-2 &2\\ 3 &-5 &6\\ -1 &2 &-1 \end{pmatrix}$ and $B=\begin{pmatrix} -3 &-2 &-2\\ 2 & 1 &1\\ 6 &3 &4 \end{pmatrix}$.
So I managed to get that $AB=\begin{pmatrix} 5 &2 &4\\ 17 &7 &13\\ 1&1&0 \end{pmatrix}$ and $B^tA^t=(AB)^t=\begin{pmatrix} 5 &17 &1\\ 2 &7 &1\\ 4 &13 &0 \end{pmatrix}$
So we have $\begin{pmatrix} 5 &2 &4\\ 17 &7 &13\\ 1&1 &0 \end{pmatrix}\cdot X\cdot\begin{pmatrix} 5 &17 &1\\ 2&7&1\\ 4&13&0 \end{pmatrix}=I$
Now how do I get $X$ from here?