Find mid-point of a line segment is(5,8).If one end points is (3,5),find the second end point.
Answers
Answered by
3
Answer:
(7,11)
Step-by-step explanation:
Mid point={(x1+x2)/2,(y1+y2)/2}
=>(5,8) ={(3+x2)/2,(5+y2)/2}
=>5=(3+x2)/2, 8=(5+y2)/2
=>10=3+x2, 16=5+y2
=>x2=7 y2=11
[x1,y1-->co-ordinates first end point]
[ x2,y2-->co-ordinates second end point]
Point will be (7,11)
Similar questions