Question: Calculate the area under the curve y = 2x + 1 from x = 1 to x = 4.
Options:
Correct Answer: 15
Solution:
The area under the curve is given by ∫(from 1 to 4) (2x + 1) dx = [x^2 + x] from 1 to 4 = (16 + 4) - (1 + 1) = 20.