To determine the condition for a system of linear equations to have a unique solution, we consider the following pair of linear equations:
\(px + qy = r\)
\(p_1x + q_1y = r_1\)
The system of equations will have a unique solution if the determinant of the coefficients matrix is non-zero. For a system of two equations, this condition can be written as:
\(\text{Det} = \begin{vmatrix} p & q \\ p_1 & q_1 \end{vmatrix} \neq 0\)
The determinant is calculated as:
\(pq_1 - qp_1\)
Therefore, for the system of equations to have a unique solution, the following condition must be satisfied:
\(pq_1 \neq qp_1\)
Let's analyze the given options:
Hence, the correct answer is:
\(pq_1 \neq qp_1\)