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?

  1. A. 100
  2. B. 1000
  3. C. 9900
  4. 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

Practice more NDA Mathematics questions