Example :
u have an endpoint at (6,5)......ad the midpoint is (4,2)....find the other endpoint.
midpoint formula : (x1 + x2) / 2, (y1 + y2) / 2
one endpoint (6,5)....x1 = 6 and y1 = 5
other endpoint (x,y)...x2 = x and y2 = y
sub into the formula
m = (6 + x) / 2, (5 + y) / 2
okay, so the midpoint is (4,2)....so ur x value will equal 4
(6 + x) / 2 = 4...multiply both sides by 2
6 + x = 4 * 2
6 + x = 8
x = 8 - 6
x = 2 <==
midpoint is (4,2)....so the y value will equal 2
(5 + y) / 2 = 2 ...multiply both sides by 2
5 + y = 2 * 2
5 + y = 4
y = 4 - 5
y = -1 <==
so ur other endpoints are (2,-1)
Over this 10-minute interval, the car's average acceleration is

The MVT says that at some point during this 10-minute interval, the car must have had an acceleration of 60 mi/h^2.
Answer:
Step-by-step explanation:
x² - 2x + y² - 4y - 4 = 0
x² - 2x + y² - 4y = 4
complete the squares
(x² - 2x + x₀) + (y² - 4y + y₀) = 4
the unknown number will be the square of half of the x¹ coefficient
(x² - 2x + 1) + (y² - 4y + 4) = 4 + 1 + 4
(x - 1)² + (y - 2)² = 9
This tells us that the circle is centered on (1, 2)
Which is also a point on the diameter
2x - y + a = 0
a = y - 2x
a = 2 - 2(1)
a = 0