document.write( "Question 1179638: Which of the following is the equation in slope-intercept form for the line that passes through the points (-4, 1) and (-3, 0)? \n" ); document.write( "
Algebra.Com's Answer #837818 by mananth(16946)![]() ![]() You can put this solution on YOUR website! x1 y1 x2 y2 \n" ); document.write( "-4 1 -3 0 \n" ); document.write( " \n" ); document.write( "slope m = (y2-y1)/(x2-x1) \n" ); document.write( "( 0 - 1 )/( -3+4) \n" ); document.write( "( -1 / 1 ) \n" ); document.write( "m= -1.00 \n" ); document.write( " \n" ); document.write( "Plug value of the slope and point ( -4 ,1) \n" ); document.write( "Y = m x + b \n" ); document.write( "1 = 4 + b \n" ); document.write( "b= 1 - 4 \n" ); document.write( "b= -3 \n" ); document.write( "So the equation will be \n" ); document.write( "Y = -1 x -3 \n" ); document.write( " \n" ); document.write( " |