A man is known to speak truth 3 out of 4 times. He throws a die and reports that it is 6. Find the probability that it is actually six .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
let E be the event that the man reports that six occurs in the throwing of the die and s1 be the event that six occurs and s2 be the event that six does not occur.
p(s1)=six occurs=1/6
p(s2)=six doesn't occur =1-1/6=5/6
p(E|s1)=probability that man reports six when six actually occurred =probability that man speaks truth =3/4
P(E|s2)=probability that man reports six when actually did not occur
=probability that man telling lie=1-3/4=1/4
THUS BE BAYES' THEOREM
p(s1|E)=probability that the man is speaking truth
= p(s1)p(E|s1)/ p(s1)p(E|s1)+p(s2)p(E|s2)
=1/6* 3/4 / 1/6 * 3/4 + 5/6 * 1/4 =3/8