I am solving this problem.
Given... $P[W|T]=0.8, \space P[W|T \cap G]=.65, \space P[W | G' \cap T]=1$
Find $P[G'|T]$
I understand that what I am looking for is $$P[G'\cap T]/P[T]$$ or perhaps $$(1-P[G \cap T])/P[T]$$.
I also know that $$P[T]=0.8/P[W\cap T]$$ and since $$P[W\cap T \cap G]/P[T\cap G]=0.65$$, $$P[W\cap T ]=0.65P[T \cap G]/P[W|T \cap G]$$
By the time I am here I am thinking that I am not going in the right direction because I still have unknowns that seems a bit of work to deduce what it is.
Supposedly the answer is $\frac{3}{7}$. Can someone give me an intuitive, or maybe a natural way to solve this problem?