document.write( "Question 1102017: An urn contains 7 black and6 pink balls. Six balls are randomly drawn from the urn in succession, with replacement. That is, after each draw, the selected ball is returned to the urn. What is the probability that all 6 balls drawn from the urn are black? Round your answer to three decimal places. \n" ); document.write( "
Algebra.Com's Answer #716719 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
The total number of balls in the urn is 13, of which 7 are black
\n" ); document.write( "Since the balls are replaced after each draw, and each drawing is independent of all the others,
\n" ); document.write( "the probability of drawing a black is the same for each draw
\n" ); document.write( "P(black) = 7/13
\n" ); document.write( "Thus P(6 black) = (7/13)^6 = 0.024
\n" ); document.write( "
\n" );