Suppose a survey is being carried out to check the number of people accessing pirated movies at the workplace. Since some employees might not be comfortable sharing this data, employees roll a fair die and if the outcome is 1, reply "yes", "no" if the outcome is 6 and reply truthfully if the outcome is anything else.
The probability that an employee answers yes in this experiment is 3/4. Then,
(a) what is the true probability that an employee accesses pirated movies (b) how likely is it that an employee who answered yes accesses pirated movies? (c) how likely is it that an employee who answered no accesses pirated movies?
I am thinking that P(Yes) = 2/3 = P(Yes|1)P(1) + P(yes|6)p(6) + P(yes|2..5)P(2..5) = 1\6 + 0 + P(Yes|2..5).(4/6) So (a) P(yes| 2..5) = 3/4.
for (b) and (c) I am not sure how to define the conditional probabilities though.
Your approach and result for (a) are correct.
For (b),
\begin{eqnarray} P(\text{accesses}\mid\text{yes})=P(\text{yes}\mid\text{accesses})\cdot\frac{P(\text{accesses})}{P(\text{yes})}\;, \end{eqnarray}
and you can readily determine everything on the right-hand side.