Question: A rectangle has a length that is twice its width. If the area of the rectangle is 200 square meters, what is the width of the rectangle?
Options:
Correct Answer: 20 meters
Solution:
Let the width be x meters. Then the length is 2x meters. Area = length Γ width = 2x * x = 2x^2. Setting this equal to 200 gives 2x^2 = 200, so x^2 = 100, and x = 10 meters.