document.write( "Question 254461: a bag contains 4 white ball,5 red ball,6 green balls 3 balls are drawns at random.wht is the probabilty that a white ,ared ,gerrn ball is drawn \n" ); document.write( "
Algebra.Com's Answer #186799 by drk(1908) ![]() You can put this solution on YOUR website! P(G, R, and W) \n" ); document.write( "Probability is success / total \n" ); document.write( "successful ways are 6c1, 5c1, and 4c1 \n" ); document.write( "the total is (15c3) = 455 \n" ); document.write( "So, \n" ); document.write( "P(G, R, and W) = 6*5*4 / 455 = .2637 \n" ); document.write( " |