document.write( "Question 748811: A line having a slope of 3/4 passes through the point (-8,4) Write the equation of this line in slope intercept form. \n" ); document.write( "
Algebra.Com's Answer #455861 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Using y - b = m(x - a) \n" ); document.write( " m = 3/4 and point (-8,4) \n" ); document.write( " y - 4 = 3/4(x + 8) \n" ); document.write( " y - 4 = 3/4x + 6 \n" ); document.write( " y = 3/4x + 6 + 4 \n" ); document.write( " y = 3/4x + 10 \n" ); document.write( "or \n" ); document.write( " 4y = 3x + 5/2 \n" ); document.write( " |