document.write( "Question 35054: Solve using whatever counting methods are necessary. Please show work.\r
\n" );
document.write( "\n" );
document.write( "A box contains 5 red marbles and 7 black marbles. You draw 4 marbles randomly from the box. What is the probability that you will draw 3 red marbles and 1 black marble in any order? \n" );
document.write( "
Algebra.Com's Answer #21242 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! A box contains 5 red marbles and 7 black marbles. You draw 4 marbles randomly from the box. What is the probability that you will draw 3 red marbles and 1 black marble in any order? \n" ); document.write( "TAKING 4 MARBLES FROM TOTAL 7+5=12 MARBLES =12C4=12!/(4!)(12-4)!=12!/(4!)(8!) \n" ); document.write( "=12*11*10*9/4*3*2=495 \n" ); document.write( "TAKING 3 RED FROM 5 RED....5C3=5!/3!2!=5*4/2=10 \n" ); document.write( "TAKING 1 BLACK FROM 7 BLACK....=7C1=7!/1!6!=7 \n" ); document.write( "NO OF FEASIBLE COMBINATIONS =10*7=70 \n" ); document.write( "PROBABILITY=70/495 \n" ); document.write( " |