1. Conditional probabilities. Let P(B)
be the probability that B
defaults. The following variables have been defined for you in R
.
$$P(A|B) = \text{prAcondB} = 0.90$$
$$P(B) = \text{prB} = 0.10$$
$$P(A) = \text{prA} = 0.20$$
Use the variables above to compute the probabilities below:
$$P(B|A) = \text{prBcondA}$$
$$P(B \cap A) = \text{prBandA}$$