document.write( "Question 741235: find the slope-intercept form of the line whos slope is 4 and passes through the point ( -9, 11) \n" ); document.write( "
Algebra.Com's Answer #451915 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
use the formula
\n" ); document.write( "y-y1=m(x-x1)\r
\n" ); document.write( "\n" ); document.write( "4 = m (x1,y1) (-9,11)\r
\n" ); document.write( "\n" ); document.write( "y-11=4(x-(-9))\r
\n" ); document.write( "\n" ); document.write( "y-11=4x+36\r
\n" ); document.write( "\n" ); document.write( "y=4x+47
\n" ); document.write( "
\n" );