Court Verdicts: Guilty, Not Guilty, Not Proven

  • Thread starter Thread starter cloud360
  • Start date Start date
cloud360
Messages
212
Reaction score
0

Homework Statement


A court returns three verdicts. ‘guilty’, ‘not guilty’ and
‘not proven’. 65% of the verdicts were ‘guilty’, 25% of the verdicts
were ‘not guilty’ and 10% were ‘not proven’.

When the court’s verdict is ‘guilty’ 5% of the accused/tried are actually innocent. The corresponding probabilities for the verdicts ‘not guilty’ and ‘not proven’ are 0.90 and 0.30, respectively.


(a) What is the probability that an accused person is actually innocent?
(b) What is the probability that an innocent person will be found guilty?


Homework Equations




The Attempt at a Solution


I know how to do Question 1.

accused = 100%
f= innocent
E1=guilty
E2=not guilty
E3=not proven...therfore maximum of 3 events possible
E1, E2, E3=Accused = 100%

Using law of total probability p(f)=p(f|E1)P(E1) + p(f|E2)P(E2)...n times

p(f)=p(f|E1)P(E1) + p(f|E2)P(E2)+ p(f|E2)P(E3)


p(f|E1)=0.05

p(f|E1)=0.9

p(f|E1)=0.3
...all other info is given also

= 0.05 × 0.65 + 0.90 × 0.25 + 0.30 × 0.10
= 0.2875


HOW DO YOU DO Question 2!
 
Physics news on Phys.org


You're trying now to find P(E1|f). Hint: Look up Bayes Theorem.
 


Suppose there were 10000 cases. Then there were 6500 "guilty" verdicts, 2500 "not guilty", and 1000 "not proven" (That's a British verdict. In the United States, a person can only be found "guilty" or "not guilty" and if found "not guilty" can never be retried for that offense).

We are told that "When the court’s verdict is ‘guilty’ 5% of the accused/tried are actually innocent." which means that 0.05(6500)= 325 innocent people are found "guilty". That "The corresponding probabilities for the verdicts ‘not guilty’ and ‘not proven’ are 0.90 and 0.30, respectively" tells us that .90(2500)= 1750 innocent people are found "not guilty" and 0.3(1000)= 300 innocent people get verdicts of "non proven".

That is, there are a total of 325+ 1750+ 300= 2375 innocent people in the 10000 cases. Unless I have made an arithmetic error (always possible) the probability that an innocent person is accused is 2375/10000= .2375, not .2875.

Of those 2375 innocent people, 325 were found "guilty", so the probabilty that an innocent person is found "guilty" is ____.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top