document.write( "Question 1170568: One bowl contains 3 white balls, 6 red balls and 4 green balls. Another bowl contains 6
\n" );
document.write( "yellow balls and 6 black balls. The last bowl contains 5 pink balls and 6 violet balls. What is
\n" );
document.write( "the probability of getting a white ball from the first bowl, a black ball from the second bowl
\n" );
document.write( "and a pink ball from the last bowl in a single draw from each bowl?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #795423 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! white from first is 3/13 \n" ); document.write( "black from second is 1/2 \n" ); document.write( "pink from third is 5/11 \n" ); document.write( "product of these is 15/286 or appropriate decimal. \n" ); document.write( " |