Adjust sliders

Match the cyan line to the first equation.

Slope (m) {{ s1.m }}
Y-Intercept (b) {{ s1.b > 0 ? '+'+s1.b : s1.b }}
Perfect match!

Drag points

Plot two points to draw the magenta line.

A
B
Drag tokens A and B onto the grid. Line formed! Line doesn't match equation. Tap Reset to try again.

Tap intersection

Where do the two lines cross?

Target Locked!

You found the solution point.

Tap exactly on the grid where
Cyan and Magenta meet.

Set coordinates

Read the coordinates of the yellow point.

( {{ s4.x }} , {{ s4.y }} )
X Value
{{ s4.x }}
Y Value
{{ s4.y }}
🎉

System Solved!

Solution: ({{ problem.solution.x }}, {{ problem.solution.y }})
{{ drag.token }}