document.write( "Question 1010277: Determine the y-intercept of the line that passes through (-5, -12) and has a slope of -5. \n" ); document.write( "
Algebra.Com's Answer #625713 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Plug this info into y = mx + b to find b...we get \n" ); document.write( "-12 = (-5)(-5) + b \n" ); document.write( "-12 = 25 + b \n" ); document.write( "b = -37 \n" ); document.write( "so that the equation is \n" ); document.write( "y = -5x - 37 \n" ); document.write( " |