The Problem:
An urn contains 3 red and 4 black balls and another contains 4 red and 5 black.
A random ball is chosen from the first urn and is inserted into the second urn.
After this a random ball is chosen from the second urn.
Consider the events: $A$ : "first ball is red", $B$ : "second ball is red".
Find the Probability $P_A(B)$ where "$P_A(B)$" means the probability that $B$ happens if $A$ has happened (i.e. the conditional probability of $B$ given $A$).
This is a simple problem right?
Why I'm confused:
But I'm confused. We work in the probability space $(\Omega,\Sigma,P)$ (in this case $\Sigma=\mathcal P(\Omega)$), and $P$ is a probability that means is a function which respect kolmogorov axioms.
$P_A(B)=1/2$ (because if $A$ happened then in the second urn we will have 5 red balls and 5 black balls)
My question:
Here is my question: If $P_A(B)=\frac{P(A \cap B)}{P(A)}$ by definition (and $P $ is a function, we don't know what function just this function respect Kolmogorov axioms). How we came to the conclusion $P_A(B)=1/2$? Using $$\frac{\text{Number of Favorable Outcomes}}{\text{Total Number of Possible Outcomes}}?$$ This doesn't make sense for me. $P$ is fixed from the beginning, then we must find $P_A(B)$ using definition to be rigorous. I need a rigourous proof.