

InterviewSolution
Saved Bookmarks
1. |
The number of all possible matrices of order 3 x 3 with each entry 0 or 1 is: (A) 27 (B) 18 (C) 81 (D) 512 |
Answer» Answer is (D) There are 9 elements in the matrix. Each elements can be placed in 2 ways is all possible matrices of order 3 x 3 is 29 = 512 |
|