document.write( "Question 932313: An urn contains 8 pink and 9 white balls. Four 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 4 balls drawn from the urn are white? Round your answer to three decimal places \n" ); document.write( "
Algebra.Com's Answer #566195 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
17 Balls: 8P, 9W
\n" ); document.write( ".......
\n" ); document.write( "4 drawn (with replacement)
\n" ); document.write( "P(all white) = (9/17)^4 = .079 (Rounded to three decimal places)
\n" ); document.write( "
\n" );