document.write( "Question 313628: Find an equation of the line containing the pair of points (-6,3) and (1,1). \n" ); document.write( "
Algebra.Com's Answer #224287 by checkley77(12844) ![]() You can put this solution on YOUR website! (-6,3) and (1,1) \n" ); document.write( "Y=mX+b \n" ); document.write( "m=slope=(y2-y1)/x2-x1) \n" ); document.write( "m=(1-3)/(1+6) \n" ); document.write( "m=-2/7 ans. for the slope. \n" ); document.write( "1=-2/7*1+b \n" ); document.write( "1=-2/7+b \n" ); document.write( "b=1+2/7 \n" ); document.write( "b=7/7+2/7=9/7 ans. for the y intercept. \n" ); document.write( "Y=-2X/7+9/7 \n" ); document.write( " |