document.write( "Question 363156: write an equation in slope intercept form of a line containing the point (9, -7) and the slope being 3 \n" ); document.write( "
Algebra.Com's Answer #258883 by amoresroy(361)![]() ![]() You can put this solution on YOUR website! y = mx + b\r \n" ); document.write( "\n" ); document.write( " Given: \n" ); document.write( " y = -7 \n" ); document.write( " x = 9 \n" ); document.write( " \n" ); document.write( "Solve for b\r \n" ); document.write( "\n" ); document.write( " -7 = 3 * 9 + b \n" ); document.write( " b = -34\r \n" ); document.write( "\n" ); document.write( "The equation of the line in slope intercept form:\r \n" ); document.write( "\n" ); document.write( " y = 3x -34 \n" ); document.write( " |