Two Line Intersection Calculator

X +  Y = 
X +  Y = 
X coordinate of intersection point:
Y coordinate of intersection point:

Line 1: A1x+B1y+C1=0, 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)