I was wondering if you have a matrix (AB)t

does matrix A and B both become transposed?
like A^t and B^t?
thank you

yes.

(AB)t = (Bt)(At)

works like inverses.