InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    If A and B are square matrices of order 3 such that |A| = -1, |B| = 3,then find the value of |2AB|. | 
                            
| 
                                   
Answer»  |2AB| = 23 X |A| X |B| =8 X (-1) X 3 = -24  | 
                            |