If I know $P(A)$ = 0.3 and $P(A \cap B)$ = 0.2, can I find minimum possible value of P(B)?
This is my thought process but it leads to negative probability. $$ P(A \cup B) = P(A) + P(B) - P(A \cap B) \\ P(A \cup B) \geq 0 \\ 0.3 + P(B) - 0.2 \geq 0 \\ 0.1 + P(B) \geq 0 \\ P(B) \geq -0.1 $$
My other thought was that because we already know $P(A \cap B)$ = 0.2, the minimum value of $P(B)$ has to be 0.2.
I'm so lost though how to think about it. Thank you for your help!!
You are right that $P(B) \ge P(A \cap B)$.
In fact, $P(B)$ can be equal to $P(A \cap B)$ if we let $B = A \cap B$.
Hence, the minimal value is $0.2$.
Note that $P(B) \ge -0.1$ is just a bound.