Question 601035
Find the midpoint between the two points: (2,2), (6,4)

this is as far as i get (6 - 2)^2 + (4 - 2)^2
                          4x4     +     2x2
                          16     +       4  =  sqrt20 
 then i dont know what else to do. can somwone help finish the problem and tell me if i am doing it right
----------------
Sqrt(20) is the distance between the 2 points.
---
To find the midpoint, find the average of x & y separately.
x: (2+6)/2 = 4
y: (2+4)/2 = 3
--> (4,3)