Write 2x3-matrix B as it is given to you.
Then write 3x2-new matrix , which is transposed matrix B.
First row of is the first column of B.
Second row of is the second column of B.
Third row of is the third column of B.
That's all what they want from you.
Matrix A is irrelevant in this post.
Solved.
-------------------
Post-solution note: to be a good student, read and learn from your textbook.