document.write( "Question 1134972: Assume that you randomly pick one of the bowls: X, Y, or Z. You then randomly draw one ball out of the selected bowl and note its color. The bowls contain the following colored balls: \r
\n" );
document.write( "\n" );
document.write( "Bowl X: 2 red, 1 white, and 2 blue.
\n" );
document.write( "Bowl Y: 1 red, 3 white, and 4 blue.
\n" );
document.write( "Bowl Z: 2 red, 3 white, and 2 blue.
\n" );
document.write( "(1) If the ball is blue, what is the probability that it was drawn from bowl X?
\n" );
document.write( "(2) If the ball is either blue or white, what is the probability that it was drawn from bowl Y? \n" );
document.write( "
Algebra.Com's Answer #752490 by greenestamps(13216) You can put this solution on YOUR website! \n" ); document.write( "(1) If the ball is blue, what is the probability that it was drawn from bowl X? That probability is \r\n" ); document.write( " P((blue) AND (drawn from X))\r\n" ); document.write( " ----------------------------\r\n" ); document.write( " P(blue) \n" ); document.write( "(2) If the ball is either blue or white, what is the probability that it was drawn from bowl Y? \n" ); document.write( "Exactly the same kind of problem; you can solve it using the same method. \r\n" ); document.write( "P((blue OR white) AND (drawn from X)) = A\r\n" ); document.write( "P((blue OR white) AND (drawn from Y)) = B\r\n" ); document.write( "P((blue OR white) AND (drawn from Z)) = C\n" ); document.write( " |