196k views
5 votes
What is the area of a rectangle with vertices at (−3, −1) , (1, 3) , (3, 1) , and (−1, −3) ? Enter your answer in the box. Do not round any side lengths.

User Panther
by
7.3k points

2 Answers

6 votes
First, we use the formula for the distance between two points to find the width and the length of the rectangle.


d = √((x_2 - x_1)^2 + (y_2 - y_1)^2)

Using the formula above, we get

Width = distance between (-3,-1) and (1,3) =
√((1-(-3))^2 + (3-(-1))^2) = √(32) = 4 √(2)

Length = distance between (1,3) and (-1,-3) =
User DroidLearner
by
6.4k points
3 votes
16 square units. Using the pythagorean theorem, calculate the length and width of the rectangle. sqrt((-3 - 1)^2 + (-1 - 3)^2) = sqrt(-4^2 + -4^2) = sqrt(16+16) = sqrt(32) = 4sqrt(2) sqrt((1-3)^2 + (3-1)^2) = sqrt(-2^2 + 2^2) = sqrt(4 + 4) = sqrt(8) = 2sqrt(2) You can check using the rest of the points to insure you actually have the length and width of the rectangle, I've done so, but am not going to demonstrate it here. We now have the length and width of the rectangle at 4sqrt(2) and 2sqrt(2). So just multiply them together to get the area, so 4sqrt(2) * 2sqrt(2) = 4 * 2 * sqrt(2) * sqrt(2) = 4 * 2 * 2 = 16 Therefore the area of the rectangle is 16.
User Drizin
by
8.3k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.