Under an insurance policy, a maximum of five claims may be filed per year by a policy holder. Let $p_n$ be the probability that a policy holder files $n$ claims during a given year, where $n = 0, 1, 2, 3, 4, 5.$
An actuary makes the following observations:
(i) $p_n\geq p_{n+1}$ for $0\leq n \leq 4$
(ii) The difference between $p_n$ and $p_{n+1}$ is the same for $0 \leq n \leq 4$
(iii) Exactly $40\%$ of policyholders file fewer than two claims during a given year.
Calculate the probability that a random policyholder will file more than three claims during a given year.
Source: Marcel B. Finan's A Probability Course for the Actuaries
My thoughts: The goal is to find $P(n > 3)$. We are given that $P(n<2)=.4$, which means that $P(n\geq2)=.6$. $P(n>3) = p_4 + p_5$. From this, we know that $p_0 + p_1 = .4$, and $p_2 + p_3 + p_4 + p_5 = .6$; so, $p_2 + p_3 + P(n > 3) = .6$. But I don't know how to solve for $p_2$ or $p_3$ to find $P(n > 3)$. Any help would be greatly appreciated.