Question 163407
15x + 1 = y
IF this is a line equation [Y=mX+b] then:
y=15x+1 which is a line with a slope(m)=15 & a y intercept (b)=1.
 {{{ graph( 300, 300, -6, 5, -10, 10, 15x +1) }}} (graph 300x300 pixels, x from -6 to 5, y from -10 to 10, 15x +1).