I have a very simple probability question that I for some reason just can not solve.
Question: Consider an election with two candidates, Candidate A and Candidate B. Every voter is invited to participate in an exit poll, where they are asked whom they voted for; some accept and some refuse. For a randomly selected voter, let A be the event that they voted for A, and W the event that they are willing to participate in the exit poll. Suppose that $P(W \mid A)=0,7$ but $P(W \mid A^C)=0,3$. In the exit poll, 60% of the respondents say they voted for A (assuming they are all honest), suggesting a comfortable victory for A. Find $P(A)$.
Okay first we notice that $A,A^c$ obviously is a partition so we can use the total low of probability. getting \begin{align*} P(W) & = P(W\mid A) \cdot P(A)+P(W \mid A^c) \cdot P(A^c)\\ & = P(W\mid A) \cdot P(A)+P(W \mid A^c)\cdot (1-P(A))\\ & =0,7 \cdot P(A)+0,3\cdot (1-P(A)) \end{align*}
Thus all I need is to find $P(W)$ and then solve for $P(A)$. However I have issue with finding $P(W)$. Any help?