Concept:Find the transpose of matrix M, multiply M by 2, then add the two resulting matrices.Explanation:First, write the transpose MT by swapping rows and columns.MT=−2040−16563Next, multiply every element of M by 2 to get 2M.2M=−40100−2128126Now add the corresponding elements of MT and 2M.MT+2M=−2−40+04+100+0−1−26+125+86+123+6MT+2M=−60140−31813189Answer:MT+2M=−60140−31813189This matches option B.