Tim T. answered 06/10/19
Math: K-12th grade to Advanced Calc, Ring Theory, Cryptography
Greetings! Lets solve this shall we ?
So, we are going to find the length first. The length is a shorthand way of saying finding the distance between the two points. Then, we will find the midpoint afterwards. Now, we yield the distance formula to be
d = √(x2-x1)2 + (y2-y1)2
d = √(0-(-2))2 + (-5-1)2
d = √4 + 36
d = √40 = √4*10
d = 2√10
Now we find the Midpoint such that
[(x2+x1) / 2, (y2+y1) / 2]
[(-2+0) / 2, (-5+1) / 2]
( -2/2, -4/2)
(-1, -2)
I hope this helped!