" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
raizde ( (x2-x1)^2 + (y2-y1) ^2 )
M(-1,-1) -> punto 1
S(2,3)-> punto 2
Reemplazamos:
raizde( ( 3- (-1))^2 + (2-(-1))^2 )
raizde ( 4^2 + 3^2)
raizde( 16+9)
raizde(25) =5
La distancia es 5
Ahora el punto medio es : ( x1+x2 /2 , y1+y2 /2)
Reemplazamos: ( 2-1/2 , 3-1/2) = (1/2 ,1)