1.

Find the distance between two points 2,3 5,7

Answer» X1 = 2. X2= 5Y1 = 3. Y2 = 7Distance fromula,Distance = √(X2 - X1)² +( Y2- Y1 )²= √(5-2)² + (7-3)²=√3² + 4²=√9+16=√25 =5 unit. Ans


Discussion

No Comment Found