Q2
1 markMCQSection A

The number of all possible matrices of order 3×23 \times 2 with each entry 1 or 2 is :

Algebra (Matrices)
Matrices — counting matrices

Options

(A)6
(B)16
(C)24
(D)64
Official Answer

The correct option is D) 64.


Working:


  • A 3×23 \times 2 matrix has 3×2=63 \times 2 = 6 entries (positions).
  • Each position can be filled in 2 ways (either 1 or 2).
  • By the fundamental principle of counting, total matrices = 26=642^6 = 64.
order of a matrix3 x 2 matrixnumber of entriesfundamental principle of counting2^664choices per entry

Marking Scheme

  • 11 mark: recognising 6 entries and computing 26=642^6 = 64 (option D).

Hint

Count the entries (m×nm \times n), then raise the number of choices per entry (2) to that power.

Quick Oral Answer

A 3×23 \times 2 matrix has six positions and each can be 1 or 2, so by the counting principle there are 26=642^6 = 64 matrices.

Analysis & Explanation

This tests the order of a matrix combined with the multiplication principle of counting.


Concept:


  • A matrix of order m×nm \times n has exactly mnm \cdot n entries.
  • If each entry has k possible values, the number of distinct matrices is kmnk^{m \cdot n}.

Why D is correct:


  • Here mn=3×2=6m \cdot n = 3 \times 2 = 6 and k=2k = 2, so 26=642^6 = 64.

Why the distractors are wrong:


  • A (6): counts only the number of entries, not the arrangements.
  • B (16): equals 242^4, mistaking the order for 2×22 \times 2.
  • C (24): a spurious product (e.g. 4!4! or 6×46 \times 4), unrelated to the counting rule.

Common Mistakes

  1. 1Taking the order as 2×22 \times 2 or 3×33 \times 3 instead of 3×23 \times 2, giving 16 or 512.
  2. 2Adding instead of using powers (2×6=122 \times 6 = 12) rather than 262^6.
  3. 3Reporting 6 (the number of entries) as the final answer.

Interesting Facts

The same counting logic underlies binary data storage — 6 binary cells also have 26=642^6 = 64 possible states.

For an m×nm \times n matrix with k entry-choices, the count kmnk^{mn} grows explosively; a 3×33 \times 3 matrix of 1s and 2s already has 512 possibilities.

Spotted a mistake or something unclear?

Tell us — we fix reported answers fast.

Frequently Asked Questions

Why is it 2 raised to the power 6 and not 6 raised to 2?

Each of the 6 positions independently has 2 choices, so we multiply 2 by itself 6 times: 262^6. The base is the number of choices; the exponent is the number of positions.

How many entries does a 3×23 \times 2 matrix have?

Order m×nm \times n means 3 rows and 2 columns, so 3×2=63 \times 2 = 6 entries in total.