Question:

The number of square matrices of order 2 using numbers 1 and -1 exactly once and the number 0 twice is:

Updated On: May 13, 2025
  • 24
  • 09
  • 12
  • 6
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

To find the number of square matrices of order 2 using the numbers 1, -1 exactly once and the number 0 twice, follow these steps:
  1. We are considering matrices of the form: (abcd) where each element is from the set {1, -1, 0, 0}.
  2. First, select 2 positions out of the 4 for the 0s. The number of ways to choose 2 positions out of 4 is given by 4. Thus, the number of ways is:  42=6.
  3. Now that the remaining 2 positions must be filled with 1 and -1, there are 2 ways to arrange them in the selected positions.
  4. Thus, the total number of matrices is obtained by multiplying these outcomes:
6×2=12.
Therefore, the number of such matrices is 12.
Was this answer helpful?
0
0