Answer:
C
Step-by-step explanation:
|2x - 2| < 8
it implies that
2x - 2 < 8
2x -2 + 2 < 8 + 2
2x < 10
x < 5
or
-(2x - 2) < 8
-2x + 2 < 8
-2x + 2 - 2 < 8 - 2
- 2x < 6
x > -3 ( the sense of the inequality reverse because I divided by minus)
The solution can be combine to
-3<x<5
Answer: x-5
Step-by-step explanation: well idk
Distance between two points P(x1,y1), Q(x2,y2):
D=sqrt((x2-x1)^2+(y2-y1)^2)
Polygons are generally named in order along the perimeter, so that for a rectangle ABCD, AC or BD are diagonals.
Here, we need the distance between points A(4,3) and C(-4,-2)
Applying the above formula for distance between two points,
D=sqrt((4-(-4))^2+(3-(-2))^2)=sqrt(8^2+5^2)=sqrt(64+25)=sqrt(89)