document.write( "Question 414461: in a bag of 4 yellow and 8 blue marbles. three are selected at random without replacement. what is the probabilitlity that all 3 are yellow or all 3 are blue? \n" ); document.write( "
Algebra.Com's Answer #290692 by stanbon(75887) ![]() You can put this solution on YOUR website! in a bag of 4 yellow and 8 blue marbles. three are selected at random without replacement. what is the probabilitlity that all 3 are yellow or all 3 are blue? \n" ); document.write( "------- \n" ); document.write( "P(3 blue) = 8C3/12C3 \n" ); document.write( "--- \n" ); document.write( "P(3 yellow) = 4C3/12C3 \n" ); document.write( "----- \n" ); document.write( "P(3 blue or 3 blue) = [8C3 + 4C3]/12C3 = [56 + 4]/[12*11*10/6] \n" ); document.write( "= [6*60/[1320] = 0.273 \n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |