Question
Question: Suppose $p, q, r \neq 0$ and system of equation $(p + a)x + by + cz = 0, ax + (q + b)y + cz = 0, ax ...
Suppose p,q,r=0 and system of equation (p+a)x+by+cz=0,ax+(q+b)y+cz=0,ax+by+(r+c)z=0, has a non-trivial solution, then the value of pa+qb+rc is

-1
0
1
2
-1
Solution
The given system of linear equations is:
-
(p+a)x+by+cz=0
-
ax+(q+b)y+cz=0
-
ax+by+(r+c)z=0
This is a homogeneous system of linear equations. For a homogeneous system to have a non-trivial solution, the determinant of the coefficient matrix must be zero. The coefficient matrix is M=p+aaabq+bbccr+c. The condition for a non-trivial solution is det(M)=0.
We calculate the determinant: det(M)=(p+a)q+bbcr+c−baacr+c+caaq+bb
=(p+a)[(q+b)(r+c)−bc]−b[a(r+c)−ac]+c[ab−a(q+b)]
=(p+a)[qr+qc+br+bc−bc]−b[ar+ac−ac]+c[ab−aq−ab]
=(p+a)[qr+qc+br]−b[ar]+c[−aq]
=p(qr+qc+br)+a(qr+qc+br)−abr−acq
=pqr+pqc+pbr+aqr+aqc+abr−abr−acq
=pqr+pqc+pbr+aqr
The condition for a non-trivial solution is pqr+pqc+pbr+aqr=0.
Since p,q,r=0, we can divide the entire equation by pqr:
pqrpqr+pqrpqc+pqrpbr+pqraqr=0
1+rc+qb+pa=0
Rearranging the terms, we get: pa+qb+rc=−1