document.write( "Question 1061676: A bag contains 5 white,6 green and 2 black balls ,one ball is selected at random from the bag.find the probability that the selected ball is
\n" );
document.write( "1 white
\n" );
document.write( "2 non white
\n" );
document.write( "3.White or green
\n" );
document.write( "4.Black or red \n" );
document.write( "
Algebra.Com's Answer #676452 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! There are 13 balls \n" ); document.write( "5 white, so probability 5/13 first is white and 8/13 first is not white. \n" ); document.write( "White or green are 11, so 11/13 probability one or the other. \n" ); document.write( "Black or red is 2/13, since no red balls are mentioned here. \n" ); document.write( " |