document.write( "Question 38427: find the eguations of each line m=2;(1,3) \n" ); document.write( "
Algebra.Com's Answer #23937 by fractalier(6550) You can put this solution on YOUR website! Use the point-slope form \n" ); document.write( "y - y1 = m(x - x1) \n" ); document.write( "y - 3 = 2(x - 1) \n" ); document.write( "y - 3 = 2x - 2 \n" ); document.write( "y = 2x + 1 \n" ); document.write( " |