The following is an MCQ question, one should answer it without a calculator, $\color{red}{\text{within $3$ minutes}}$.
$\text{Consider the expression}$
$$I(a,b)=\int_{a}^{b}\sqrt{1+x+x^2+x^3+x^4}\text{ d}x.$$
$\text{Which of the following is true?}$
$\space\space\space\space\space\text{I.}$ $I(2,3)+I(3,4)=I(4,5)$
$\space\space\space\space\space\text{II.}$ $I(2,3)+I(3,4)<I(4,5)$
$\space\space\space\space\space\text{III.}$ $16<I(4,5)<25$
$\text{(A) }$ $\text{I only}$
$\text{(B) }$ $\text{II only}$
$\text{(C) }$ $\text{III only}$
$\text{(D) }$ $\text{I and III}$
$\text{(E) }$ $\text{II and III}$
My Attempt (which, I think, is not a feasible way since it is not that accurate and also time consuming):
$\sqrt{1+x+x^2+x^3+x^4}\bigg|_{x=2}=\sqrt{1+2+2^2+2^3+2^4}=\sqrt{1+2+4+8+16}=\sqrt{31}\approx 6$
and
$\sqrt{1+x+x^2+x^3+x^4}\bigg|_{x=5}=\sqrt{1+5+5^2+5^3+5^4}=\sqrt{1+5+25+125+625}=\sqrt{781}\approx 28$
Now considering the integrand, approximately, as the straight line joining the points $(2,6)$ and $(5,28)$. The equation of the line can be found by first determining the slope, $m$:
$$m=\frac{28-6}{5-2}=\frac{22}{3}\approx 7$$
The equation of the line is therefore
$$y-6=7(x-2) \implies y=7x-8$$
now $I(a,b) \approx \int_{a}^{b} (7x-8)\text{ d}x=\frac{7}{2}x^2-8x \bigg|_{x=a}^{x=b} = \dots$
and $I(2,3) \approx \int_{2}^{3} (7x-8)\text{ d}x=9.5$
and $I(3,4) \approx \int_{3}^{4} (7x-8)\text{ d}x=16.5$
and $I(4,5) \approx \int_{4}^{5} (7x-8)\text{ d}x=23.5$
From these approximations, we can say, with low confidence, that $\text{(C)}$ is the correct option, which is not. In fact $\text{(E)}$ is the correct option. Noting that we can do better approximations, but that will cost time.
Attempt $\text{#}2$ (Not sure if it is a correct way):
In the interval $[2,5]$, function $f(x)=\sqrt{1+x+x^2+x^3+x^4}$ is always (positive), is always (increasing), and is always (concaving up). In that case, the inequalities will be the same when we do not consider the radical. So simply we evaluate:
$$\int_{2}^{3}(1+x+x^2+x^3+x^4)\text{ d}x$$
which gives $(x+x^2/2+x^3/3+x^4/4+x^5/5) \bigg|_{x=2}^{x=3}\approx 68$
Similarly, we evaluate:
$$\int_{3}^{4}(1+x+x^2+x^3+x^4)\text{ d}x \text{ and } \int_{4}^{5}(1+x+x^2+x^3+x^4)\text{ d}x$$
which give $\approx 217$ and $\approx 538$, respectively.
Clearly $68+217 < 538$. Hence II is true.
AND
$16^2 = 256 < 538 < 625 = 25^2$. Hence III is true.
Well, this attempt may also require time, but still it would be nice to know if it is a correct way. So, the approach (which might be wrong) is to observe that; between the limits of integration, the integrand is positive, increasing, and concaving up, the we deal with it without the radical. If this is wrong, please support by giving a counter-example.
Your help would be appreciated. Thanks!