A rectangle with a diagonal of length is twice as long as it is wide. What is the area of the rectangle?
- A)
- B)
- C)
- D)
- E)
Answer
B
Key insight
With width w and length 2w, the diagonal satisfies x^2 = 5w^2, and the area 2w^2 is two fifths of x^2.
Solution
Let the width be , so the length is . The diagonal is the hypotenuse of a right triangle with legs and :
The area is length times width:
The answer is .
Why this works
A rectangle's diagonal, length and width always form a right triangle, so the Pythagorean theorem links the diagonal to the sides. Once the sides are expressed through one parameter, both and the area become multiples of that parameter squared, and the ratio between them is the answer.
Alternative approach
Pick numbers: width , length , area , diagonal . Test the choices with : only matches.
The trap
Writing the diagonal as w + 2w or forgetting to square, then matching the wrong coefficient of x^2.
Common mistakes
- Writing the diagonal as w + 2w or forgetting to square, then matching the wrong coefficient of x^2.
- Computing correctly but reporting or after forgetting that the area is .
Techniques
Set up the equation/formula and compute; no special trick needed · Test small/specific values or special cases to find or verify the answer