The distance between the two points (5, x), (2, 3) is ‘3’. Find the value of ‘x’
Answers
Answered by
5
Answer:
Distance between two points P(x1,y1) and Q(x2,y2) is given by: d(P, Q) = √ (x2 − x1)2 + (y2 − y1)2 {Distance formula} 2. Distance of a point P(x, y) from the origin is given by d(0,P) = √ x2 + y2.
Try this and solve
Similar questions