document.write( "Question 1197574: Two marbles are drawn randomly one after the other without replacement from a jar that contains 9 red marbles, 9 white marbles, and 3 yellow marbles. Find the probability of the following events.\r
\n" );
document.write( "\n" );
document.write( "(a) A red marble is drawn first followed by a white marble.
\n" );
document.write( "The probability is:\r
\n" );
document.write( "\n" );
document.write( "(b) A white marble is drawn first followed by a white marble.
\n" );
document.write( "The probability is:\r
\n" );
document.write( "\n" );
document.write( "(c) A yellow marble is not drawn at all.
\n" );
document.write( "The probability is: \n" );
document.write( "
Algebra.Com's Answer #830899 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "These are very basic probability problems. You need to know two things: \n" ); document.write( "(1) The probability of an event with discrete outcomes is the ratio of the number of \"good\" outcomes to the total number of possible outcomes. \n" ); document.write( "(2) The probability of a particular sequence of outcomes is the product of the probabilities of each. \n" ); document.write( "(a) A red marble is drawn first followed by a white marble. \n" ); document.write( "Tranlsation: A red marble first AND a white marble second. \n" ); document.write( "P(red marble first): 9+9+3=21 marbles, 9 red marbles, so 9/21 = 3/7 \n" ); document.write( "P(white marble second): 8+9+3=20 marbles, 9 white marbles, so 9/20 \n" ); document.write( "P(red then white) = (3/7)(9/20) = 27/140 \n" ); document.write( "(b) A white marble is drawn first followed by a white marble. \n" ); document.write( "Tranlsation: A white marble first AND a white marble second. \n" ); document.write( "P(white marble first): 9+9+3=21 marbles, 9 white marbles, so 9/21 = 3/7 \n" ); document.write( "P(white marble second): 9+8+3=20 marbles, 8 white marbles, so 8/20 = 2/5 \n" ); document.write( "P(white then white) = (3/7)(2/5) = 6/35 \n" ); document.write( "(c) A yellow marble is not drawn at all. \n" ); document.write( "Tranlsation: A red or white marble first AND a red or white marble second. \n" ); document.write( "P(red or white marble first): 9+9+3=21 marbles, 9+9=18 red or white marbles, so 18/21 = 6/7 \n" ); document.write( "P(red or white marble second): 9+8+3=20 marbles, 9+8=17 red or white marbles, so 17/20 \n" ); document.write( "P(red or white then red or white) = (6/7)(17/20)=51/70 \n" ); document.write( " \n" ); document.write( " |