About System of Two Equations Calculator

Find the intersection point for two lines.

How to Use

Find the intersection point for two lines. Enter the Line 1 slope, Line 1 intercept, Line 2 slope, and Line 2 intercept values and review the X value, Y value, and Status outputs after you calculate.

  1. Open the calculator : Use System of Two Equations Calculator from the Math category.
  2. Check the inputs : Review the required values and any optional settings.
  3. Read the formula : Use the formula and notes below to understand how the result is produced.

Common Questions

What formula does the System of Two Equations Calculator use?

x = (b2 - b1) / (m1 - m2); y = m1x + b1.

Inputs

  • Line 1 slope
  • Line 1 intercept
  • Line 2 slope
  • Line 2 intercept

Outputs

  • X value
  • Y value
  • Status

Formula

x = (b2 - b1) / (m1 - m2); y = m1x + b1.