<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://staging.moocwiki.org/index.php?action=history&amp;feed=atom&amp;title=English%3AConditional_Probability</id>
	<title>English:Conditional Probability - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://staging.moocwiki.org/index.php?action=history&amp;feed=atom&amp;title=English%3AConditional_Probability"/>
	<link rel="alternate" type="text/html" href="https://staging.moocwiki.org/index.php?title=English:Conditional_Probability&amp;action=history"/>
	<updated>2026-08-28T18:16:09Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in MOOCsWiki Staging</subtitle>
	<generator>MediaWiki 1.45.4</generator>
	<entry>
		<id>https://staging.moocwiki.org/index.php?title=English:Conditional_Probability&amp;diff=47319&amp;oldid=prev</id>
		<title>Glanz: aiMOOC über GPT aiMOOC Action erstellt</title>
		<link rel="alternate" type="text/html" href="https://staging.moocwiki.org/index.php?title=English:Conditional_Probability&amp;diff=47319&amp;oldid=prev"/>
		<updated>2026-08-28T06:53:48Z</updated>

		<summary type="html">&lt;p&gt;aiMOOC über GPT aiMOOC Action erstellt&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{T}}&lt;br /&gt;
[[Category:English]]&lt;br /&gt;
[[Category:Conditional Probability]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Conditional probability&amp;#039;&amp;#039;&amp;#039; describes how the probability of an event changes when you know that another event has occurred. It is one of the central ideas of [[English:Probability|probability theory]] because information changes the set of outcomes that remain possible. In Grades 11–13, conditional probability connects counting, fractions, [[English:Venn diagram|Venn diagrams]], [[English:Tree diagram|probability trees]], [[English:Contingency table|two-way tables]], [[English:Independence (probability theory)|independence]], and [[English:Bayes&amp;#039; theorem|Bayes&amp;#039; theorem]].&lt;br /&gt;
&lt;br /&gt;
By the end of this aiMOOC, you should be able to interpret conditional-probability notation, calculate conditional probabilities from data and models, construct and read tree diagrams, test whether events are independent, reverse a condition with Bayes&amp;#039; theorem, and explain how base rates affect real-world decisions.&lt;br /&gt;
&lt;br /&gt;
[[File:Conditional probability.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
The diagram above shows a sample space with overlapping events. Conditioning means restricting your attention to the event that is known to have occurred and then asking what fraction of that restricted probability belongs to the event of interest.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=_IgyaD7vOOA|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Core Ideas =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Events, Intersections, and the Reduced Sample Space ==&lt;br /&gt;
&lt;br /&gt;
An &amp;#039;&amp;#039;&amp;#039;event&amp;#039;&amp;#039;&amp;#039; is a set of outcomes. If event A means “the selected student studies mathematics” and event B means “the selected student is in Grade 12,” then &amp;lt;math&amp;gt;A\cap B&amp;lt;/math&amp;gt; means that both statements are true. When you are told that B has happened, outcomes outside B are no longer relevant to the conditional question.&lt;br /&gt;
&lt;br /&gt;
This is why the word &amp;#039;&amp;#039;&amp;#039;given&amp;#039;&amp;#039;&amp;#039; matters. The notation &amp;lt;math&amp;gt;P(A\mid B)&amp;lt;/math&amp;gt; is read as “the probability of A given B.” The vertical bar does not mean division. It announces the condition that defines the reduced sample space.&lt;br /&gt;
&lt;br /&gt;
For equally likely outcomes, you can think of conditional probability as a ratio of counts:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;P(A\mid B)=\frac{\text{number of outcomes in }A\cap B}{\text{number of outcomes in }B}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
This count interpretation is especially useful when working with cards, dice, survey data, or classroom datasets.&lt;br /&gt;
&lt;br /&gt;
[[File:Conditional probability venn 1-10.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== The Definition of Conditional Probability ==&lt;br /&gt;
&lt;br /&gt;
For events A and B with &amp;lt;math&amp;gt;P(B)&amp;gt;0&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;P(A\mid B)=\frac{P(A\cap B)}{P(B)}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The denominator is the probability of the event you are &amp;#039;&amp;#039;&amp;#039;given&amp;#039;&amp;#039;&amp;#039;. The numerator is the probability that both the event of interest and the given event occur.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Example.&amp;#039;&amp;#039;&amp;#039; Suppose &amp;lt;math&amp;gt;P(A\cap B)=0.18&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;P(B)=0.30&amp;lt;/math&amp;gt;. Then&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;P(A\mid B)=\frac{0.18}{0.30}=0.60&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The condition has changed the reference set: instead of comparing the intersection with the whole sample space, you compare it with B.&lt;br /&gt;
&lt;br /&gt;
A conditional probability is only defined by this formula when the conditioning event has positive probability. At this level, problems are normally designed so that &amp;lt;math&amp;gt;P(B)&amp;gt;0&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Reading Two-Way Tables ==&lt;br /&gt;
&lt;br /&gt;
A [[English:Contingency table|two-way table]] organizes counts for two categorical variables. It is one of the clearest ways to distinguish joint, marginal, and conditional information.&lt;br /&gt;
&lt;br /&gt;
Suppose 200 students are classified by whether they take an advanced mathematics course and whether they participate in a science club:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
! Science club&lt;br /&gt;
! Not in science club&lt;br /&gt;
! Total&lt;br /&gt;
|-&lt;br /&gt;
! Advanced mathematics&lt;br /&gt;
| 54&lt;br /&gt;
| 36&lt;br /&gt;
| 90&lt;br /&gt;
|-&lt;br /&gt;
! Not advanced mathematics&lt;br /&gt;
| 26&lt;br /&gt;
| 84&lt;br /&gt;
| 110&lt;br /&gt;
|-&lt;br /&gt;
! Total&lt;br /&gt;
| 80&lt;br /&gt;
| 120&lt;br /&gt;
| 200&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If A is “advanced mathematics” and S is “science club,” then&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;P(A\mid S)=\frac{54}{80}=0.675&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The denominator is 80 because the condition S restricts attention to science-club members. By contrast,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;P(S\mid A)=\frac{54}{90}=0.60&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
These two conditional probabilities use the same intersection count but different denominators. In general, &amp;lt;math&amp;gt;P(A\mid B)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;P(B\mid A)&amp;lt;/math&amp;gt; are not equal.&lt;br /&gt;
&lt;br /&gt;
[[File:Contingency Table.png|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== The Multiplication Rule ==&lt;br /&gt;
&lt;br /&gt;
Rearranging the definition gives the &amp;#039;&amp;#039;&amp;#039;multiplication rule&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;P(A\cap B)=P(B)P(A\mid B)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Equivalently,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;P(A\cap B)=P(A)P(B\mid A)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
This rule is useful when a process unfolds in stages. You multiply along a path because reaching the end of that path requires each stage on the path to occur.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Example.&amp;#039;&amp;#039;&amp;#039; A school randomly selects one student. The probability that the student is in Grade 12 is 0.40. Among Grade 12 students, the probability of studying physics is 0.35. Therefore,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;P(\text{Grade 12 and physics})=0.40\cdot0.35=0.14&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Probability Trees ==&lt;br /&gt;
&lt;br /&gt;
A probability tree represents sequential or conditional structure. The probabilities on branches leaving the same node must add to 1. A branch probability after the first stage is conditional on the event represented by the path that led to that node.&lt;br /&gt;
&lt;br /&gt;
[[File:Probability tree diagram.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
To find the probability of a complete path, multiply the branch probabilities along that path. To find the probability of an event that can happen through several mutually exclusive paths, add the probabilities of those paths.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=hxEdXUB_IdQ|500|center}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Tree example.&amp;#039;&amp;#039;&amp;#039; A digital filter flags 8% of incoming messages. Among flagged messages, 70% actually contain the target feature. The probability that a randomly chosen message is both flagged and contains the target feature is&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;0.08\cdot0.70=0.056&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
A tree diagram helps you keep the direction of each conditional probability visible.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Independence and Dependence =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Testing Independence ==&lt;br /&gt;
&lt;br /&gt;
Events A and B are &amp;#039;&amp;#039;&amp;#039;independent&amp;#039;&amp;#039;&amp;#039; when knowing that one occurred does not change the probability of the other. If the relevant probabilities are positive, any of the following equivalent conditions can be used:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;P(A\mid B)=P(A)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;P(B\mid A)=P(B)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;P(A\cap B)=P(A)P(B)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
If these equalities do not hold, the events are dependent.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Example.&amp;#039;&amp;#039;&amp;#039; If &amp;lt;math&amp;gt;P(A)=0.50&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;P(B)=0.40&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;P(A\cap B)=0.20&amp;lt;/math&amp;gt;, then &amp;lt;math&amp;gt;P(A)P(B)=0.20&amp;lt;/math&amp;gt;. The events are independent.&lt;br /&gt;
&lt;br /&gt;
Do not confuse &amp;#039;&amp;#039;&amp;#039;independent&amp;#039;&amp;#039;&amp;#039; with &amp;#039;&amp;#039;&amp;#039;mutually exclusive&amp;#039;&amp;#039;&amp;#039;. If two nonzero-probability events are mutually exclusive, they cannot be independent because the occurrence of one makes the other impossible.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=pIfpHdGVwLU|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Independence in Repeated Experiments ==&lt;br /&gt;
&lt;br /&gt;
Repeated trials are often modeled as independent, but independence is an assumption that must be justified by the situation. For example, repeated tosses of an ideal coin are modeled as independent because the result of one toss does not alter the probability distribution of the next toss.&lt;br /&gt;
&lt;br /&gt;
Sampling without replacement is usually dependent because the composition of the remaining population changes after each selection. Sampling with replacement can restore the same probability distribution from draw to draw.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Bayes&amp;#039; Theorem and Reversing Conditions =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Why Reversing a Condition Is Difficult ==&lt;br /&gt;
&lt;br /&gt;
A common error is to treat &amp;lt;math&amp;gt;P(A\mid B)&amp;lt;/math&amp;gt; as if it were the same as &amp;lt;math&amp;gt;P(B\mid A)&amp;lt;/math&amp;gt;. The first asks about A inside the restricted world where B is known. The second asks about B inside a different restricted world where A is known.&lt;br /&gt;
&lt;br /&gt;
The two probabilities are connected, but they are not generally equal. Bayes&amp;#039; theorem provides the correct relationship.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Bayes&amp;#039; Theorem ==&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;P(B)&amp;gt;0&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;P(A\mid B)=\frac{P(B\mid A)P(A)}{P(B)}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The theorem follows because the joint probability can be written in two ways:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;P(A\cap B)=P(A\mid B)P(B)=P(B\mid A)P(A)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Solving this equality for &amp;lt;math&amp;gt;P(A\mid B)&amp;lt;/math&amp;gt; gives Bayes&amp;#039; theorem.&lt;br /&gt;
&lt;br /&gt;
[[File:Bayes theorem visualisation.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
The language of Bayesian reasoning often distinguishes a &amp;#039;&amp;#039;&amp;#039;prior probability&amp;#039;&amp;#039;&amp;#039; before new evidence, a &amp;#039;&amp;#039;&amp;#039;likelihood&amp;#039;&amp;#039;&amp;#039; describing how compatible the evidence is with a hypothesis, and a &amp;#039;&amp;#039;&amp;#039;posterior probability&amp;#039;&amp;#039;&amp;#039; after the evidence has been incorporated.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=HZGCoVF3YvM|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Law of Total Probability ==&lt;br /&gt;
&lt;br /&gt;
Bayes&amp;#039; theorem often requires the denominator &amp;lt;math&amp;gt;P(B)&amp;lt;/math&amp;gt;. When A and its complement &amp;lt;math&amp;gt;A^c&amp;lt;/math&amp;gt; split the sample space into two non-overlapping cases,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;P(B)=P(B\mid A)P(A)+P(B\mid A^c)P(A^c)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
More generally, if mutually exclusive events &amp;lt;math&amp;gt;A_1,\ldots,A_n&amp;lt;/math&amp;gt; partition the sample space, then&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;P(B)=\sum_i P(B\mid A_i)P(A_i)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
This is the &amp;#039;&amp;#039;&amp;#039;law of total probability&amp;#039;&amp;#039;&amp;#039;. It combines all distinct ways in which B can occur.&lt;br /&gt;
&lt;br /&gt;
[[File:Bayes theorem tree diagrams.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== A Base-Rate Example ==&lt;br /&gt;
&lt;br /&gt;
Imagine a quality-control system in which 2% of products are defective. A scanner flags 90% of defective products and incorrectly flags 5% of non-defective products.&lt;br /&gt;
&lt;br /&gt;
Let D mean “defective” and F mean “flagged.” Then&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;P(D)=0.02&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;P(F\mid D)=0.90&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;P(F\mid D^c)=0.05&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
First compute the total probability of being flagged:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;P(F)=0.90\cdot0.02+0.05\cdot0.98=0.067&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Then use Bayes&amp;#039; theorem:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;P(D\mid F)=\frac{0.90\cdot0.02}{0.067}\approx0.269&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
So a flagged product has about a 26.9% probability of actually being defective under this model. The result may feel surprising because the defect rate is low. This illustrates why the &amp;#039;&amp;#039;&amp;#039;base rate&amp;#039;&amp;#039;&amp;#039; matters when evidence is interpreted.&lt;br /&gt;
&lt;br /&gt;
A natural-frequency version can make the same idea intuitive. Out of 10,000 products, about 200 are defective; about 180 of those are flagged. Of the 9,800 non-defective products, about 490 are falsely flagged. Among the 670 flagged products, 180 are defective, giving &amp;lt;math&amp;gt;180/670\approx0.269&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Representations and Problem-Solving Strategies =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Choosing a Representation ==&lt;br /&gt;
&lt;br /&gt;
Different representations highlight different structures.&lt;br /&gt;
&lt;br /&gt;
# [[English:Venn diagram|Venn diagram]]: Useful for visualizing sets, intersections, unions, and a restricted sample space.&lt;br /&gt;
# [[English:Contingency table|Contingency table]]: Useful when the problem gives counts or percentages for two categorical variables.&lt;br /&gt;
# [[English:Tree diagram|Tree diagram]]: Useful for staged processes, sequential events, and reverse-conditioning problems.&lt;br /&gt;
# [[English:Bayes&amp;#039; theorem|Bayes&amp;#039; theorem]]: Useful when you know a probability in one direction and need the reversed conditional probability.&lt;br /&gt;
&lt;br /&gt;
The best representation is the one that makes the given condition and the relevant denominator unmistakable.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== A Reliable Solution Routine ==&lt;br /&gt;
&lt;br /&gt;
When you solve a conditional-probability problem, first define the events in words. Next identify the event after the word “given”; that event determines the conditioning set. Then choose a table, tree, Venn diagram, or formula. Check whether the denominator is the probability or count of the conditioning event. Finally, interpret the numerical answer in the context of the original question.&lt;br /&gt;
&lt;br /&gt;
A probability must lie between 0 and 1. If your result does not, the setup or arithmetic is wrong. You should also ask whether the answer is plausible: did the new information make the target event more likely, less likely, or leave it unchanged?&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Common Misconceptions =&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Mistake 1: Reversing the condition.&amp;#039;&amp;#039;&amp;#039; &amp;lt;math&amp;gt;P(A\mid B)&amp;lt;/math&amp;gt; is not generally equal to &amp;lt;math&amp;gt;P(B\mid A)&amp;lt;/math&amp;gt;. Read the notation in words before calculating.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Mistake 2: Using the whole sample space as the denominator.&amp;#039;&amp;#039;&amp;#039; Once you condition on B, the denominator must refer to B.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Mistake 3: Assuming independence without evidence.&amp;#039;&amp;#039;&amp;#039; Independence is a mathematical property or modeling assumption, not a default rule.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Mistake 4: Confusing independence with mutual exclusivity.&amp;#039;&amp;#039;&amp;#039; Nonzero-probability mutually exclusive events are dependent because knowing one occurred tells you the other did not.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Mistake 5: Ignoring base rates.&amp;#039;&amp;#039;&amp;#039; A high likelihood such as &amp;lt;math&amp;gt;P(F\mid D)&amp;lt;/math&amp;gt; does not by itself determine the reversed probability &amp;lt;math&amp;gt;P(D\mid F)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Mistake 6: Adding branch probabilities along a single tree path.&amp;#039;&amp;#039;&amp;#039; Along one path you multiply; across mutually exclusive complete paths you add.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Applications =&lt;br /&gt;
&lt;br /&gt;
Conditional probability is used whenever decisions depend on partial information. In [[English:Data science|data science]], it appears in classification, prediction, and probabilistic models. In engineering, it supports reliability analysis and fault detection. In economics and finance, it helps model decisions under uncertainty. In quality control, it connects test outcomes with defect rates. In science, it helps researchers update interpretations when new evidence becomes available.&lt;br /&gt;
&lt;br /&gt;
At school level, the most important goal is not merely to apply a formula. You should be able to explain which event is being conditioned on, why a denominator is appropriate, how a representation encodes the information, and what the answer means in context.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Interactive Tasks =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Quiz: Test Your Knowledge ==&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;If P(A intersect B) is 0.18 and P(B) is 0.30, what is the value of P(A given B)?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(0.60)&lt;br /&gt;
(!0.12)&lt;br /&gt;
(!0.30)&lt;br /&gt;
(!0.48)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which event determines the denominator when calculating the probability of A given B?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(The given event B)&lt;br /&gt;
(!The target event A)&lt;br /&gt;
(!The union of A and B)&lt;br /&gt;
(!The complement of B)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What does it mean if the probability of A given B equals the probability of A?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(A and B are independent)&lt;br /&gt;
(!A and B are mutually exclusive)&lt;br /&gt;
(!A is impossible)&lt;br /&gt;
(!B is certain)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;If two nonzero-probability events are mutually exclusive, what is true?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(They are dependent)&lt;br /&gt;
(!They are independent)&lt;br /&gt;
(!They are identical)&lt;br /&gt;
(!They both have probability one)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;In a probability tree, how do you find the probability of one complete path?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Multiply the branch probabilities)&lt;br /&gt;
(!Add the branch probabilities)&lt;br /&gt;
(!Subtract the final branch)&lt;br /&gt;
(!Divide every branch by two)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;A table contains 80 science-club students, and 54 of them take advanced mathematics. What is the probability of advanced mathematics given science-club membership?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(0.675)&lt;br /&gt;
(!0.450)&lt;br /&gt;
(!0.600)&lt;br /&gt;
(!0.800)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which theorem is used to reverse the direction of a conditional probability?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Bayes theorem)&lt;br /&gt;
(!Pythagorean theorem)&lt;br /&gt;
(!Binomial theorem)&lt;br /&gt;
(!Fundamental theorem of calculus)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which quantity is especially important when interpreting a positive flag for a rare event?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(The base rate)&lt;br /&gt;
(!The sample label)&lt;br /&gt;
(!The drawing scale)&lt;br /&gt;
(!The order of the alphabet)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;When sampling without replacement, why are successive draws usually dependent?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(The population composition changes)&lt;br /&gt;
(!Every outcome becomes equally likely)&lt;br /&gt;
(!The sample space becomes infinite)&lt;br /&gt;
(!Probabilities stop being numerical)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What must be true for the elementary formula for the probability of A given B to be used?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(The probability of B is positive)&lt;br /&gt;
(!The probability of A is zero)&lt;br /&gt;
(!A and B are disjoint)&lt;br /&gt;
(!A and B are identical)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Memory Game ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;memo-quiz&amp;quot;&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| Conditional probability || Probability of an event under a stated condition&lt;br /&gt;
|-&lt;br /&gt;
| Intersection || Event in which two event conditions are both satisfied&lt;br /&gt;
|-&lt;br /&gt;
| Independence || Property that knowledge of one event does not change the probability of another&lt;br /&gt;
|-&lt;br /&gt;
| Prior || Probability assigned before the new evidence is incorporated&lt;br /&gt;
|-&lt;br /&gt;
| Posterior || Probability after the evidence has been incorporated&lt;br /&gt;
|-&lt;br /&gt;
| Base rate || Background frequency of an event in the relevant population&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Drag and Drop ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;lueckentext-quiz&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Match the correct terms.&lt;br /&gt;
! Topic&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Probability inside a restricted condition&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Conditional probability&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Probability that both events occur&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Joint probability&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;No change in probability after conditioning&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Independence&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Reverse a conditional direction using prior information&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Bayes theorem&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Multiply probabilities along successive branches&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Tree diagram&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Crossword Puzzle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;kreuzwort-quiz&amp;quot;&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| Conditioning || What process restricts the sample space to a known event?&lt;br /&gt;
|-&lt;br /&gt;
| Intersection || What one-word term describes the event in which A and B both occur?&lt;br /&gt;
|-&lt;br /&gt;
| Independence || What property means that knowing one event does not change the probability of another?&lt;br /&gt;
|-&lt;br /&gt;
| Posterior || What is the updated probability after evidence has been incorporated?&lt;br /&gt;
|-&lt;br /&gt;
| Likelihood || What term describes how compatible observed evidence is with a hypothesis in Bayesian reasoning?&lt;br /&gt;
|-&lt;br /&gt;
| Contingency || What word completes the phrase two-way blank table used for categorical counts?&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== LearningApps ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe&amp;gt; https://learningapps.org/index.php?s=Conditional+Probability &amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Cloze Text ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;quiz display=simple&amp;gt;&lt;br /&gt;
{&amp;#039;&amp;#039;&amp;#039;Complete the text.&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
|type=&amp;quot;{}&amp;quot;}&lt;br /&gt;
Conditional probability asks about an event under a stated { condition }. The event after the word given defines the reduced { sample space }. The numerator in the standard formula is the probability of the { intersection }. In a tree diagram, probabilities along one complete path are { multiplied }. If conditioning does not change the probability of an event, the events are { independent }. Bayes&amp;#039; theorem connects a reversed conditional probability with a prior and a { likelihood }. The background frequency of an event is called its { base rate }. When several mutually exclusive cases can produce the same observation, the law of total probability combines those { cases }.&lt;br /&gt;
&amp;lt;/quiz&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Open-Ended Tasks =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Easy ===&lt;br /&gt;
# [[English:Conditional probability diary|Conditional probability diary]]: Find four everyday statements that use words such as given, if, among, or of those; rewrite each statement using event notation and explain the conditioning event.&lt;br /&gt;
# [[English:Two-way table project|Two-way table project]]: Create a small anonymous classroom survey with two non-sensitive categorical variables, organize the results in a two-way table, and calculate two conditional probabilities in opposite directions.&lt;br /&gt;
# [[English:Venn diagram explanation|Venn diagram explanation]]: Draw or digitally create a Venn diagram for two overlapping events and record a short explanation of how the picture changes when you condition on one event.&lt;br /&gt;
# [[English:Probability video|Probability video]]: Produce a one-minute video that explains why the denominator in a conditional probability comes from the given event.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Standard ===&lt;br /&gt;
# [[English:Probability tree experiment|Probability tree experiment]]: Run a two-stage random experiment with coins, cards, or a digital simulator, build a probability tree, compare theoretical and experimental conditional probabilities, and discuss differences.&lt;br /&gt;
# [[English:Independence investigation|Independence investigation]]: Design a dataset or simulation for two events, test independence in two different mathematical ways, and explain whether the evidence supports an independence model.&lt;br /&gt;
# [[English:Base-rate interview|Base-rate interview]]: Interview at least two people about a fictional screening or quality-control scenario, record their intuitive estimates, then compare those estimates with a correct natural-frequency calculation.&lt;br /&gt;
# [[English:Media critique in probability|Media critique in probability]]: Find a news, advertising, or social-media claim that uses a conditional percentage, identify the conditioning group, and rewrite the claim so the direction of the probability is unambiguous.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Advanced ===&lt;br /&gt;
# [[English:Bayes theorem model|Bayes theorem model]]: Build a spreadsheet or coded simulation for a rare-event detection problem, vary the prior probability, and graph how the posterior probability changes while test characteristics stay fixed.&lt;br /&gt;
# [[English:Conditional probability research poster|Conditional probability research poster]]: Create a research poster connecting conditional probability to one field such as data science, genetics, reliability engineering, economics, or machine learning, with a worked example and sources.&lt;br /&gt;
# [[English:Probability learning visit|Probability learning visit]]: Visit a library, university mathematics department, data-science lab, science museum, or suitable virtual institution and document one real application of conditional reasoning in a photo essay or illustrated report.&lt;br /&gt;
# [[English:Monte Carlo comparison|Monte Carlo comparison]]: Write or adapt a simulation that estimates a conditional probability, compare the estimate with an exact calculation, investigate convergence as the number of trials increases, and explain the role of random variation.&lt;br /&gt;
&lt;br /&gt;
{{:Open Task - Create a MOOC}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Learning Assessment =&lt;br /&gt;
&lt;br /&gt;
# [[English:Model selection assessment|Model selection assessment]]: Given one scenario in table form and one in sequential form, choose suitable representations, justify each choice, and calculate the requested conditional probabilities.&lt;br /&gt;
# [[English:Reasoning with independence|Reasoning with independence]]: Analyze a claim that two events are independent, verify or refute it using numerical evidence, and explain why mutual exclusivity would be a different relationship.&lt;br /&gt;
# [[English:Bayesian transfer task|Bayesian transfer task]]: Solve a new reverse-conditioning problem, first with a tree or natural frequencies and then with Bayes&amp;#039; theorem, and explain why the two methods agree.&lt;br /&gt;
# [[English:Error analysis|Error analysis]]: Inspect a worked solution that uses the wrong denominator or reverses a conditional probability, identify the exact reasoning error, repair the solution, and state a rule that prevents the mistake.&lt;br /&gt;
# [[English:Base-rate decision task|Base-rate decision task]]: Compare two detection systems that have different false-positive rates and are used in populations with different base rates; determine which posterior probabilities matter for a stated decision.&lt;br /&gt;
# [[English:Communication assessment|Communication assessment]]: Write a short explanation for a non-specialist that distinguishes joint, marginal, and conditional probability using one coherent example without relying only on formulas.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Evidence of Learning =&lt;br /&gt;
&lt;br /&gt;
Strong evidence of learning includes both correct calculations and clear reasoning.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Knowledge:&amp;#039;&amp;#039;&amp;#039; You can define conditional probability, joint probability, independence, prior probability, likelihood, posterior probability, and base rate, and you can state the multiplication rule, the law of total probability, and Bayes&amp;#039; theorem.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Skills:&amp;#039;&amp;#039;&amp;#039; You can translate between verbal descriptions, formulas, two-way tables, Venn diagrams, probability trees, and natural frequencies. You can identify the conditioning event, select a valid denominator, test independence, and check whether an answer is mathematically and contextually plausible.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Products:&amp;#039;&amp;#039;&amp;#039; Useful evidence may include a solved problem set, annotated probability tree, two-way table, simulation, spreadsheet model, research poster, explanatory video, or written critique of a probability claim.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Transfer:&amp;#039;&amp;#039;&amp;#039; You can apply conditional reasoning to an unfamiliar situation, explain how base rates affect conclusions, compare alternative probabilistic models, and communicate uncertainty without reversing conditions.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= OERs on the Topic =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe&amp;gt; https://en.m.wikipedia.org/wiki/Conditional_probability &amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For an open-textbook treatment of probability and Bayes&amp;#039; theorem, see [https://openstax.org/books/principles-data-science/pages/3-4-probability-theory OpenStax: Probability Theory].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Linked Learning Areas =&lt;br /&gt;
&lt;br /&gt;
{| align=center&lt;br /&gt;
{{:D-Tab}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[English:Conditional Probability|Conditional Probability]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
# [[English:Probability|Probability]]&lt;br /&gt;
# [[English:Sample space|Sample space]]&lt;br /&gt;
# [[English:Event (probability theory)|Event]]&lt;br /&gt;
# [[English:Intersection (set theory)|Intersection]]&lt;br /&gt;
# [[English:Contingency table|Contingency table]]&lt;br /&gt;
# [[English:Tree diagram|Tree diagram]]&lt;br /&gt;
# [[English:Independence (probability theory)|Independence]]&lt;br /&gt;
# [[English:Bayes&amp;#039; theorem|Bayes&amp;#039; theorem]]&lt;br /&gt;
# [[English:Law of total probability|Law of total probability]]&lt;br /&gt;
# [[English:Statistics|Statistics]]&lt;br /&gt;
# [[English:Data science|Data science]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:English]]&lt;br /&gt;
[[Category:Conditional Probability]]&lt;br /&gt;
[[Category:Mathematics]]&lt;br /&gt;
[[Category:Probability]]&lt;br /&gt;
[[Category:Statistics]]&lt;br /&gt;
[[Category:Grades 11-13]]&lt;br /&gt;
[[Category:Secondary education]]&lt;br /&gt;
[[Category:Data science]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= aiMOOC Projects =&lt;br /&gt;
[[Category:AI_MOOC]] [[Category:GPT aiMOOC]]&lt;br /&gt;
{{MT}}&lt;/div&gt;</summary>
		<author><name>Glanz</name></author>
	</entry>
</feed>