asked 738 views
1 vote
How to deal with a mid point of a line segment ​

1 Answer

0 votes

Answer:

1. First, add the x coordinates and divide by 2.

2. Second, add the y coordinates and divide by 2.

3. Take each result to get the midpoint.

Explanation:

Example:

Find the midpoint of (1,6)(5,10)

x=1+5=6/2=3

y=6+10=16/2=8

Midpoint: (3,8)

answered
User Wenli Wan
by
8.5k 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.