document.write( "Question 980502: In a box there are 500 colored balls: 75 black, 150 green,
\n" );
document.write( "175 red, 70 white and 30 blue. If five balls are selected at
\n" );
document.write( "random. What is the probability all are different colors I want this answer please
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #601629 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! the probability all are different colors is = \n" ); document.write( "(75/500) * (150/500) * (175/500) * (70/500) * (30/500) = 0.0001323 \n" ); document.write( " |