asked 136k views
2 votes
What are the steps of bisecting a line segment

asked
User Lime
by
7.7k points

2 Answers

4 votes
You find the midpoint, which is just the average of the coordinates of the endpoints, mathematically:

mp=((x2+x1)/2, (y2+y1)/2)


answered
User Millimoose
by
7.9k points
3 votes

Answer:

Lets say that you're bisecting segment AB.

Explanation:

1. Place the compass on point A, and open it wider than half the distance of the segment.

2. Swing an arc above and below the segment.

3. Keeping the compass the same width, place the compass on point B, and swing an arc above and below the segment.

4. Place points C and D on the intersection of the arcs created above and below segment AB.

5. Draw a line from point C to point D.

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