document.write( "Question 369966: Three boxess contain marbles,
\n" );
document.write( "first box, 3 red and 5 blue.
\n" );
document.write( "second box, 2 red and 4 yellow.
\n" );
document.write( "third box, 4 red and 2 blue.
\n" );
document.write( "a) Find the probability that a person selected a red marble.
\n" );
document.write( "b) Find the probability that a person selected a red marble, given that the person did not select the third box.\r
\n" );
document.write( "\n" );
document.write( "Thank you for your time and help. I really appreciate it. \n" );
document.write( "
Algebra.Com's Answer #263627 by robertb(5830) You can put this solution on YOUR website! (a) P(red) = P(red AND b1) + P(red AND b2) + P(red AND b3) \n" ); document.write( "=P(red|b1)*P(b1) + P(red|b2)*P(b2)+P(red|b3)*P(b3) \n" ); document.write( "= \n" ); document.write( "(b) P(red|~b3) = |