I would like to calculate the conditional probability $P(A|B)$ from the following sample of deaths from a certain year: \begin{array}{c|c|c} \hline & (B) \text{Smoker} & (C)\text{Not smoker} \\ \hline (A) \text{Tumor} & 231 & 324\\ \hline (D) \text{Not Tumor} & 371 & 717 \\ \hline \end{array}
I know that $P(A|B)=\frac{P(A\cap B)}{P(B)}$, and the answer is $P(A|B)=0.3837$, but I cannot get this number. I appreciate any help. Thank you.