Problem 89
Question
A person tried by a 3 -judge panel is declared guilty if at least 2 judges cast votes of guilty. Suppose that when the defendant is in fact guilty, each judge will independently vote guilty with probability \(.7,\) whereas when the defendant is in fact innocent, this probability drops to .2. If 70 percent of defendants are guilty, compute the conditional probability that judge number 3 votes guilty given that (a) judges 1 and 2 vote guilty; (b) judges 1 and 2 cast 1 guilty and 1 not guilty vote; (c) judges 1 and 2 both cast not guilty votes. Let \(E_{i}, i=1,2,3\) denote the event that judge \(i\) casts a guilty vote. Are these events independent. Are they conditionally independent? Explain.
Step-by-Step Solution
Verified Answer
In summary, the conditional probabilities of judge 3 voting guilty are calculated as follows:
(a) For judges 1 and 2 voting guilty, the probability of judge 3 voting guilty is \(x \approx 0.677\).
(b) For judges 1 and 2 casting 1 guilty and 1 not guilty vote, the probability of judge 3 voting guilty is \(x \approx 0.518\).
(c) For judges 1 and 2 voting not guilty, the probability of judge 3 voting guilty is \(x \approx 0.359\).
These events are not independent since the probability of judge 3 voting guilty differs in each case. However, these events are conditionally independent, as the conditional probabilities in each case are equal to the probability of judge 3 voting guilty when a defendant is either guilty (\(0.7\)) or innocent (\(0.2\)).
1Step 1: Case (a): judges 1 and 2 vote guilty
Let A be the event that the defendant is guilty, and let A' be the event that the defendant is innocent. We can use the Bayes' theorem to calculate the probability of the defendant being guilty given that both judges 1 and 2 voted guilty, as follows:
\[P(A|E_1 \cap E_2) = \frac{P(E_1 \cap E_2 | A) P(A)}{P(E_1 \cap E_2)}\]
We can find the values for all the probabilities required in the equation:
\(P(A) = 0.7\),
\(P(E_1 \cap E_2 | A) = 0.7^2\),
\(P(E_1 \cap E_2) = 0.7^3 + 0.3^3\).
Now, we can substitute these values into the Bayes' theorem equation and find the probability of the defendant being guilty given both judges 1 and 2 voted guilty,
\[P(A|E_1 \cap E_2) = \frac{(0.7^2) (0.7)}{(0.7^3) + (0.3^3)}\]
Given that the defendant is guilty or innocent, we can now find the conditional probability that judge 3 will vote guilty. Let's denote this probability as x. Then,
\[x = P(E_3|(E_1\cap E_2)\cap A) P(A | E_1 \cap E_2) + P(E_3|(E_1\cap E_2)\cap A') P(A' | E_1 \cap E_2)\]
where
\(P(E_3|(E_1\cap E_2)\cap A) = 0.7\),
\(P(E_3|(E_1\cap E_2)\cap A') = 0.2\),
\(P(A' | E_1 \cap E_2) = 1 - P(A | E_1 \cap E_2)\).
Substitute these values into the equation and solve for x for case (a).
2Step 2: Case (b): judges 1 and 2 cast 1 guilty and 1 not guilty vote
We repeat the same procedure as in case (a), but this time we have the event that judge 1 votes guilty and judge 2 votes not guilty, and vice versa.
\[P(A|E_1 \cap E_2') = \frac{P(E_1 \cap E_2' | A) P(A)}{P(E_1 \cap E_2')}\]
Calculate the probabilities and solve for the probability of the defendant being guilty given 1 guilty and 1 not guilty vote. Then, compute the conditional probability that judge 3 votes guilty, following the same approach as in case (a).
3Step 3: Case (c): judges 1 and 2 both cast not guilty votes
Similar to cases (a) and (b), we will use the Bayes' theorem to calculate the probability of the defendant being guilty given both judges 1 and 2 voted not guilty:
\[P(A|E_1' \cap E_2') = \frac{P(E_1' \cap E_2' | A) P(A)}{P(E_1' \cap E_2')}\]
Compute the required probabilities and then find the probability of the defendant being guilty given both judges 1 and 2 voted not guilty. Finally, calculate the conditional probability that judge 3 votes guilty.
After solving for the conditional probabilities in cases (a), (b), and (c), we can determine if the events (judge's voting guilty) are independent by examining if the probability of judge 3 voting guilty is the same in each case. Additionally, we can determine if the events are conditionally independent by examining if the conditional probabilities in each case are equal to the probability of judge 3 voting guilty when a defendant is either guilty or innocent.
Key Concepts
Bayes' TheoremIndependent EventsConditional IndependenceProbability Theory
Bayes' Theorem
Bayes' Theorem is a powerful concept in probability theory that allows us to update probabilities based on new evidence. In this scenario, Bayes' Theorem helps us find the probability of the defendant being guilty given the judges' votes. It uses the known probabilities of the judges voting guilty if the defendant is guilty or innocent to calculate this. The formula used in Bayes' Theorem is: \[ P(A|B) = \frac{P(B|A) \cdot P(A)}{P(B)} \]This equation translates as follows:
- \( P(A|B) \) is the probability that event A is true given event B is true.
- \( P(B|A) \) is the probability of event B happening given event A is true.
- \( P(A) \) is the overall probability of event A happening.
- \( P(B) \) is the overall probability of event B happening.
Independent Events
In probability, events are said to be independent if the occurrence of one does not affect the occurrence of another. For example, if rolling a die once does not influence the outcome of rolling a die a second time, those events are independent.In the given exercise, each judge's vote is considered an independent event. This means the decision of one judge to vote guilty or not does not affect another judge's decision. Mathematically, this is expressed as:
- \( P(A \cap B) = P(A) \times P(B) \)
- Where \( A \) and \( B \) are two events.
Conditional Independence
Conditional independence occurs when two events, which might not be independent, become independent when given the knowledge of a third event. It's an adjustment to the concept of independent events by considering additional context.
In our scenario, whether judge 3's vote is guilty could be conditionally independent of judges 1 and 2's votes, given the actual guilt or innocence of the defendant. In technical terms, even if judge 3's decision might seem contingent on the decisions of judges 1 and 2, knowing whether the defendant is truly guilty or innocent can actually make judge 3's decision independent.
The concept is utilized in the exercise when analyzing how judge 3's voting might function independently from other votes if the defendant's guilt status is known. It's an intriguing exploration of how real outcomes impact perceived dependencies.
Probability Theory
Probability theory is the mathematical framework that underpins all calculations involving uncertain events. It helps us understand and predict outcomes in a quantifiable manner, whether it's the flip of a coin or the decision of a judge.In the context of this exercise:
- Concepts like the likelihood of guilt based on judging patterns use foundational probability calculations, involving knowing exact probabilities such as 0.7 for guilty votes if the defendant is indeed guilty.
- Variables like \( P(A) \) and \( P(E_1 \cap E_2) \) are probabilities that need to be defined and calculated correctly as per what they stand for.
- We analyze these probabilities and apply them to compute more complex outcomes, which ultimately allow us to solve the problem posed in the exercise.
Other exercises in this chapter
Problem 84
An urn contains 12 balls, of which 4 are white. Three players \(-A, B,\) and \(C-\) successively draw from the urn, \(A\) first, then \(B\), then \(C\), then \(
View solution Problem 86
Let \(S=\\{1,2, \ldots, n\\}\) and suppose that \(A\) and \(B\) are, independently, equally likely to be any of the \(2^{n}\) subsets (including the null set an
View solution Problem 90
Suppose that \(n\) independent trials, each of which results in any of the outcomes \(0,1,\) or \(2,\) with respective probabilities \(p_{0}, p_{1},\) and \(p_{
View solution Problem 83
Die \(A\) has 4 red and 2 white faces, whereas die \(B\) has 2 red and 4 white faces. A fair coin is flipped once. If it lands on heads, the game continues with
View solution