document.write( "Question 307806: Write the equation of the line containing the points (-4, 1) and (5, 2). \n" ); document.write( "
Algebra.Com's Answer #220176 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
Write the equation of the line containing the points (-4, 1) and (5, 2).\r
\n" ); document.write( "\n" ); document.write( "equation of a line passing through two points x1y1 & x2y2
\n" ); document.write( "is given by\r
\n" ); document.write( "\n" ); document.write( "y-y1 / x-x1 = y2-y1/x2-x1\r
\n" ); document.write( "\n" ); document.write( "x1y1 ( -4, 1)
\n" ); document.write( "x2y2 ( 5,2)\r
\n" ); document.write( "\n" ); document.write( "y-1 / x-5= 2-1/5-(-4)\r
\n" ); document.write( "\n" ); document.write( "y-1 / x-5 = 1 / 9\r
\n" ); document.write( "\n" ); document.write( "9(y-1)= 1*(x-5)\r
\n" ); document.write( "\n" ); document.write( "9y-9= x-5\r
\n" ); document.write( "\n" ); document.write( "9y-x =4 is the equation of the line
\n" ); document.write( "
\n" );