document.write( "Question 1017913: What is the equation of the line that contains the point (0, -1) and has a slope 3? \n" ); document.write( "
Algebra.Com's Answer #634128 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Using the equation of a line: \n" ); document.write( "y - b = m(x - a) \n" ); document.write( "With m = 3 and (a,b) = (0, -1) \n" ); document.write( "y - (-1) = 3(x - 0) \n" ); document.write( "y + 1 = 3x \n" ); document.write( "y = 3x - 1 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |