document.write( "Question 1192064: Three judges A, B and C must make a decision by majority's vote. They make their individual decision independently. It is known that the judges make a correct decision with probabilities A - 0.79, B - 0.65 and C 0.79. What is the chance that their decision will be correct? If their collective decision was correct, what is the chance of judge's A decision being the right one? Or what is the probability that only B and C had the right decision? \n" ); document.write( "
Algebra.Com's Answer #823963 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "P(A) = probability that judge A makes the correct decision \n" ); document.write( "P(B) and P(C) represent similar ideas for the other two judges.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Given probabilities \n" ); document.write( "P(A) = 0.79 \n" ); document.write( "P(B) = 0.65 \n" ); document.write( "P(C) = 0.79\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Their complements \n" ); document.write( "P(~A) = 1 - P(A) = 1 - 0.79 = 0.21 \n" ); document.write( "P(~B) = 1 - P(B) = 1 - 0.65 = 0.35 \n" ); document.write( "P(~C) = 1 - P(C) = 1 - 0.79 = 0.21 \n" ); document.write( "which represent the probabilities of making the incorrect decision.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(A and B only) = P(A, B, ~C) \n" ); document.write( "P(A and B only) = P(A)*P(B)*P(~C) \n" ); document.write( "P(A and B only) = 0.79*0.65*0.21 \n" ); document.write( "P(A and B only) = 0.107835 \n" ); document.write( "Let \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(B and C only) = P(~A, B, C) \n" ); document.write( "P(B and C only) = P(~A)*P(B)*P(C) \n" ); document.write( "P(B and C only) = 0.21*0.65*0.79 \n" ); document.write( "P(B and C only) = 0.107835 \n" ); document.write( "Let \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(A and C only) = P(A, ~B, C) \n" ); document.write( "P(A and C only) = P(A)*P(~B)*P(C) \n" ); document.write( "P(A and C only) = 0.79*0.35*0.79 \n" ); document.write( "P(A and C only) = 0.218435 \n" ); document.write( "Let \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(A and B and C) = P(A)*P(B)*P(C) \n" ); document.write( "P(A and B and C) = 0.79*0.65*0.79 \n" ); document.write( "P(A and B and C) = 0.405665 \n" ); document.write( "Let \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Cases \n" ); document.write( "Case \n" ); document.write( "All four represent when at least two judges get the correct ruling.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Add up the \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The probability that at least two judges reach the correct decision, and therefore get the correct overall ruling, is 0.83977\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Cases \n" ); document.write( "The sum of these x values is \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Dividing that second sum over the first sum calculated earlier will get us \n" ); document.write( "0.731935/0.83977 = 0.871590 \n" ); document.write( "which is approximate. \n" ); document.write( "This is the probability of judge A being correct given the overall ruling was correct. \n" ); document.write( "This takes care of the second question mentioned.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "For the third question, we go back to case \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------------------------------------------------------------------ \n" ); document.write( "Summary:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "What is the chance that their decision will be correct? \n" ); document.write( "0.83977\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If their collective decision was correct, what is the chance of judge's A decision being the right one? \n" ); document.write( "0.871590\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "What is the probability that only B and C had the right decision? \n" ); document.write( "0.107835 \n" ); document.write( " \n" ); document.write( " |