document.write( "Question 139413: Can anyone help me w/this? Write the equation of the line passing through these two points: (3,4), (-3,2)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #101674 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! first, find the slope (m) __ the y change (rise) divided by the x change (run)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "m=(2-4)/(-3-3) __ m=(-2)/(-6) __ m=1/3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "using point-slope __ y-4=(1/3)(x-3) __ distributing __ y-4=(1/3)x-1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "adding 4 __ y=(1/3)x+3 \n" ); document.write( " |