They give us the point of the diagonal of a rectangle
The first way is count
-First, we count the number of units horizontally until the other point
-Second we count the number of units vertically until the other point
we do the same for the other point
and we found the rectangle
To find the length we count the units from (-4,-3) until (2,-3)
length is equal to 6
to find the width we count the units from (-4,-3) until (-4,1)
width is equal to 3
The second way is using the formula for distance between two points
for the length
(-4,-3) =(x1,y1)
(2,-3)=(x2,y2)
we substitute the values
the length is 6
then for the width
(-4,-3)=(x1,y1)
(-4,1)=(x2,y2)
we substitute the values
the width is 4