If A_k=\begin{bmatrix}k-1&k\\ k-2&k+1\end{bmatrix}, then what is det(A_1)+det(A_2)+det(A_3)+\dots+det(A_{100}) equal to?
- A. 100
- B. 1000
- C. 9900
- D. 10000 ✓
Correct Answer: D. 10000
Explanation
det(A_k) = (k-1)(k+1) - k(k-2) = (k^2 - 1) - (k^2 - 2k) = 2k - 1. The sum is \sum_{k=1}^{100} (2k - 1), which is the sum of the first 100 odd numbers. The sum of the first n odd numbers is n^2, so 100^2 = 10000.
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}?