Point $1$ describes the true positive rate. Point $2$ describes the false positive rate. Point $3$ describes the overall prevalence.
The simplest way to solve this problem is to build a $2\times 2$ table. For instance, let us assume that we are screening a population of $2500$ subjects (this number can be taken arbitrarily, since we are interested in percentages). Since the prevalence is $8\%$, we have $200$ cancer subjects. Because the true positive rate is $95\%$, we have that the test is positive in $190$ of them, and negative in the remaining $10$. On the other hand, because the false positive rate is $2\%$, we have that, among the $2300$ healthy subjects, $46$ of them have a positive test. So the total number of subjects with positive test is $190+46=236$, and the probability for a subject to have cancer given a positive result (that is to say, the positive predictive value) is $\displaystyle \frac{190}{236}\approx 80.5\%$.