Ich mische mich einmal hier ein weil ich auf diese
alte Frage keine neue Antwort mehr einstellen will.
Du hast Wertepaare
P ( x | y )
und kannst jetzt willkürlich 2 Punkte der Wertetabelle
entnehmen.
P1 ( -2 | -10 )
P2 ( 1 | 2 )
y = m * x + b
m = Δ y / Δ x = ( y1 - y2 ) / ( x1 -x2 )
m = ( -10 - 2 ) / ( -2 - 1 )
m = 4
y = 4 * x + b
-10 = 4 * (-2) + b
-2 = b
y = 4 * x - 2
Probe mit P2
2 = 4 * 1 - 2