document.write( "Question 1090353: One bag contain 4 white and 2 black ball another bag contain 3 white and 5 black ball. if are ball drawn from each bag , find the probability that
\n" );
document.write( "1)Both are white.
\n" );
document.write( "2)Both are black.
\n" );
document.write( "3)One white and one is black. \n" );
document.write( "
Algebra.Com's Answer #704780 by dkppathak(439) You can put this solution on YOUR website! One bag contain 4 white and 2 black ball another bag contain 3 white and 5 black ball. if ball is drawn from each bag , find the probability that \n" ); document.write( "1)Both are white. \n" ); document.write( "2)Both are black. \n" ); document.write( "3)One white and one is black \n" ); document.write( "1st bag have total 6 balls than probability for white =4/6 or 2/3 and for black 2/6 or 1/3 \n" ); document.write( "2nd bag have total 8 balls than probability for white =3/8 and for black 5/8 \n" ); document.write( "1) both are white = 2x3/3x8=2/8=1/4 \n" ); document.write( "2) both are black =1x5/3x8=5/24 \n" ); document.write( "3)one white and one black =2x5/3x8+1x3/3x8=10/24+3/24=13/24 \n" ); document.write( " |