find the mid point of line joining the points (22,20) and (0,16
Answers
Answer:
let the coordinates of 1st be A(22,20) as (x1 , y1)
nd 2nd point be B(0,16) as (x2 , y2)
for finding the mid points coordinates, find mean.
⏩ for x-ordinate → (x1 + x2) / 2 = 11.
⏩ for y-ordinate → (y1 + y2) / 2 = 18.
the required coordinates of mid point is => ( 11 , 18 ) ✅
clothes9812
07.07.2018
Math
Secondary School
+10 pts
Answered
Find the coordinates of midpoint of the segment joining the points (22,20) and (0,16).
1
SEE ANSWER
ADD ANSWER
Log in to add comment
clothes9812 is waiting for your help. Add your answer and earn points.
Answer
4.7/5
83
Brainly User

Two points are,
(22,20)
&
(0,16)
Lets suppose that the coordinates of midpoint of the segment joining (22,20) and (0,16) is,
(x,y).
We know that,
If coordinates of two points are (x1,y1) and (x2,y2), then the coordinates of midpoint (x,y) joinng the segment of those points are -
(x,y) = {(x1+x2)/2 , (y1+y2)/2}
Lets get back to the question
(x,y) = {(x1+x2)/2 , (y1+y2)/2}
=> x = (x1+x2)/2
=> x = (22+0)/2
=> x = 11
&
=> y = (y1+y2)/2
=> y = (20+16)/2
=> y = 18
So the coordinates of midpoint of segnent joining (22,20) and (0,16) are (11,18).
I hope it will help you