document.write( "Question 515170: what is the equation for the line that passes through points (-1,-4) and (1,4)? \n" ); document.write( "
Algebra.Com's Answer #343774 by rfer(16322) ![]() You can put this solution on YOUR website! slope \n" ); document.write( "m=(4--4)/(1--1) \n" ); document.write( "m=8/2 \n" ); document.write( "m=4 \n" ); document.write( "-------------- \n" ); document.write( "y=mx+b \n" ); document.write( "4=4*1+b \n" ); document.write( "4=4+b \n" ); document.write( "b=4-4 \n" ); document.write( "b=0 \n" ); document.write( "---------- \n" ); document.write( "y=4x \n" ); document.write( "with the y intercept at the origin. \n" ); document.write( " |