document.write( "Question 843910: suppose A is a 4 x 2 matrix ,B is an r x s matrix and C is a 2 x 4 matrix. If (ABC)transpose is defined ,then the size of (ABC)transpose is? \n" ); document.write( "
Algebra.Com's Answer #508408 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
To matrix multiply B and C, s must be 2, and BC is a rx4 or 2x4.
\n" ); document.write( "To matrix multiply A and BC, r must equal 2, so ABC is 4x4 matrix.
\n" ); document.write( "The transpose of ABC would also be 4x4.
\n" ); document.write( "
\n" );