The number of all possible matrices of order with each entry 1 or 2 is :
The number of all possible matrices of order with each entry 1 or 2 is :
Options
The correct option is D) 64.
Working:
- A matrix has entries (positions).
- Each position can be filled in 2 ways (either 1 or 2).
- By the fundamental principle of counting, total matrices = .
Marking Scheme
- 11 mark: recognising 6 entries and computing (option D).
Hint
Count the entries (), then raise the number of choices per entry (2) to that power.
Quick Oral Answer
A matrix has six positions and each can be 1 or 2, so by the counting principle there are matrices.
Analysis & Explanation
This tests the order of a matrix combined with the multiplication principle of counting.
Concept:
- A matrix of order has exactly entries.
- If each entry has k possible values, the number of distinct matrices is .
Why D is correct:
- Here and , so .
Why the distractors are wrong:
- A (6): counts only the number of entries, not the arrangements.
- B (16): equals , mistaking the order for .
- C (24): a spurious product (e.g. or ), unrelated to the counting rule.
Common Mistakes
- 1Taking the order as or instead of , giving 16 or 512.
- 2Adding instead of using powers () rather than .
- 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 possible states.
For an matrix with k entry-choices, the count grows explosively; a 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: . The base is the number of choices; the exponent is the number of positions.
How many entries does a matrix have?
Order means 3 rows and 2 columns, so entries in total.