document.write( "Question 1016654: Find an equation of the line passing through the pair of points. Write the equation in the form Ax + By =C\r
\n" );
document.write( "\n" );
document.write( "Points are (-7,4) (-8,-5) \n" );
document.write( "
Algebra.Com's Answer #633067 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! First, find the slope. \n" ); document.write( "m = (y2-y1) / (x2-x1) = (-5-4)/(-8-(-7)) = -9/-1 = 9 \n" ); document.write( "Now plug one point and the slope into \n" ); document.write( "y = mx + b to find b... \n" ); document.write( "4 = 9(-7) + b \n" ); document.write( "b = 67 \n" ); document.write( "so you have \n" ); document.write( "y = 9x + 67 \n" ); document.write( "Now rearrange and get \n" ); document.write( "-9x + y = 67 \n" ); document.write( " |