document.write( "Question 1028068: The line y = kx +b passes through points A (–1, 3) and B (2, –1). Write the equation of the line. \n" ); document.write( "
Algebra.Com's Answer #643260 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Couple of ways to do this...let's find the slope first... \n" ); document.write( "k (or m) = (3 - (-1))/(-1 - 2) = -4/3 \n" ); document.write( "Now plug into y = kx + b to find b... \n" ); document.write( "3 = (-4/3)(-1) + b \n" ); document.write( "3 = 4/3 + b \n" ); document.write( "b = 5/3 \n" ); document.write( "so that \n" ); document.write( "y = (-4/3)x + 5/3 \n" ); document.write( " |