Concept:For a system of linear equations AX=B, if det(A)=0, the system is consistent and has a unique solution.Explanation:Write the given equations in matrix form AX=B.Coefficient matrix A=2351−2−3−32−1.Calculate determinant ∣A∣ using expansion along first row.∣A∣=2[(−2)(−1)−(2)(−3)]−1[(3)(−1)−(2)(5)]+(−3)[(3)(−3)−(5)(−2)]=2[(2)−(−6)]−1[(−3)−(10)]−3[(−9)−(−10)]=2(2+6)−1(−3−10)−3(−9+10)=2(8)−1(−13)−3(1)=16+13−3=26.Since ∣A∣=26=0, the system is consistent with a unique solution.Answer:Option B: is consistent, with a unique solution.