If $P\left(A\right)=0.8\:$ and $P\left(B\right)=0.4$, find the maximum and minimum values of $\:P(A|B)$.
My textbook says the answer is $0.5$ to $1$. But I think the answer should be $0$ to $1$.
The textbook claims $P(A∩B)$ is $0.2$ when $P(A'∩B')=0$
I think that the minimum value arises when $A$ and $B$ are mutually exclusive. So there isn't a chance of both happening and so you have $\frac{0}{0.4} = P(A|B) = 0$ (right?)
I agree with the textbook in saying the maximum value is one.
I think a visualization helps most with understanding these probability bounds.
To begin, $$P(A \mid B) = \dfrac{P(A \cap B)}{P(B)} = \dfrac{P(A \cap B)}{0.4}\text{.}$$ To finish this problem, we need to find bounds for $P(A \cap B)$. Let's draw a Venn diagram for these two events.
Notice that $P(A) = x+y$, $P(B) = y+z$, and $P(A \cap B) = y$.
Since $P(A) = 0.8$ and $P(B) = 0.4$, we know that $$\begin{align} x+y &= 0.8 \\ y+z &= 0.4\text{.} \end{align}$$ Furthermore, since $x$, $y$, and $z$ all are greater than or equal to $0$, we know immediately that $y$ must be less than or equal to $0.4$ by the equations above. ($y$ can't exceed $0.4$, otherwise $y+z$ would exceed $0.4$, which is a contradiction with the above system of equations.)
Lastly, we have to find the smallest value of $y$. $y$ cannot be $0$, because otherwise $x + z = 1.2$, and one cannot have probabilities summing to exceed $1$ in a sample space.
So, the way I would approach this is as follows: we know $P(A)$ and $P(B)$. What's the largest value that I can subtract from their sum $P(A) + P(B)$ so that I get probabilities summing up to $1$?
Well, we know that $$0.8 + 0.4 - 0.2 = 1$$ so we would be subtracting $0.2$. This amounts to $0.2$ being the smallest possible value of $y$, hence $$0.2 \leq y = P(A \cap B) \leq 0.4$$ or $$\dfrac{0.2}{0.4} = \dfrac{1}{2} \leq \dfrac{P(A \cap B)}{P(B)} \leq \dfrac{0.4}{0.4} = 1$$ or $$\dfrac{1}{2} \leq P(A \mid B) \leq 1\text{.}$$