document.write( "Question 360572: 60% of all people are eligible for jury duty and favor capital punishment. A jury of 12 is to be randomly selected. What is the probability that 10 of the 12 jury members are in favor of capital punishment? \n" ); document.write( "
Algebra.Com's Answer #257283 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
60% of all people are eligible for jury duty and favor capital punishment. A jury of 12 is to be randomly selected. What is the probability that 10 of the 12 jury members are in favor of capital punishment?
\n" ); document.write( "-----
\n" ); document.write( "Binomial Problem with n=12 and p = 0.6
\n" ); document.write( "----
\n" ); document.write( "P(x = 10) = 12C10*0.6^10*0.4*2 = binompdf(12,0.6,10) = 0.0639
\n" ); document.write( "=================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );