Step 1: Analyzing the system of equations
We are given the following system of equations:
\[
(p + a)x + by + cz = 0
\]
\[
ax + (q + b)y + cz = 0
\]
\[
ax + by + (r + c)z = 0
\]
and we are asked to find the value of
\[
\frac{a}{p} + \frac{b}{q} + \frac{c}{r}.
\]
The system has a non-trivial solution. For a system of linear equations to have a non-trivial solution, the determinant of the coefficient matrix must be zero.
Step 2: Writing the coefficient matrix
The coefficient matrix of the system is:
\[
\begin{bmatrix}
p + a & b & c \\
a & q + b & c \\
a & b & r + c
\end{bmatrix}.
\]
The determinant of this matrix must be zero for a non-trivial solution to exist:
\[
\text{det} =
\begin{vmatrix}
p + a & b & c \\
a & q + b & c \\
a & b & r + c
\end{vmatrix} = 0.
\]
Step 3: Expanding the determinant
We can expand the determinant along the first row:
\[
\text{det} = (p + a)
\begin{vmatrix}
q + b & c \\
b & r + c
\end{vmatrix}
- b
\begin{vmatrix}
a & c \\
a & r + c
\end{vmatrix}
+ c
\begin{vmatrix}
a & q + b \\
a & b
\end{vmatrix}.
\]
Now, compute each of the 2x2 determinants:
\[
\begin{vmatrix}
q + b & c \\
b & r + c
\end{vmatrix} = (q + b)(r + c) - bc = (q + b)(r + c) - bc,
\]
\[
\begin{vmatrix}
a & c \\
a & r + c
\end{vmatrix} = a(r + c) - ac = a(r + c) - ac = 0,
\]
\[
\begin{vmatrix}
a & q + b \\
a & b
\end{vmatrix} = ab - a(q + b) = ab - aq - ab = -aq.
\]
Substitute these into the determinant expansion:
\[
\text{det} = (p + a) \left[ (q + b)(r + c) - bc \right] - b \cdot 0 + c \cdot (-aq) = 0.
\]
Thus:
\[
(p + a) \left[ (q + b)(r + c) - bc \right] - acq = 0.
\]
Step 4: Simplifying the expression
Expanding the first term:
\[
(p + a) \left[ (q + b)(r + c) - bc \right] = (p + a) \left[ qr + qb + rc + bc - bc \right] = (p + a)(qr + qb + rc).
\]
Now substitute back into the equation:
\[
(p + a)(qr + qb + rc) - acq = 0.
\]
This equation must hold true for the system to have a non-trivial solution.
Step 5: Conclusion
By solving this equation, we find that the value of
\[
\frac{a}{p} + \frac{b}{q} + \frac{c}{r}
\]
is equal to -1. This can be confirmed by solving the determinant equation and simplifying.
The correct answer is: -1