document.write( "Question 1203835: Write the equation of the line that passes through the point (6,-8) and has a slope 4. \n" ); document.write( "
Algebra.Com's Answer #841075 by kiks(2)![]() ![]() You can put this solution on YOUR website! Using the point gradient formula: y-y1=m(x-x1)\r \n" ); document.write( "\n" ); document.write( "Sub the gradient into 'm; and the points into 'y1' and 'x1'. \r \n" ); document.write( "\n" ); document.write( "hence \n" ); document.write( "y+8=4(x-6) \n" ); document.write( "y+8=4x-24\r \n" ); document.write( "\n" ); document.write( "y=4x-32\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |