document.write( "Question 167214: I have 27 balls. 14 are red and 13 blue. I deceded to group the balls into a group of 3s ?
\n" );
document.write( "the balls will be choosen randomly.
\n" );
document.write( "What is the probablity that the group will have 2 red and 1 blue.
\n" );
document.write( "2)-the probability that the group will have all reds or all blue \n" );
document.write( "
Algebra.Com's Answer #123147 by Edwin McCravy(20086) You can put this solution on YOUR website! Edwin's solution:\r \n" ); document.write( "\n" ); document.write( "I have 27 balls. 14 are red and 13 blue. I decided to group the balls into a group of 3s the balls will be choosen randomly. \n" ); document.write( "Then one of the groups of three was chosen at random. \n" ); document.write( "What is the probablity that the group chosen will have 2 red and 1 blue.\r \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "We can pick the two reds 14C2 ways and the one blue 13C1 ways.\r\n" ); document.write( "\r\n" ); document.write( "So the numerator of the probability is (14C2)(13C1) \r\n" ); document.write( "\r\n" ); document.write( "The denominator is 27C3.\r\n" ); document.write( "\r\n" ); document.write( "So the probability is\n" ); document.write( " |