What Are Common Mistakes in Solving Conditional Probability Problems?

AI Thread Summary
Common mistakes in solving conditional probability problems include misapplying the formula P(A|B) = P(A ∩ B) / P(B) and incorrect calculations when determining probabilities. In the first question, the student initially calculated the percentage of those who passed the first test given they passed the second test correctly but struggled with the second part regarding those who passed only the first test. For the second question, the student miscalculated the probability of an item being defective and the conditional probability of it being produced by machine Q. The correct approach requires careful attention to the denominators in the conditional probability calculations. Understanding these nuances is crucial for accurately solving conditional probability problems.
Woolyabyss
Messages
142
Reaction score
1

Homework Statement


Question 1:
A teacher gave his class two tests where every student passed at least one test. 72% of the class passed passed both tests and 80% of the class passed the second test.
(i)what percentage of those who passed the second test also passed the first?
(ii) what percentage of the class passed the first but failed the second test?

Question 2
A factory has three machines P,Q and R, producing large numbers of a certain item Of the total production, 40% is produced on P, 50% on Q and 10% on R. The records show that 1% of the items produced on P are defective, 2% of items produced on Q are defective and 6% of items of items produced on R are defective The occurrence of a defective item is independent of each machine and all other items.
(i)calculate the probability the item chosen is defective.
(ii) Given that the item chosen is defective, find the probability that it was produced on machine
Q.

Homework Equations



P(A|B) = P(AnB)/P(B)


The Attempt at a Solution



1. (i)

P(F|S) = .72/.8 = .9

(ii)

Since all students pass at least one test.

P(F U S) = 1

1= P(F) + P(S) - P(FnS)... P(F) = 0.92 all people who passed the first test

P(F) - P(FnS) = 0.2 This is the number who only passed the first test.

According to the answers in my book I got the first part right but the second part wrong.

Question 2
(i)
PD = .4(.01)
QD = .5(.02)
RD = .1(.06)

Adding all three gives .02

(ii)

P(Q|D) = .5(.02)/.5 = .02

According to my book both of these answers are wrong.Any help would be appreciated.
 
Physics news on Phys.org
Woolyabyss said:
According to the answers in my book I got the first part right but the second part wrong.
I'd say the book is wrong.
Adding all three gives .02
Looks right to me.
(ii)

P(Q|D) = .5(.02)/.5 = .02
Think again about what you are dividing by here.
 
haruspex said:
I'd say the book is wrong.Looks right to me.
Think again about what you are dividing by here.

Would it be P(Q|D) = .5(.02)/.02 = .5 ??
 
Woolyabyss said:
Would it be P(Q|D) = .5(.02)/.02 = .5 ??

Yes. Do you see how that follows from the equation?
 
haruspex said:
Yes. Do you see how that follows from the equation?

Ya, I didnt divide by the probability of q being defective the first time. Thanks
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top