document.write( "Question 458666: What is the point-slope form of an equation of the line that passes through (4,-3) and (2,1)? \n" ); document.write( "
Algebra.Com's Answer #314617 by rfer(16322) ![]() You can put this solution on YOUR website! slope \n" ); document.write( "m=(1--3)/(2-4) \n" ); document.write( "m=4/-2 \n" ); document.write( "m=-2 \n" ); document.write( "-------------- \n" ); document.write( "y=mx+b \n" ); document.write( "1=-2*2+b \n" ); document.write( "1=-4+b \n" ); document.write( "b=5 \n" ); document.write( "---------- \n" ); document.write( "y=-2x+5 \n" ); document.write( " |