79.8k views
1 vote
Rectangle BCDE has vertices B(-9,-4), C(-6,-8), D(10,4), and E(7,8). What is the area of BCDE?

User Andypandy
by
8.8k points

1 Answer

2 votes

Answer:

To find the area of the rectangle BCDE, we can use the formula:

Area = length x width

First, we need to find the length and width of the rectangle.

The length of the rectangle is the distance between points B and C, which can be calculated using the distance formula:

distance BC = sqrt((x2 - x1)^2 + (y2 - y1)^2)

= sqrt((-6 - (-9))^2 + (-8 - (-4))^2)

= sqrt(3^2 + (-4)^2)

= sqrt(9 + 16)

= sqrt(25)

= 5

The width of the rectangle is the distance between points C and D:

distance CD = sqrt((x2 - x1)^2 + (y2 - y1)^2)

= sqrt((10 - (-6))^2 + (4 - (-8))^2)

= sqrt(16^2 + 12^2)

= sqrt(256 + 144)

= sqrt(400)

= 20

Since BCDE is a rectangle, the length and width are perpendicular. Therefore, the area of the rectangle can be calculated by multiplying the length and width:

Area = length x width = 5 x 20 = 100

Therefore, the area of BCDE is 100 square units.

Explanation:

User Ivan Neeson
by
7.0k points