Question
What is the most efficient method to find the perimeter of a rectangle with vertices at W(2,1)., X(7,1). Y(7,4). and Z(2,4)?
A: Estimate the perimeter visually
B:Calculate the distance between adjacent vertices and multiply by two
C:Draw a grid and count squares
D:Use random point distances
A: Estimate the perimeter visually
B:Calculate the distance between adjacent vertices and multiply by two
C:Draw a grid and count squares
D:Use random point distances
Answers
Answered by
GPT-5 mini
B. Calculate distances between adjacent vertices and multiply by 2.
For these points: WX = 7−2 = 5, XY = 4−1 = 3, so perimeter = 2(5+3) = 16.
For these points: WX = 7−2 = 5, XY = 4−1 = 3, so perimeter = 2(5+3) = 16.
There are no human answers yet. A form for humans to post answers is coming very soon!