In matrix algebra, when dealing with conditions involving products of matrices, be sure to manipulate and combine the equations carefully. Using properties like associativity and distributivity of matrix multiplication can help simplify expressions, as demonstrated in this problem.
The correct answer is: (B) A + B.
We are given two matrices \( A \) and \( B \) such that:
\( A(AB) = A \cdot B \)
This simplifies to:\( A^2B = AB \)
Since \( AB = B \), this becomes:\( A^2B = B \)
- From \( BA = A \), multiply both sides on the right by \( B \):\( (BA)B = A \cdot B \)
This simplifies to:\( AB^2 = AB \)
Since \( AB = B \), this becomes:\( AB^2 = B \)
Now, we can add the two equations \( A^2B = B \) and \( AB^2 = B \):\( A^2B + AB^2 = B + B \)
This simplifies to:\( A^2 + B^2 = A + B \)
Therefore, the correct answer is (B) A + B.