document.write( "Question 887074: Find the slope-intercept equation of the line that passes through (1,3) and (3,-3).\r
\n" );
document.write( "\n" );
document.write( "Please show the work so I can see how the problem was worked out. Thanks \n" );
document.write( "
Algebra.Com's Answer #536339 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! The standard formula for a line is y = mx +b, where m is the slope and b is the y intercept \n" ); document.write( "m = (y2 - y1) / (x2 -x1) = (-3 -3) / (3 - 1) = -6/2 = -3 \n" ); document.write( "so far we have \n" ); document.write( "y = -3x +b \n" ); document.write( "to calculate b, substitute for x and y using one of the points, let's pick (1, 3) \n" ); document.write( "3 = -3*(1) +b \n" ); document.write( "3 = -3 + b \n" ); document.write( "add 3 to both sides of = \n" ); document.write( "b = 6 \n" ); document.write( "now we have the complete formula \n" ); document.write( "y = -3x +6 \n" ); document.write( " \n" ); document.write( " |