document.write( "Question 260745: A man claims to be able to distinguish between scotch & bourbon 80% of the time. A test of 15 samples is given to him and, if he is correct at least 12 times, he proves his claim. What is the probability his claim is justified, but he does not pass? \n" ); document.write( "
Algebra.Com's Answer #192086 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
Lets assume that
\n" ); document.write( "P(scotch) = .50
\n" ); document.write( "P(bourbon) = .50
\n" ); document.write( "We have a binomial distribution here:
\n" ); document.write( "P(correct at least 12): (15c12)*(.5^12)(.5^3) +(15c13)*(.5^13)(.5^2) + (15c14)*(.5^14)(.5^1) + (15c15)*(.5^15)(.5^0)
\n" ); document.write( "P(correct at least 12) ~ .017578
\n" ); document.write( "
\n" );