document.write( "Question 720091: equation of line which passes through the points (2,5) and (3,9) \n" ); document.write( "
Algebra.Com's Answer #441656 by god2012(113)![]() ![]() You can put this solution on YOUR website! Solution:\r \n" ); document.write( "\n" ); document.write( "Using 2 point form a line: (y2-y1)/(x2-x1) = (y-y1)/(x-x1) \n" ); document.write( "(x1,y1) = (2, 5) \n" ); document.write( "(x2,y2) = (3, 9)\r \n" ); document.write( "\n" ); document.write( "(9-5)/(3-2) = (y-5)/(x-2) = 4 \n" ); document.write( "y-5 = 4x - 8\r \n" ); document.write( "\n" ); document.write( "4x - y - 3 = 0 \n" ); document.write( " |