Example
Solve two line equations and plot their crossing point.
highlighted = computed this step
Step 1 — Plot both lines
Plot both lines and their crossing point.
Coordinate plot
Step 2 — First line
Read the first line.
line A: y=2x+1
Step 3 — Second line
Read the second line.
line B: y=−x+7
Step 4 — Set equations equal
Set the two y-values equal.
2x+1=-1x+7
Step 5 — Solve for x
Solve the equation for x.
3x=6,x=2
Step 6 — Solve for y
Substitute x to find y.
y=2⋅2+1=5
Step 7 — Intersection
State the intersection point.
I=(2,5)
line-intersection
At an intersection, both line equations have the same x and y.