Let me start from taking equation in two dimensional plane
A x + B y= C
P x +Q y = R
<u>For one Solution </u>
⇒The two lines are intersecting at a single point.
![\frac{A}{P} \neq \frac {B}{Q}\neq \frac{C}{R}](https://tex.z-dn.net/?f=%5Cfrac%7BA%7D%7BP%7D%20%5Cneq%20%5Cfrac%20%7BB%7D%7BQ%7D%5Cneq%20%5Cfrac%7BC%7D%7BR%7D)
For example, x + y =4 and x - y=2
<u>For infinite solution</u>
⇒The two lines are Coincident.i.e one lies above the other.
For that,
![\frac{A}{P} = \frac{B}{Q}=\frac{C}{R}](https://tex.z-dn.net/?f=%5Cfrac%7BA%7D%7BP%7D%20%3D%20%5Cfrac%7BB%7D%7BQ%7D%3D%5Cfrac%7BC%7D%7BR%7D)
For example, x + y =3,and 3 x + 3 y =9
<u>For No solution</u>
It means the two lines are parallel i.e they will never intersect.
![\frac{A}{P}=\frac{B}{Q}\neq\frac{C}{R}](https://tex.z-dn.net/?f=%5Cfrac%7BA%7D%7BP%7D%3D%5Cfrac%7BB%7D%7BQ%7D%5Cneq%5Cfrac%7BC%7D%7BR%7D)
For example, x + y = 11 and 7 x + 7 y = 11
Now consider equation in three dimensional system
Ax +By+Cz=P
Lx +My+Nz=Q
Tx +Uy+Vz=R
You can solve this system of equation by cramers rule or by any other method.
For example taking Cramers rule into consideration
![x =\frac{D_{1}}{D}, y=\frac{D_{2}}{D}, z=\frac{D_{3}}{D}](https://tex.z-dn.net/?f=x%20%3D%5Cfrac%7BD_%7B1%7D%7D%7BD%7D%2C%20y%3D%5Cfrac%7BD_%7B2%7D%7D%7BD%7D%2C%20%20z%3D%5Cfrac%7BD_%7B3%7D%7D%7BD%7D)
For unique Solution or one solution
D ≠ 0
These three lines will intersect at a single point in a three dimensional plane.
x,y,z should have real number as a solution.for example, x=5,y=3,z=4 can be the solution of system of linear equation in three variable satisfying all the equation.
x+y+z=12
2x +y+z =17
x+2y +3z=23
For infinite Solution
These three lines will be Coincident, i.e lies above one another.
I.e,
![D=D_{1}=D_{2} =D_{3}=0](https://tex.z-dn.net/?f=D%3DD_%7B1%7D%3DD_%7B2%7D%20%3DD_%7B3%7D%3D0)
for example
x +y+z =6
2x +2y +2z=12
3x+ 3y+3z=18 has infinitely many solution.
For no solution
if D=0 and either of
or
or
is non zero ,it has no solution.
The three lines will be parallel to each other.
For example
x + y+z=3
2x +2y+2z =5
4x + 4y + 4z =17
It has no solution.