When solving for the intersection of two lines, be careful about potential cases where coefficients might be zero. However, in this problem, the condition \( (a, b) \neq (0, 0) \) ensures that we don't have trivial cases where both \( a \) and \( b \) are zero simultaneously.