0

I have linear equation and list of coordinates. Can I find coordinates that meet with linear equation?

Image

Miki
  • 40,887
  • 13
  • 123
  • 202
ZOOOO
  • 1
  • 1

1 Answers1

1

If the eqution is like this: y=ax+b (which is linear equation) Then you basicly just enter the x value form your coordinate and see if the output y value is the same as the y value from your coordinate. A and B should be known since you have the equation already.