Step 1: {Construct the determinant of the coefficient matrix}
\[ |A| = \begin{vmatrix} p+a & b & c \\ a & q+b & c \\ a & b & r+c \end{vmatrix}. \] Since the system has a non-trivial solution, the determinant must be zero: \[ |A| = 0. \] Step 2: {Expand determinant using row operations}
\[ (p + a)[(q + b)(r + c) - bc] - b[a(r + c) - ca] + c[ab - a(q + b)] = 0. \] \[ (p + a)(qr + qc + br) - b(ar) + c[-aq] = 0. \] Step 3: {Divide by \( pqr \)}
\[ \frac{pqr}{pqr} + \frac{pqc}{pqr} + \frac{prb}{pqr} + \frac{qra}{pqr} = 0. \] \[ 1 + \frac{c}{r} + \frac{b}{q} + \frac{a}{p} = 0. \] Step 4: {Conclusion}
a/p + b/q + c/r = -1.
An amount of ₹ 10,000 is put into three investments at the rate of 10%, 12% and 15% per annum. The combined annual income of all three investments is ₹ 1,310, however, the combined annual income of the first and second investments is ₹ 190 short of the income from the third. Use matrix method and find the investment amount in each at the beginning of the year.
If \[ A = \begin{bmatrix} 1 & 2 & 0 \\ -2 & -1 & -2 \\ 0 & -1 & 1 \end{bmatrix} \] then find \( A^{-1} \). Hence, solve the system of linear equations: \[ x - 2y = 10, \] \[ 2x - y - z = 8, \] \[ -2y + z = 7. \]
If the roots of the quadratic equation \( ax^2 + bx + c = 0 \) are real and equal, then: