If D_{n}=\begin{vmatrix} n & 20 & 30 \\ n^{2} & 40 & 50 \\ n^{3} & 60 & 70 \end{vmatrix} then what is the value of \sum_{n=1}^{4}D_{n}?
- A. -10000 ✓
- B. -10
- C. 10
- D. 10000
Correct Answer: A. -10000
Explanation
Because the summation only affects the first column, we first calculate \sum n = 10, \sum n^2 = 30, and \sum n^3 = 100. Replacing the first column with these sums gives the determinant \begin{vmatrix} 10 & 20 & 30 \\ 30 & 40 & 50 \\ 100 & 60 & 70 \end{vmatrix}. Taking 10^3 out as a common factor, we evaluate \begin{vmatrix} 1 & 2 & 3 \\ 3 & 4 & 5 \\ 10 & 6 & 7 \end{vmatrix} = 1(28-30) - 2(21-50) + 3(18-40) = -2 + 58 - 66 = -10. Multiplying by 1000 yields -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}?