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