Correct option is C
Given:
f(x)=a+bx+cx2
Formula used:
Simpson’s rule (exact for polynomials up to degree 2):
∫01f(x)dx=61[f(0)+4f(21)+f(1)]
Solution:
Since f(x) is a quadratic polynomial, Simpson’s rule gives the exact value
of the definite integral on [0, 1].
Hence,
∫01f(x)dx=61[f(0)+4f(21)+f(1)]
The correct answer is (c).