InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    Let A be a square matrix of order 3 × 3. Write the value of |2A|, where |A| = 4. | 
                            
| 
                                   
Answer»  Since |2A| = 2n |A| where n is order of matrix A. Here |A| = 4 and n = 3 ∴ |2A| = 23 ×4 = 32  | 
                            |