What is the number of different matrices, each having 4 entries that can be formed using 1, 2, 3, 4 (repetition is allowed)?
- A. 72
- B. 216
- C. 254
- D. 768 ✓
Correct Answer: D. 768
Explanation
A matrix with 4 entries can have orders 1 \times 4, 4 \times 1, or 2 \times 2 (3 possible dimensions). For each dimension, each of the 4 entries can be chosen from \{1, 2, 3, 4\} in 4 ways. Number of matrices of one dimension = 4^4 = 256. Total matrices = 3 \times 256 = 768.
Related questions on Matrices & Determinants
- Consider the determinant \Delta=\begin{vmatrix}a_{11}&a_{12}&a_{13}\\ a_{21}&a_{22}&a_{23}\\ a_{31}&a_{32}&a_{33}\end{vmatrix} If $a_{13...
- If A=\begin{pmatrix}1&0&0\\ 0&\cos~\theta&\sin~\theta\\ 0&\sin~\theta&-\cos\theta\end{pmatrix}, then which of the following are correct?...
- If X is a matrix of order 3\times3, Y is a matrix of order 2\times3 and Z is a matrix of order 3\times2, then which of the follo...
- What is the value of a_{11}C_{11}+a_{12}C_{12}+a_{13}C_{13}?
- What is the value of a_{21}C_{11}+a_{22}C_{12}+a_{23}C_{13}?