document.write( "Question 914365: The probability of a woman saying 'yes' to Bill if he asks her on a date is 0.41. If Bill asks out 8 women, determine the probability that 3 women say yes. \n" ); document.write( "
Algebra.Com's Answer #555049 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
p(yes) = .41, n = 8
\n" ); document.write( "P(x=3) = binompdf(8, .41, 3)
\n" ); document.write( "
\n" );