document.write( "Question 878750: out of 5 players of which two are members of a certain club,three are to be selected to represent the country at an international tournament. find the probability that less than two of those selected to represent are members of the club. \n" ); document.write( "
Algebra.Com's Answer #530242 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
p(club member) = 2/5 = .4, n = 3
\n" ); document.write( "P(x < 2) = binomcdf(3,.4,1) = .648
\n" ); document.write( "
\n" );