document.write( "Question 1021900: What is the linear equation of the line that passes through the following points -6,-2 and 6,2 \n" ); document.write( "
Algebra.Com's Answer #637598 by fractalier(6550) You can put this solution on YOUR website! Couple of ways to do this...we could use the two-point form, but most times students are taught to find the slope first... \n" ); document.write( "slope m = (-2 - 2)/(-6 - 6) = -4/-12 = 1/3 \n" ); document.write( "Then apply y = mx + b so that, using the second point... \n" ); document.write( "2 = (1/3)(6) + b \n" ); document.write( "b = 0 so that \n" ); document.write( "y = (1/3)x is the line you want... \n" ); document.write( " \n" ); document.write( " |