document.write( "Question 133739: I am having a hard time with this one. Can someone please help me??
\n" );
document.write( "A box contains blue chips and red chips. A person selects two chips without replacement. If the probability of selecting a blue chip and a red chip is 32/128, and the probability of selecting a blue chip on the first draw is 5/16, find the probability of selecting the red chip on the second draw, given the first chip selected was a blue chip. \n" );
document.write( "
Algebra.Com's Answer #98715 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A box contains blue chips and red chips. A person selects two chips without replacement. If the probability of selecting a blue chip and a red chip is 32/128, and the probability of selecting a blue chip on the first draw is 5/16, find the probability of selecting the red chip on the second draw, given the first chip selected was a blue chip. \n" ); document.write( "--------------------------------------- \n" ); document.write( "That is a \"conditional\" problem. \n" ); document.write( "P(red on 2nd | blue on 1st) = [P(red on 2nd AND blue on 1st)]/[P(blue on 1st)] \n" ); document.write( "= (32/128)/(5/16) = 0.25/0.3125 = 0.8 = 4/5 \n" ); document.write( "============================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |