Intersection of Two Lines Calculator
Results:
Intersection Point: (, )
Line 1 Equation: y =
Line 2 Equation: y =
Formula Used:
For lines y = m₁x + b₁ and y = m₂x + b₂:
x = (b₂ - b₁)/(m₁ - m₂)
y = m₁x + b₁