document.write( "Question 264455: what is the linear equation of a line with a slope of -2/7 that passes through the point (8,-7) \n" ); document.write( "
Algebra.Com's Answer #194706 by vksarvepalli(154)![]() ![]() You can put this solution on YOUR website! equation of a line with slope m and passing through the point (x1,y1) is given by\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " (y-y1) = m(x-x1)\r \n" ); document.write( "\n" ); document.write( "so equation of a line with a slope of -2/7 passing through the point (8,-7) is given by\r \n" ); document.write( "\n" ); document.write( " (y-(-7))=(-2/7)(x-8)\r \n" ); document.write( "\n" ); document.write( "so (y+7)=(-2/7)(x-8)\r \n" ); document.write( "\n" ); document.write( " 7y+49 = -2x+16\r \n" ); document.write( "\n" ); document.write( " 2x+7y+33=0 \n" ); document.write( " |