document.write( "Question 407276: find the equation of the line through (2,3) and (-1,2) \n" ); document.write( "
Algebra.Com's Answer #287114 by unit(6) ![]() You can put this solution on YOUR website! find the equation of the line through (2,3) and (-1,2) \n" ); document.write( "Use equation of a line through two points\r \n" ); document.write( "\n" ); document.write( "y -y1 = m(x-x1), where m = (y2-y1)/(x2-x1)\r \n" ); document.write( "\n" ); document.write( "m= (2-3)/(-1-2) = -1/-3 = 1/3\r \n" ); document.write( "\n" ); document.write( "Equation is \n" ); document.write( "y-3 = 1/3(x-2) \n" ); document.write( "3y-9=x-2 \n" ); document.write( "3y = x + 7 \n" ); document.write( " |