Question: Calculate the area between the curves y = x^2 and y = 2x from x = 0 to x = 2.
Options:
Correct Answer: 2
Solution:
The area is given by the integral from 0 to 2 of (2x - x^2) dx. This evaluates to [x^2 - x^3/3] from 0 to 2 = (4 - 8/3) = 4/3.