Eos Slope Intercept Form

EOS slope-intercept form

graph TD; EOS-->Slope-InterceptForm; Slope-InterceptForm-->Definition["y = mx + b"]; Slope-InterceptForm-->Slope["m = (y2 - y1) / (x2 - x1)"]; Slope-InterceptForm-->Intercept["b = y - mx"]; Slope-InterceptForm-->Examples; Examples-->Example1["Example 1"]; Examples-->Example2["Example 2"];