Solved by pluggable solver: To find midpoint of segment connecting two point |
The Coordinates of mid point of a line segment joining two points can be calculated using following formulas. X coordinate of mid point is Y coordinate of mid point is Hence, The mid point of segment joining two point (-4,-6) and (5,1) is (0.5,-2.5) |
Solved by pluggable solver: FIND EQUATION of straight line given 2 points |
hahaWe are trying to find equation of form y=ax+b, where a is slope, and b is intercept, which passes through points (x1, y1) = (-4, -6) and (x2, y2) = (5, 1). Slope a is Intercept is found from equation intercept b is y=(0.777777777777778)x + (-2.88888888888889) Your graph: |
Solved by pluggable solver: Distance between two points in two dimensions |
The distance (denoted by d) between two points in two dimensions is given by the following formula: Thus in our case, the required distance is For more on this concept, refer to Distance formula. |