asked 44.0k views
0 votes
Which methods could you use to calculate the y-coordinate of the midpoint of a vertical line segment with endpoints at (0,0) and (0,15)

asked
User Yessie
by
8.5k points

1 Answer

3 votes

The mid point of a line with end points (x₁,y₁) and (x₂,y₂) is given by the formula


[(x1+x2)/(2) , (y1+y2)/(2)]

Here we only need the y coordinate hence lets calculate the y coordinate alone

=
(0+15)/(2)

=7.5


answered
User Melanie
by
7.9k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.