intersection point calculator of two straight lines

X +  Y = 
X +  Y = 
intersection x coordinate:
intersection y coordinate:

straight line 1:a1x+B1y+C1=0, straight line 2: a2x+B2y+C2=0, then the method for finding the intersection of two straight lines is:

result: x=(b1C2-B2C1)/(B2A1-B1A2) y=(A1C2-C1A2)/(B1A2-A1B2)