Advertisements
Advertisements
Question
Let M be any 3 × 3 matrix with entries from the set {0, 1, 2}. The maximum number of such matrices, for which the sum of diagonal elements of MTM is seven, is ______.
Options
540
541
542
543
Advertisements
Solution
Let M be any 3 × 3 matrix with entries from the set {0, 1, 2}. The maximum number of such matrices, for which the sum of diagonal elements of MTM is seven, is 540.
Explanation:
Given: M is any 3 × 3 matrix with entries from set {0, 1, 2}.
Let M = `[("a", "b", "c"),("d", "e", "f"),("g", "h", "i")]`
MT = `[("a", "d", "g"),("b", "e", "h"),("c", "f", "i")]`
MTM = `[("a", "d", "g"),("b", "e", "h"),("c", "f", "i")][("a", "b", "c"),("d", "e", "f"),("g", "h", "i")]`
Sum of diagonal elements = 7
⇒ a2 + b2 + c2 + d2 + e2 + f2 + g2 + h2 + i2 = 7
Case I: Seven (1's) and two (0's) can be used
∴ No. of ways = 9C2 = 36 (Selection of 2 zero out of 7(1s) and 2(0's) or selection of 7(1's) from 7(1's) and 2(0's))
Similarly,
Case II: One (2's) and 3(1's) and (0's)
∴ 9C1 × 8C3 × 5C5 = 504
∴ Total = 36 + 504 = 540
