Question

Find the area of rectangle QRST, with vertices Q(−1,7), R(5,7), S(5,3), and T(−1,3).

pls explain and use by the power of 2

Answers

GPT 3.5
To find the area of a rectangle, we can use the formula:

Area = Length * Width

First, we need to find the length and width of the rectangle. We can do this by finding the distance between the coordinates of the vertices. The length of the rectangle is the difference between the x-coordinates of points Q and R:

Length = |xR - xQ| = |5 - (-1)| = 6

The width of the rectangle is the difference between the y-coordinates of points S and T:

Width = |yS - yT| = |3 - 7| = 4

Now, we can plug these values into the formula to find the area:

Area = 6 * 4 = 24 square units

Therefore, the area of rectangle QRST is 24 square units.

Related Questions