(3) \ \
\Given point ( x1 , y1 ) = ( 1 , 9 )
\Given slope m = 2
\Formula for Slope point form : ( y - y1 ) = m ( x - x1 )
\Substitute x1 = 1 , y1 = 9 and m = 2
\( y - 9 ) = 2 ( x - 1 )
\y - 9 = 2x - 2
\2x - 2 - y + 9 = 0 \ \
\2x - y + 7 = 0 \ \