A triangle has vertices on a coordinate grid at J (-7,-7),k(-7,3),and L(-1,3). What is the length, in units, of JK

1 answer

To find the length of side JK in the triangle with vertices at J (-7, -7), K (-7, 3), and L (-1, 3), we can use the distance formula for two points in a coordinate plane, which is:

d=(x2x1)2+(y2y1)2

where (x1,y1) and (x2,y2) are the coordinates of the two points.

However, because both points J and K have the same x-coordinate (both are -7), this means that the line joining these two points is vertical. Therefore, we can simply calculate the distance by subtracting the y-coordinates:

JK=|y2y1|

So, plugging in the coordinates of J and K:

JK=|3(7)|
JK=|3+7|
JK=|10|
JK=10

Therefore, the length of segment JK is 10 units.