Respuesta :
Finding the distance, midpoint, slope, equation and the x y-interceptsof a line passing between the two points p1 (4,-2) and p2 (-9,-9)The distance (d) between two points (x1,y1) and (x2,y2) is given by the formulad = √ ((X2-X1)2+(Y2-Y1)2)d = √(-9-4)2+(-9--2)2d = √((-13)2+(-7)2)
d = √(169+49)
d = √218
d = √(169+49)
d = √218
The distance between the points is 14.7648230602334
Midpoint= ((X1+X2)/2,(Y1+Y2)/2)
Xm=(X1+X2)/2
Xm=(4+-9)/2=-2.5
Ym=(Y1+Y2)/2
Ym=(-2+-9)/2=-5.5
The midpoint is: (-2.5,-5.5)
The general equation for a straight line isy = mx + bWhere m represents the slope of the line which we found in the previous step to be 0.538461538461538y = 0.54x + bWe substitute x and y for the values from one of our points (4,-2)-2 = .54×4 + b-2 = 2.15 + b-2-2.15 = b-4.15 = bKnowing both b and m, we can contruct the equation of the liney= 0.54x-4.15
X and Y interceptsThe x-intercept is a point on the graph where y is zeroUsing the equation we found in the previous step and substituting zero for y
y= 0.54x-4.150= 0.54x-4.15-0.54x= -4.15x= -4.15/-0.54 = 7.71The x intercept for this straight line is 7.71
Using the equation we found in the previous step and substituting zero for x
y= 0.54×0-4.15y= -4.15The y intercept for this straight line is -4.15