$20$ questions in a test. The probability of getting correct first $10$ questions is $1$. The probability of getting correct next $5$ questions is $\frac 13$. The probability of getting correct last $5$ questions is $\frac 15$. What is the probability of getting exactly $11$ questions correctly?
This is the question. I don't know how to calculate this question.
I tried $$1* {}^5C_1*{\frac 13}\left(\frac 23\right)^4*\left(\frac 45\right)^5+1*\left(\frac 23\right)^5*{}^5C_1*\left(\frac 15\right)\left(\frac 45\right)^4$$
But I am not sure the answer.
What if asking futher about expectation and variance? that will be a mess
For $k<0$:
$P(k)=0.$
For $k\geq10$:
$$P(k)=\sum_{i=\max(k-15,0)}^{\min(k-10,5)}p(i,k-10-i)$$ Where $$p(i,j)={5 \choose i}\left(\frac{1}{3}\right)^i\left(\frac{2}{3}\right)^{5-i} {5 \choose j}\left(\frac{1}{5}\right)^j\left(\frac{4}{5}\right)^{5-j}$$
Finally: for $k\in \{0,1,2,...,20\}$: $$P(k)=\begin{cases}0&, \text{for }k<10\\ \sum_{i=\max(k-15,0)}^{\min(k-10,5)}p(i,k-10-i), \text{for }k\geq 10\end{cases}$$
For $k=11$ we have: $$P(11)=p(0,1)+p(1,0)=5\frac{2+4}{15}\left(\frac{8}{15}\right)^4=\frac{8192}{50625}\approx 0.16$$