Under a group insurance policy, an insurer agrees to pay 100% of the medical bills incurred during the year by employees of a company, up to a max of $1$ million dollars. The total bills incurred, $X$, has pdf $$ f_X(x) = \begin{cases} \frac{x(4-x)}{9}, & \text{for } 0 < x < 3\\ 0& \text{else} \end{cases} $$ where $x$ is measured in millions. Calculate the total amount, in millions of dollars, the insurer would expect to pay under this policy.
So I was able to obtain part of the solution, which was $$ E(\min(X,1)) = \int_0^1 x\cdot \frac{x(4-x)}{9} dx \tag1 $$
However, the solution has $(1)$, plus $$ E(\min(X,1)) = \int_1^3 1\cdot \frac{x(4-x)}{9} dx \tag2 $$
What I don't understand is if the problem explicitly states that they agree to pay up to $1$ million, why would you even have to bother with $(2)$?
