document.write( "Question 1028220: Find the equation of a line that passes through (-3,-2), (3,6) using slope intercept form. I got y=4/3x+3 but the book says the answer is y=4/3x+2. How did they get that? \n" ); document.write( "
Algebra.Com's Answer #643349 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the equation of a line that passes through (-3,-2), (3,6) using slope intercept form. I got y=4/3x+3 but the book says the answer is y=4/3x+2. How did they get that? \n" ); document.write( "----------- \n" ); document.write( "Slope m = (-2-6)/(-3-3) = 4/3 --- no problem there. \n" ); document.write( "--------------- \n" ); document.write( "y-y1 = m*(x-x1) where (x1,y1) is either point \n" ); document.write( "y+2 = (4/3)*(x+3) \n" ); document.write( "y+2 = (4/3)x + 4 \n" ); document.write( "y = (4/3)x + 2 \n" ); document.write( " \n" ); document.write( " |