document.write( "Question 1085288: 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( "(-2,2), (-3,-8) \n" );
document.write( "
Algebra.Com's Answer #699358 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! slope is -8-2/-3+2=-10/-1=10 \n" ); document.write( "use point slope formula y-y1=m(x-x1), m slope and x1,y1 point \n" ); document.write( "y+8=10(x+3) \n" ); document.write( "y=10x+22 \n" ); document.write( "-10x+y=22 \n" ); document.write( "10x-y=-22. which is standard form \n" ); document.write( " \n" ); document.write( " |