If "a" and "b" are two values of x-coordinate, and "m" is the midpoint between them, it means the distance from one end to the midpoint is the same as the distance from the midpoint to the other end
... a-m = m-b
When we add m+b to this equation, we get
... a+b = 2m
Solving for m gives
... m = (a+b)/2
This applies to y-coordinates as well. So ...
... The midpoint between (x1, y1) and (x2, y2) is ((x1+x2)/2, (y1+y2)/2)
_____
Jennifer had (x1, y1) = (-4, 10) and (x2, y2) = (-2, 6). So her calculation would be
... midpoint = ((-4-2)/2, (10+6)/2) = (-6/2, 16/2) = (-3, 8)
Brandon had (x1, y1) = (9, -4) and (x2, y2) = (-12, 8). So his calculation would be
... midpoint = ((9-12)/2, (-4+8)/2) = (-3/2, 4/2) = (-1.5, 2)
............................................
Answer:
........??
Step-by-step explanation:
huh whattt
This is known as the commutative property of addition.
Hope this helps!
Answer:
Step-by-step explanation:
The difference of two squares may be represented by the formula: a^2-b^2,
which can be factored as (a+b)(a-b)
A perfect square trinomial may be represented by the formula: a^(2)-2ab+b^2 or a^(2)+2ab+b^2, depending on the sign of b
if b is negative: use the formula a^(2)-2ab+b^2, which can be factored as (a-b)*(a-b) or (a-b)^(2)
if b is positive: use the formula a^(2)+2ab+b^2, which can be factored as (a+b)*(a+b) or (a+b)^(2)