

InterviewSolution
Saved Bookmarks
1. |
if `A` and `B`are squares matrices such that `A^(2006)=O` and `A B=A+B,` then `det(B)`equalsA. `-1`B. 0C. 1D. None of these |
Answer» Correct Answer - B `because AB = A+B` `rArr B= AB - A = (B-I)` `rArr det (B) = det (A) cdot det (B-I) = 0" "[because A^(2006 )=0rArr det A^(2006) = 0 ] [therefore det A=0]` |
|