a) The distance between two points is determined following the next formula:
[tex]d=\sqrt[]{(x_2-x_1)^2+(y_2-y_1)^2}[/tex]You have the points:
P1 ( 9 , 2 ) X1=9 Y1=2
P2 ( - 4 , 3 ) X2=-4 Y2=3
Then the distance is:
[tex]d=\sqrt[]{(-4-9)^2+(3-2)^2}[/tex][tex]d=\sqrt[]{(-13)^2+1^2}[/tex][tex]d=\sqrt[]{169+1}=\sqrt[]{170}=13.03[/tex]The distance between the two points is 13.03 units.The coordinate of the midpoint is calculated following the next formula:
[tex]M=(\frac{(x_1+x_2)}{2},\frac{(y_1+y_2)}{2})[/tex]Then the midpoint will have the coordinates:
[tex]M=(\frac{(9+(-4))}{2},\frac{(2+3)}{2})=(\frac{5}{2},\frac{5}{2})[/tex]The midpoint is M= (5/2 , 5/2)--------------------------------------
b) the slope(m) can be found using two points with the next formula:
[tex]m=\frac{(y_2-y_1)}{(x_2-x_1)}[/tex]Then the slope will be:
P1 ( - 2 , - 9 )
P2 ( 1 , 6 )
[tex]m=\frac{(6-(-9))}{(1-(-2))}=\frac{6+9}{1+2}=\frac{15}{3}=5[/tex]The slope is m=5