Mid Point Formula

Mid point formula

graph TB A[Mid point formula] --> B["((x1 + x2)/2)"] A --> C["((y1 + y2)/2)"] B --> D[x1 and x2 are the x-coordinates] C --> E[y1 and y2 are the y-coordinates] D --> F[The formula calculates the x-coordinate of the midpoint] E --> G[The formula calculates the y-coordinate of the midpoint]


Table of Contents