document.write( "Question 39111: Find an equation of the line passing through the two points. Write the equation in standard form. (8,2) and (3,6) \n" ); document.write( "
Algebra.Com's Answer #24549 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! First find the slope, then plug into slope-intercept form... \n" ); document.write( "m = (6-2) / (3-8) = -4/5 \n" ); document.write( "now \n" ); document.write( "y - 2 = (-4/5)(x - 8) \n" ); document.write( "y - 2 = (-4/5)x + 32/5 \n" ); document.write( "y = (-4/5)x + 42/5 \n" ); document.write( " |