{"id":34918,"date":"2023-11-14T11:35:58","date_gmt":"2023-11-14T11:35:58","guid":{"rendered":"https:\/\/analystprep.com\/study-notes\/?p=34918"},"modified":"2026-01-20T16:53:06","modified_gmt":"2026-01-20T16:53:06","slug":"calculate-conditional-probabilities","status":"publish","type":"post","link":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/univariate-random-variables\/calculate-conditional-probabilities\/","title":{"rendered":"Calculate conditional probabilities"},"content":{"rendered":"<p><script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"ImageObject\",\n  \"@id\": \"https:\/\/analystprep.com\/study-notes\/images\/exam-p-reading-9-image-1\",\n  \"url\": \"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2023\/10\/exam_P_reading9_img1.jpg\",\n  \"contentUrl\": \"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2023\/10\/exam_P_reading9_img1.jpg\",\n  \"caption\": \"Exam P Reading 9 illustration\",\n  \"width\": 1248,\n  \"height\": 696,\n  \"copyrightNotice\": \"\u00a9 2024 AnalystPrep\",\n  \"acquireLicensePage\": \"https:\/\/analystprep.com\/license-info\",\n  \"creditText\": \"AnalystPrep Design Team\",\n  \"creator\": {\n    \"@type\": \"Organization\",\n    \"name\": \"AnalystPrep\",\n    \"url\": \"https:\/\/analystprep.com\/\"\n  }\n}\n<\/script><br \/>\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"QAPage\",\n  \"mainEntity\": {\n    \"@type\": \"Question\",\n    \"name\": \"Conditional probability of diabetes given no parental history\",\n    \"text\": \"A private medical research institute examines the medical records of 1,200 individuals. Among them, 320 were diagnosed with diabetes. Additionally, 480 participants had at least one parent with diabetes, and among these 480 participants, 240 were diagnosed with diabetes.\\n\\nCalculate the probability that a randomly selected individual has diabetes, given that neither of their parents had diabetes.\\n\\nA. 0.011\\n\\nB. 0.095\\n\\nC. 0.125\\n\\nD. 0.025\\n\\nE. 0.055\",\n    \"answerCount\": 5,\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"A. 0.011.\\n\\nOut of 1,200 individuals, 720 had no diabetic parents. Of the 320 total diabetes cases, 240 occurred among those with diabetic parents, leaving 80 cases among individuals with no diabetic parents. The conditional probability is therefore 80 \u00f7 7,200 = 0.0111 (approximately).\"\n    },\n    \"suggestedAnswer\": [\n      {\n        \"@type\": \"Answer\",\n        \"text\": \"B. 0.095\"\n      },\n      {\n        \"@type\": \"Answer\",\n        \"text\": \"C. 0.125\"\n      },\n      {\n        \"@type\": \"Answer\",\n        \"text\": \"D. 0.025\"\n      },\n      {\n        \"@type\": \"Answer\",\n        \"text\": \"E. 0.055\"\n      }\n    ]\n  }\n}\n<\/script><\/p>\n<p>While it&apos;s crucial to grasp basic probability concepts, actuarial problems often require a deeper dive into complex scenarios where events are interdependent. This leads us to the concept of conditional probability.<\/p>\n<p><strong>Conditional probability<\/strong> is the probability of an event occurring, given that another event has already happened. This &ldquo;condition&rdquo; provides us with new information that can change the original probability of the event. For instance, consider the probability of someone buying life insurance. Knowing that the person has a high-risk profession, like being a stunt person, could drastically alter the probability they&apos;ll buy life insurance compared to a random individual.<\/p>\n<p>For any two events, \\(A\\), and \\(B\\), the conditional probability of \\(A\\) given \\(B\\) is defined as follows:<\/p>\n<p>$$ P\\left(A\\middle| B\\right)=\\frac{P\\left(A\\cap B\\right)}{P\\left(B\\right)}  $$<\/p>\n<p>The conditional probability rule can also be rewritten as a multiplication rule:<\/p>\n<p>$$ P\\left(A\\cap B\\right)=P\\left(A\\middle| B\\right)\\times P\\left(B\\right) $$<\/p>\n<h4>Example 1<\/h4>\n<p>Consider a standard deck of 52 playing cards. If you draw one card, what is the probability that it is a king, given that it is a face card?<\/p>\n<p><strong>Solution<\/strong><\/p>\n<ul>\n<li>Let \\(A\\) be the event that the card drawn is a king.<\/li>\n<li>Let \\(B\\) be the event that the card drawn is a face card (Jack, Queen, or King).<\/li>\n<\/ul>\n<p>There are four kings in a standard deck, so \\(P(A) =\\frac { 4}{52 }= \\frac {1}{13}\\)<\/p>\n<p>There are 12 face cards in a standard deck (4 each of Jacks, Queens, and Kings), so \\(P(B) =\\frac  {12}{52} = \\frac {3}{13} \\)<\/p>\n<p>Both the card being a king and a face card means it&apos;s just a king, so \\(P\\left(A\\cap B\\right)=P\\left(A\\right) =\\frac {1}{13} \\)<\/p>\n<p>Using the conditional probability formula:<\/p>\n<p>$$ P\\left(A\\middle| B\\right)= \\frac{\\frac{1}{13}}{\\frac{3}{13}}=\\frac{1}{3}<br \/>\n$$<\/p>\n<h4>Example 2<\/h4>\n<p>In a particular city, it rains 40% of the days. On rainy days, 75% of the city&apos;s residents carry umbrellas. On days without rain, only 10% of residents carry umbrellas. If you spot a random resident carrying an umbrella, what is the probability that it&apos;s raining?<\/p>\n<p><strong>Solution<\/strong><\/p>\n<p>Step 1: Define the events<\/p>\n<ul>\n<li>Let \\(A\\) be the event that it&apos;s raining.<\/li>\n<li>Let \\(B\\) be the event that a resident is carrying an umbrella.<\/li>\n<\/ul>\n<p>Step 2: Calculate the required probabilities<\/p>\n<ul>\n<li>Probability it&apos;s raining: \\(P(A) = 0.40\\)<\/li>\n<li>Probability a resident carries an umbrella when it rains: \\(P\\left(B\\middle| A \\right) = 0.75\\)<\/li>\n<li>Probability a resident carries an umbrella when it&apos;s not raining: \\(P\\left(B\\middle| A^\\prime \\right) = 0.10\\), where \\(A^\\prime\\) is the event that it&apos;s not raining.<\/li>\n<\/ul>\n<p>Step 3: Calculate the joint probabilities<\/p>\n<p>$$ P(A \\cap B) = P(A) \\times P\\left(B\\middle| A \\right) = 0.40 \\times 0.75 = 0.30 $$<\/p>\n<p>\\( P(A^\\prime \\cap B) = P(A^\\prime) \\times P\\left(B\\middle|A^\\prime \\right) = 0.60 \\times 0.10 = 0.06, \\text{ since } P(A^\\prime) = 1 &#8211; P(A) = 0.60 \\)<\/p>\n<p>Step 4: Use the law of total probability to find \\(P(B)\\)<\/p>\n<p>$$ P(B) = P(A \\cap B) + P(A^\\prime \\cap B) = 0.30 + 0.06 = 0.36 $$<\/p>\n<p>Step 5: Use the conditional probability formula<\/p>\n<p>$$ P\\left(A\\middle| B\\right)= \\frac{0.3}{0.36}=\\frac{5}{6} $$<\/p>\n<p>If you spot a random resident carrying an umbrella, the probability that it&apos;s raining is \\(\\frac {5}{6}\\) or approximately 83.33%.<\/p>\n<h4>Example 3<\/h4>\n<p>A medical clinic offers a screening test for a particular disease. The disease is rare and only affects 2% of the population. If a person has the disease, the test will correctly identify them as positive 98% of the time. However, if a person doesn&apos;t have the disease, the test will still incorrectly identify them as positive 5% of the time (false positive). If a person is tested and gets a positive result, what is the probability they actually have the disease?<\/p>\n<p><strong>Solution<\/strong><\/p>\n<p>Step 1: Define the events<\/p>\n<ul>\n<li>Let \\(D\\) be the event that a person has the disease.<\/li>\n<li>Let \\(T\\) be the event that the test result is positive.<\/li>\n<\/ul>\n<p>Step 2: Calculate the required probabilities<\/p>\n<ul>\n<li>Probability a person has the disease: = \\(P(D) = 0.02\\)<\/li>\n<li>Probability test is positive given the person has the disease (True positive rate): \\(P \\left(T\\middle| D \\right) = 0.98\\)<\/li>\n<li>Probability test is positive given the person doesn&apos;t have the disease (False positive rate): \\(P\\left(T\\middle| D^\\prime \\right) = 0.05\\), where \\(D^\\prime\\) is the event that a person doesn&apos;t have the disease.<\/li>\n<\/ul>\n<p>Step 3: Calculate the joint probabilities<\/p>\n<p>$$ P(D \\cap T) = P(D) \\times P\\left(T\\middle| D \\right) = 0.02 \\times 0.98 = 0.0196 $$<\/p>\n<p>\\(P(D^\\prime \\cap T) = P(D^\\prime) \\times P\\left(T\\middle| D^\\prime \\right) = 0.98 \\times 0.05 = 0.049, \\text{ since } P(D^\\prime) = 1 &#8211; P(D) = 0.98 \\)<\/p>\n<p>Step 4: Use the law of total probability to find \\(p(t)\\)<\/p>\n<p>$$ P(T) = P(D \\cap T) + P(D^\\prime \\cap T) = 0.0196 + 0.049 = 0.0686 $$<\/p>\n<p>Step 5: Use the conditional probability formula<\/p>\n<p>$$ P\\left(D\\middle| T\\right)= \\frac{0.0196}{0.0686}=0.2857 $$<\/p>\n<p>If a person is tested and receives a positive result, the probability they actually have the disease is approximately 28.57%.<\/p>\n<h2>Conditional Probabilities in Probability Functions<\/h2>\n<p>The Probability Mass Function (PMF) describes the distribution for discrete variables, while the Probability Density Function (PDF) does so for continuous variables. However, we might want to update these probabilities when we have extra information. That&apos;s where conditional probability comes into play, refining our view of a variable&apos;s behavior given certain conditions.<\/p>\n<p>Given two discrete random variables, \\(X\\) and \\(Y\\),<\/p>\n<p>$$ P\\left(X=x\\middle| Y=y\\right)=\\frac{P\\left(X=x\\cap Y=y\\right)}{P\\left(Y=y\\right)} $$<\/p>\n<p>For continuous random variables \\(X\\) and \\(Y\\), the conditional PDF of \\(X\\) given \\(Y = y\\) (denoted as \\(f_{\\left(X\\middle| Y\\right)}\\left(x\\middle| y\\right))\\) is given by:<\/p>\n<p>$$ f_{\\left(X\\middle| Y\\right)}\\left(x\\middle| y\\right)=\\frac{f_{\\left(X\\middle| Y\\right)}\\left(x,y\\right)}{f_Y\\left(y\\right)} $$<\/p>\n<h4>Example 4<\/h4>\n<p>Consider a discrete random variable \\(X\\) that can take on the values 0, 1, or 2. The PMF of \\(X\\), denoted \\(f_X\\left(x\\right)\\), is given by:<\/p>\n<p>$$ \\left\\{\\begin{matrix} 0.2  &#038;   \\text{if } x=0 \\\\ 0.5 &#038;    \\text{if } x=1 \\\\ 0.3 &#038;  \\text{if } x=2 \\\\ 0 &#038;    \\text{otherwise} \\end{matrix}\\right. $$<\/p>\n<p>Calculate the conditional probability \\(P \\left(X=1\\middle| X \\gt 0 \\right)\\), which is the probability that \\(X\\) equals 1 given that \\(X\\) is greater than 0.<\/p>\n<p><strong>Solution<\/strong><\/p>\n<p>First, we need to determine the probability that \\(X\\) is greater than 0. This is:<\/p>\n<p>$$ P(X \\gt 0) = f_X\\left(1\\right) + f_X\\left(2\\right) = 0.5 + 0.3 = 0.8 $$<\/p>\n<p>Next, we can determine the conditional probability using the formula:<\/p>\n<p>$$ P\\left(X=1\\middle| X \\gt 0\\right)=\\frac{P\\left(X=1\\cap X \\gt 0\\right)}{P\\left(X \\gt 0\\right)} $$<\/p>\n<p>Since \\(X = 1\\) is a subset of \\(X \\gt 0, P\\left(X=1\\cap X \\gt 0\\right)=P\\left(X=1\\right)=0.5\\)<\/p>\n<p>Thus,<\/p>\n<p>$$ P\\left(X=1\\middle| X \\gt 0\\right)=\\frac{0.5}{0.8}=0.625 $$<\/p>\n<p>So, given that \\(X\\) is greater than 0, there is a 62.5% chance that \\(X\\) equals 1.<\/p>\n<h4>Example 5<\/h4>\n<p>Consider a discrete random variable \\(Y\\), which can take on the values 1,2,1,2, or 33. The PMF of \\(Y\\), denoted \\(f_Yy\\), is defined as:<\/p>\n<p>$$ \\left\\{\\begin{matrix} 0.1  &#038;   \\text{ if } y=1 \\\\ 0.4  &#038;    \\text{if } y=2 \\\\ 0.5 &#038;   \\text{if } y=3 \\\\ 0 &#038;     \\text{otherwise} \\end{matrix}\\right. $$<\/p>\n<p>Let&apos;s calculate the conditional probability \\(P\\left(Y = 2 \\middle|Y \\le 2\\right)\\), which represents the probability that \\(Y\\) is 2 given that \\(Y\\) is less than or equal to 2.<\/p>\n<p><strong>Solution<\/strong><\/p>\n<p>Firstly, the probability that \\(Y\\) is less than or equal to 2 is \\(0.1 + 0.4 = 0.5\\) (since these are the possible values of \\(Y\\))<\/p>\n<p>Using the formula for conditional probability:<\/p>\n<p>$$ P\\left(Y=2\\middle| Y\\le2\\right)=\\frac{P\\left(Y=2\\cap Y\\le2\\right)}{P\\left(Y\\le2\\right)} $$<\/p>\n<p>Given that \\(Y = 2\\) is a subset of \\(Y \\le 3, P\\left(Y=2\\cap Y\\le2\\right) = P(Y = 2) = 0.4\\)<\/p>\n<p>Thus,<\/p>\n<p>$$ P\\left(Y=2\\middle| Y\\le2\\right)=\\frac{0.4}{0.5}=0.8 $$<\/p>\n<p>So, given that \\(Y\\) is less than or equal to 2, there is an 80% chance that \\(Y\\) is 2.<\/p>\n<h4>Example 6<\/h4>\n<p>Consider two continuous random variables \\(X\\) and \\(Y\\) with joint probability density function (pdf) given by:<\/p>\n<p>$$ \\left\\{\\begin{matrix} 2xy &#038;    \\text{if } 0 \\le x \\le 1 \\text{ and } 0\\le y \\le 1 \\\\ 0 &#038;       \\text{otherwise} \\end{matrix}\\right. $$<\/p>\n<p>This pdf represents the likelihood that \\(X\\) and \\(Y\\) take on specific values simultaneously.<\/p>\n<p>Calculate the conditional probability \\(P \\left(X \\gt 0.5\\middle| Y = 0.8\\right)\\), i.e., the probability that \\(X\\) is greater than 0.5 given that \\(Y\\) equals 0.8.<\/p>\n<p><strong>Solution<\/strong><\/p>\n<p>To find the conditional probability, we need to find the marginal pdf of \\(Y\\), denoted \\(f_Y\\left(y\\right)\\), and then use it to determine the conditional pdf \\(f_{XY}\\left(x\\middle| y\\right)\\).<\/p>\n<p>Step 1: Find the marginal pdf of \\(Y\\):<\/p>\n<p>$$ f_Y\\left(y\\right)=\\int_{0}^{1}{f_{X,Y}\\left(x,y\\right)dx} $$<\/p>\n<p>Substituting in the given \\(f_{XY}\\left(x,y\\right)\\)<\/p>\n<p>$$ f_Y\\left(y\\right)=\\int_{0}^{1}{2xydx=yx^2|_0^1=y} $$<\/p>\n<p>Step 2: Use the marginal pdf to determine the conditional pdf:<\/p>\n<p>$$ f_{\\left(X\\middle| Y\\right)}\\left(x\\middle|0.8\\right)=\\frac{f_{XY}\\left(x,0.8\\right)}{f_Y\\left(0.8\\right)}=\\frac{2x\\left(0.8\\right)}{0.8}=2x $$<\/p>\n<p>Step 3: Compute the conditional probability:<\/p>\n<p>$$ P\\left(X \\gt 0.5\\middle| Y=0.8\\right)=\\int_{0.5}^{1}{2xdx=x^2|_{0.5}^1=1-0.25=0.75} $$<\/p>\n<p>Therefore, given that \\(Y = 0.8\\), there is a 75% chance that \\(X\\) is greater than 0.5.<\/p>\n<h4>Example 7<\/h4>\n<p>Given the following probability density function of a continuous random variable:<\/p>\n<p>$$ f\\left(x\\right)= \\left\\{\\begin{matrix} x^2+\\frac{2}{3}, &#038; 0 \\lt x \\lt 1 \\\\ 0, &#038;       \\text{otherwise} \\end{matrix}\\right. $$<\/p>\n<p>Calculate \\(P \\left(X\\lt \\frac{3}{4}\\mid X\\gt \\frac{1}{2}\\right) \\)<\/p>\n<p><strong>Solution<\/strong><\/p>\n<p>Using the fact that:<\/p>\n<p>$$ \\begin{align*}<br \/>\nP\\left(A\\mid B\\right) &#038; =\\frac{P\\left(A\\cap B\\right)}{P\\left(B\\right)} \\\\<br \/>\n\\Rightarrow P\\left(X \\lt \\frac{3}{4}\\mid X\\gt \\frac{1}{2}\\right) &#038; = \\frac{P(X\\lt \\frac{3}{4}\\cap X \\gt \\frac{1}{2}}{P\\left(X\\gt \\frac{1}{2}\\right)} \\\\<br \/>\n&#038; =\\frac{P\\left(\\frac{1}{2} \\lt X \\lt \\frac{3}{4}\\right)}{P\\left(X\\gt \\frac{1}{2}\\right)} \\end{align*} $$<\/p>\n<p>Now,<\/p>\n<p>$$ \\begin{align*}<br \/>\nP\\left(\\frac{1}{2} \\lt X \\lt \\frac{3}{4}\\right) &#038; =\\int_{\\frac{1}{2}}^{\\frac{3}{4}}\\left(x^2+\\frac{2}{3}\\right)dx=\\left[\\frac{x^3}{3}+\\frac{2}{3}x\\right]_{x=\\frac{1}{2}}^{x=\\frac{3}{4}}=0.265625 \\\\<br \/>\nP\\left(X \\gt \\frac{1}{2}\\right) &#038; =\\int_{\\frac{1}{2}}^{1}\\left(x^2+\\frac{2}{3}\\right)dx=\\left[\\frac{x^3}{3}+\\frac{2}{3}x\\right]_{x=\\frac{1}{2}}^{x=1}=\\frac{5}{8} \\\\<br \/>\n\\Rightarrow P \\left(X \\gt \\frac{3}{4}\\mid X \\gt \\frac{1}{2}\\right) &#038; =\\frac{0.265625}{\\frac{5}{8}}=0.425 \\end{align*} $$<\/p>\n<h4>Example 8<\/h4>\n<p>A healthcare provider issues insurance policies for its clients. The annual claim, \\(W\\), of a policyholder in any given year is described by:<\/p>\n<p>$$ W = 80,000Z $$<\/p>\n<p>where \\(Z\\) is a random variable with the following density function:<\/p>\n<p>$$ \\left\\{\\begin{matrix}<br \/>\nm(1-Z)^3 &#038;    \\text{for } 0\\lt z \\lt 1 \\\\ 0, &#038;   \\text{otherwise} \\end{matrix}\\right. $$<\/p>\n<p>Here, \\(m\\) is a constant.<\/p>\n<p>Find the conditional probability that \\(W\\) exceeds 32,000, given that \\(W\\) exceeds 8,000.<\/p>\n<p><strong>Solution<\/strong><\/p>\n<p>Step 1: Determine the value of \\(m\\)<\/p>\n<p>The total area under \\(g(z)\\) must equal 1 for all values of \\(z\\). Therefore:<\/p>\n<p>$$ \\begin{align*}<br \/>\n\\int_{0}^{1}{m\\left(1-z\\right)^3dz}&#038;=1 \\\\<br \/>\n\\Longrightarrow-\\frac{1}{4}{m\\left(1-z\\right)}^4|_0^1 &#038; =1 \\\\<br \/>\n\\Longrightarrow-\\frac{1}{4}m\\left(1-1\\right)^4+\\frac{1}{4}m &#038; =1 \\end{align*} $$<\/p>\n<p>From the above, we get \\(m = 4\\)<\/p>\n<p>Step 2: Calculate the probabilities<\/p>\n<p>We need:<\/p>\n<p>$$ \\begin{align*} P\\left(W \\gt 8,000\\right) &#038; =P\\left(80,000Z \\gt 8,000\\right)=P\\left(Z \\gt 0.1\\right) \\\\<br \/>\nP\\left(W \\gt 32,000\\right) &#038;=P\\left(80,000Z \\gt 32,000\\right)=P\\left(Z \\gt 0.4\\right) \\end{align*} $$<\/p>\n<p>Evaluating the integrals:<\/p>\n<p>For \\(P(Z \\gt 0.1)\\):<\/p>\n<p>$$ \\int_{0.1}^{1}{4\\left(1-z\\right)^3dz=-\\left(1-z\\right)^4|_{0.1}^1=0.6561} $$<\/p>\n<p>For \\(P(Z \\gt 0.4)\\):<\/p>\n<p>$$ \\int_{0.1}^{1}{4\\left(1-z\\right)^3dz=-\\left(1-z\\right)^4|_{0.4}^1=0.1296} $$<\/p>\n<p>Step 3: Calculate the Conditional Probability<\/p>\n<p>$$ P\\left(W \\gt 32,000\\middle| W \\gt 8,000\\right)=\\frac{P\\left(W \\gt 32,000\\right)}{P\\left(W \\gt 8,000\\right)}=\\frac{0.1296}{0.6561}=0.1976 $$<\/p>\n<h3>Using Tree Diagrams to Solve Conditional Probability Problems <\/h3>\n<p>A tree diagram is a graphical representation used to showcase all the possible outcomes of an event. It starts with a single node that branches out to represent multiple scenarios. Each branch represents a different outcome and can further branch out based on subsequent outcomes.<\/p>\n<p><strong>How to Construct a Tree Diagram:<\/strong><\/p>\n<ol type=\"1\">\n<li><strong>Identify events:<\/strong> List all possible events or outcomes you want to represent.<\/li>\n<li><strong>Draw initial branch:<\/strong> This represents the first event. Label the branch with the probability of the event occurring.<\/li>\n<li><strong>Add secondary branches:<\/strong> For each possible outcome of the initial event, draw additional branches to represent subsequent events. Label each branch with its respective probability.<\/li>\n<li><strong>Continue until complete:<\/strong> Keep adding branches for subsequent events until you&apos;ve represented all events and outcomes of interest.<\/li>\n<\/ol>\n<p>The real power of tree diagrams shines when dealing with conditional probabilities. Each branch&apos;s probability is the product of the likelihood of the event given the preceding events.<\/p>\n<p>For example, consider drawing cards from a deck. If you draw one card, the tree&apos;s first set of branches represents the likelihood of drawing each type. If you then draw a second card without replacement, the probabilities change, and this change can be represented as sub-branches with adjusted probabilities based on the first draw&apos;s outcome.<\/p>\n<h4>Example 9: Drawing Two Cards from a Deck<\/h4>\n<p>Suppose you want to determine the probability that you first draw a red card (either heart or diamond) from a standard deck of 52 cards and then, without replacing it, draw a black card (either club or spade).<\/p>\n<p>Step 1: Identify events<\/p>\n<ul>\n<li>Event R: Draw a red card first.<\/li>\n<li>Event B: Draw a black card second (given a red card was drawn first).<\/li>\n<\/ul>\n<p>Step 2: Draw initial branch<\/p>\n<ul>\n<li>Start with a single node and draw two branches from it &#8211; one for drawing a red card and another for drawing a black card. There are 26 red cards and 26 black cards in a standard deck.<\/li>\n<\/ul>\n<p>Step 3: Add secondary branches<\/p>\n<ul>\n<li>From the &lsquo;red card&rsquo; branch, add two more branches &#8211; one for drawing a black card second and another for drawing a red card second. Do the same for the &lsquo;black card&rsquo; branch.<\/li>\n<\/ul>\n<p>Step 4: Label the branches with probabilities<\/p>\n<ul>\n<li>\\(P(R) = P(B) =\\frac {26}{52} = 0.5 \\)<\/li>\n<li>\\(P\\left(R\\middle|R \\right) = P\\left(\\text{Draw a red card second} \\middle| \\text{red card drawn first} \\right) =\\frac {25}{51}\\) <\/li>\n<li>\\(P\\left(B\\middle|R \\right) = P\\left(\\text{Draw a black card second} \\middle| \\text{red card drawn first} \\right) =\\frac {26}{51} \\)<\/li>\n<li>\\(P\\left(R\\middle|B \\right) = P \\left(\\text{Draw a red card second} \\middle| \\text{black card drawn first}\\right) =\\frac {25}{51} \\)<\/li>\n<li>\\(P\\left(B\\middle|B \\right) = P \\left( \\text{Draw a black card second} \\middle| \\text{black card drawn first} \\right) =\\frac {25}{51} \\)<\/li>\n<\/ul>\n<p>Step 5: Finding the desired probability<\/p>\n<p>For example, the probability of drawing a red card first and then a black card is the product of the probabilities along the respective branches:<\/p>\n<p>\\(P(R \\text{ and } B) = P(R) \\times P\\left(B\\middle|R \\right) = 0.5 \\times \\frac {26}{51} \\approx 25.49\\% \\)<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2023\/10\/exam_P_reading9_img1.jpg\" alt=\"\" width=\"600\" height=\"398\" class=\"aligncenter size-medium wp-image-34009\" \/><\/p>\n<blockquote>\n<h2>Question<\/h2>\n<p>A private medical research institute examines the medical records of 1,200 individuals who participated in a study. Among these individuals, 320 were diagnosed with diabetes. Additionally, 480 participants had at least one parent who had diabetes. Among the 480 participants with diabetic parents, 240 were diagnosed with diabetes themselves.<\/p>\n<p>Calculate the probability that a randomly selected individual from this group has diabetes, given that neither of their parents had diabetes.<\/p>\n<ol type=\"A\">\n<li>0.011<\/li>\n<li>0.095<\/li>\n<li>0.125<\/li>\n<li>0.025 <\/li>\n<li>0.055<\/li>\n<\/ol>\n<p><strong>Solution<\/strong><\/p>\n<p><strong>The answer is A.<\/strong><\/p>\n<p>Let&apos;s define the events: <\/p>\n<p>\\(A\\) = Individual has diabetes. <\/p>\n<p>\\(B\\) = Neither parent had diabetes.<\/p>\n<p>From the given information: <\/p>\n<p>$$ P\\left(A\\right)=\\frac{320}{1200} $$<\/p>\n<p>We are asked to find the probability that an individual has diabetes, given that neither of their parents had diabetes, i.e.,<\/p>\n<p>$$ P \\left(A \\middle| B \\right)=\\frac{P\\left(A \\cap B\\right)}{P\\left(B\\right)} $$<\/p>\n<p>Now, we can first find \\(P\\left(A \\cap B\\right)\\), which is the probability that an individual has diabetes and neither of their parents had diabetes.<\/p>\n<p>$$ P\\left(A\\cap B\\right)=\\frac{320-240}{1200}=\\frac{80}{1200} $$<\/p>\n<p>Now, let&apos;s calculate the values: <\/p>\n<p>$$ \\begin{align*} P\\left(B\\right) &#038; =\\frac{1200 &#8211; 480}{1200}=\\frac{720}{1200} \\\\<br \/>\n\\Rightarrow P\\left(A \\middle| B \\right)&#038;=\\frac{\\frac{80}{1200}}{\\frac{720}{120}}=0.0111 \\end{align*} $$<\/p>\n<\/blockquote>\n<p><strong><em>Learning Outcome<\/em><\/strong><\/p>\n<p><strong><em>Topic 2. b: Univariate Random Variables &#8211; Calculate conditional probabilities<\/em><\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>While it&apos;s crucial to grasp basic probability concepts, actuarial problems often require a deeper dive into complex scenarios where events are interdependent. This leads us to the concept of conditional probability. Conditional probability is the probability of an event occurring,&#8230;<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[98],"tags":[],"class_list":["post-34918","post","type-post","status-publish","format-standard","hentry","category-univariate-random-variables","blog-post","no-post-thumbnail","animate"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Calculating Conditional Probability | Study Notes<\/title>\n<meta name=\"description\" content=\"Learn how to calculate conditional probabilities using standard formulas, worked examples, and common problem setups tested in probability-based exams.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/univariate-random-variables\/calculate-conditional-probabilities\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Calculating Conditional Probability | Study Notes\" \/>\n<meta property=\"og:description\" content=\"Learn how to calculate conditional probabilities using standard formulas, worked examples, and common problem setups tested in probability-based exams.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/univariate-random-variables\/calculate-conditional-probabilities\/\" \/>\n<meta property=\"og:site_name\" content=\"CFA, FRM, and Actuarial Exams Study Notes\" \/>\n<meta property=\"article:published_time\" content=\"2023-11-14T11:35:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-20T16:53:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2023\/10\/exam_P_reading9_img1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1248\" \/>\n\t<meta property=\"og:image:height\" content=\"696\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Nicolas Joyce\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Nicolas Joyce\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/actuarial-exams\\\/soa\\\/p-probability\\\/univariate-random-variables\\\/calculate-conditional-probabilities\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/actuarial-exams\\\/soa\\\/p-probability\\\/univariate-random-variables\\\/calculate-conditional-probabilities\\\/\"},\"author\":{\"name\":\"Nicolas Joyce\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/#\\\/schema\\\/person\\\/393e8b0a7757cde1d197fb0c060af25f\"},\"headline\":\"Calculate conditional probabilities\",\"datePublished\":\"2023-11-14T11:35:58+00:00\",\"dateModified\":\"2026-01-20T16:53:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/actuarial-exams\\\/soa\\\/p-probability\\\/univariate-random-variables\\\/calculate-conditional-probabilities\\\/\"},\"wordCount\":2624,\"image\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/actuarial-exams\\\/soa\\\/p-probability\\\/univariate-random-variables\\\/calculate-conditional-probabilities\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/exam_P_reading9_img1.jpg\",\"articleSection\":[\"Univariate Random Variables\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/actuarial-exams\\\/soa\\\/p-probability\\\/univariate-random-variables\\\/calculate-conditional-probabilities\\\/\",\"url\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/actuarial-exams\\\/soa\\\/p-probability\\\/univariate-random-variables\\\/calculate-conditional-probabilities\\\/\",\"name\":\"Calculating Conditional Probability | Study Notes\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/actuarial-exams\\\/soa\\\/p-probability\\\/univariate-random-variables\\\/calculate-conditional-probabilities\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/actuarial-exams\\\/soa\\\/p-probability\\\/univariate-random-variables\\\/calculate-conditional-probabilities\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/exam_P_reading9_img1.jpg\",\"datePublished\":\"2023-11-14T11:35:58+00:00\",\"dateModified\":\"2026-01-20T16:53:06+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/#\\\/schema\\\/person\\\/393e8b0a7757cde1d197fb0c060af25f\"},\"description\":\"Learn how to calculate conditional probabilities using standard formulas, worked examples, and common problem setups tested in probability-based exams.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/actuarial-exams\\\/soa\\\/p-probability\\\/univariate-random-variables\\\/calculate-conditional-probabilities\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/actuarial-exams\\\/soa\\\/p-probability\\\/univariate-random-variables\\\/calculate-conditional-probabilities\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/actuarial-exams\\\/soa\\\/p-probability\\\/univariate-random-variables\\\/calculate-conditional-probabilities\\\/#primaryimage\",\"url\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/exam_P_reading9_img1.jpg\",\"contentUrl\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/exam_P_reading9_img1.jpg\",\"width\":1248,\"height\":696},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/actuarial-exams\\\/soa\\\/p-probability\\\/univariate-random-variables\\\/calculate-conditional-probabilities\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Calculate conditional probabilities\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/#website\",\"url\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/\",\"name\":\"CFA, FRM, and Actuarial Exams Study Notes\",\"description\":\"Question Bank and Study Notes for the CFA, FRM, and Actuarial exams\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/#\\\/schema\\\/person\\\/393e8b0a7757cde1d197fb0c060af25f\",\"name\":\"Nicolas Joyce\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/684508c19e959bb01da12a9dc741428f559e4e5df43fc41ed68efa7f2d3b2b9d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/684508c19e959bb01da12a9dc741428f559e4e5df43fc41ed68efa7f2d3b2b9d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/684508c19e959bb01da12a9dc741428f559e4e5df43fc41ed68efa7f2d3b2b9d?s=96&d=mm&r=g\",\"caption\":\"Nicolas Joyce\"},\"url\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/author\\\/kajal\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Calculating Conditional Probability | Study Notes","description":"Learn how to calculate conditional probabilities using standard formulas, worked examples, and common problem setups tested in probability-based exams.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/univariate-random-variables\/calculate-conditional-probabilities\/","og_locale":"en_US","og_type":"article","og_title":"Calculating Conditional Probability | Study Notes","og_description":"Learn how to calculate conditional probabilities using standard formulas, worked examples, and common problem setups tested in probability-based exams.","og_url":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/univariate-random-variables\/calculate-conditional-probabilities\/","og_site_name":"CFA, FRM, and Actuarial Exams Study Notes","article_published_time":"2023-11-14T11:35:58+00:00","article_modified_time":"2026-01-20T16:53:06+00:00","og_image":[{"width":1248,"height":696,"url":"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2023\/10\/exam_P_reading9_img1.jpg","type":"image\/jpeg"}],"author":"Nicolas Joyce","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Nicolas Joyce","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/univariate-random-variables\/calculate-conditional-probabilities\/#article","isPartOf":{"@id":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/univariate-random-variables\/calculate-conditional-probabilities\/"},"author":{"name":"Nicolas Joyce","@id":"https:\/\/analystprep.com\/study-notes\/#\/schema\/person\/393e8b0a7757cde1d197fb0c060af25f"},"headline":"Calculate conditional probabilities","datePublished":"2023-11-14T11:35:58+00:00","dateModified":"2026-01-20T16:53:06+00:00","mainEntityOfPage":{"@id":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/univariate-random-variables\/calculate-conditional-probabilities\/"},"wordCount":2624,"image":{"@id":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/univariate-random-variables\/calculate-conditional-probabilities\/#primaryimage"},"thumbnailUrl":"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2023\/10\/exam_P_reading9_img1.jpg","articleSection":["Univariate Random Variables"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/univariate-random-variables\/calculate-conditional-probabilities\/","url":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/univariate-random-variables\/calculate-conditional-probabilities\/","name":"Calculating Conditional Probability | Study Notes","isPartOf":{"@id":"https:\/\/analystprep.com\/study-notes\/#website"},"primaryImageOfPage":{"@id":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/univariate-random-variables\/calculate-conditional-probabilities\/#primaryimage"},"image":{"@id":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/univariate-random-variables\/calculate-conditional-probabilities\/#primaryimage"},"thumbnailUrl":"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2023\/10\/exam_P_reading9_img1.jpg","datePublished":"2023-11-14T11:35:58+00:00","dateModified":"2026-01-20T16:53:06+00:00","author":{"@id":"https:\/\/analystprep.com\/study-notes\/#\/schema\/person\/393e8b0a7757cde1d197fb0c060af25f"},"description":"Learn how to calculate conditional probabilities using standard formulas, worked examples, and common problem setups tested in probability-based exams.","breadcrumb":{"@id":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/univariate-random-variables\/calculate-conditional-probabilities\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/univariate-random-variables\/calculate-conditional-probabilities\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/univariate-random-variables\/calculate-conditional-probabilities\/#primaryimage","url":"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2023\/10\/exam_P_reading9_img1.jpg","contentUrl":"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2023\/10\/exam_P_reading9_img1.jpg","width":1248,"height":696},{"@type":"BreadcrumbList","@id":"https:\/\/analystprep.com\/study-notes\/actuarial-exams\/soa\/p-probability\/univariate-random-variables\/calculate-conditional-probabilities\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/analystprep.com\/study-notes\/"},{"@type":"ListItem","position":2,"name":"Calculate conditional probabilities"}]},{"@type":"WebSite","@id":"https:\/\/analystprep.com\/study-notes\/#website","url":"https:\/\/analystprep.com\/study-notes\/","name":"CFA, FRM, and Actuarial Exams Study Notes","description":"Question Bank and Study Notes for the CFA, FRM, and Actuarial exams","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/analystprep.com\/study-notes\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/analystprep.com\/study-notes\/#\/schema\/person\/393e8b0a7757cde1d197fb0c060af25f","name":"Nicolas Joyce","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/684508c19e959bb01da12a9dc741428f559e4e5df43fc41ed68efa7f2d3b2b9d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/684508c19e959bb01da12a9dc741428f559e4e5df43fc41ed68efa7f2d3b2b9d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/684508c19e959bb01da12a9dc741428f559e4e5df43fc41ed68efa7f2d3b2b9d?s=96&d=mm&r=g","caption":"Nicolas Joyce"},"url":"https:\/\/analystprep.com\/study-notes\/author\/kajal\/"}]}},"_links":{"self":[{"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/posts\/34918","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/comments?post=34918"}],"version-history":[{"count":3,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/posts\/34918\/revisions"}],"predecessor-version":[{"id":42094,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/posts\/34918\/revisions\/42094"}],"wp:attachment":[{"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/media?parent=34918"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/categories?post=34918"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/tags?post=34918"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}