If a, b, c are the sides of a triangle ABC and p is the perimeter of the triangle, then what is \begin{vmatrix}p+c&a&b\\ c&p+a&b\\ c&a&p+b\end{vmatrix} equal to?
- A. p^3
- B. 2p^3 ✓
- C. 3p^3
- D. 4p^3
Correct Answer: B. 2p^3
Explanation
Apply the column operation C_1 \to C_1 + C_2 + C_3. The first column becomes p+a+b+c in each row. Since p = a+b+c, this is 2p. Factoring out 2p from C_1 gives 2p \begin{vmatrix}1&a&b\\ 1&p+a&b\\ 1&a&p+b\end{vmatrix}. Applying R_2 \to R_2 - R_1 and R_3 \to R_3 - R_1 transforms it into an upper triangular determinant \begin{vmatrix}1&a&b\\ 0&p&0\\ 0&0&p\end{vmatrix}, which evaluates to p^2. The result is 2p(p^2) = 2p^3.
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}?