Question: If a rectangle\'s length is doubled and its width is halved, what happens to its area?
Options:
Correct Answer: It doubles
Solution:
New area = (2 * length) * (width/2) = length * width = original area, so it doubles.