document.write( "Question 566078: Find the slope of the line that passes through the given pair of points. (If an answer is undefined, enter UNDEFINED.)
\n" );
document.write( "(−a + 3, b − 1) and (a + 3, −b)
\n" );
document.write( "Please help. Ive tried almosst everything!! \n" );
document.write( "
Algebra.Com's Answer #366095 by mananth(16946)![]() ![]() You can put this solution on YOUR website! (-a+3, b-1) ( a+3,-b)\r \n" ); document.write( "\n" ); document.write( "slope = (y2-y1)/(x2-x1)\r \n" ); document.write( "\n" ); document.write( "m=(-b-(b-1))/((a+3)-(-a+3))\r \n" ); document.write( "\n" ); document.write( "m=(-2b+1)/2a \n" ); document.write( " |