document.write( "Question 880254: There are 14 red checkers and 5 black checkers in a bag. Checkers are selected one at a time, with replacement. Each time, the color of the checker is recorded. Find the probability of selecting a black checker exactly 6 times in 17 selections. Show your work. \n" ); document.write( "
Algebra.Com's Answer #531325 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
p(black) = 5/19, n = 17
\n" ); document.write( "P(x= 6) = \"17C6%285%2F19%29%5E6%2814%2F19%29%5E11\" 0r binomcdf(17, 5/19, 6)
\n" ); document.write( "
\n" );