document.write( "Question 330553: From 4 yellow and 8 blue marbles, 3 are selected. What is the probability that all three are yellow of all tree are blue? \n" ); document.write( "
Algebra.Com's Answer #236985 by Fombitz(32388) You can put this solution on YOUR website! 4 Yellow \n" ); document.write( "8 Blue \n" ); document.write( "12 total \n" ); document.write( "P(1 Y)=4/12=1/3 \n" ); document.write( "P(2 Y)=3/11 \n" ); document.write( "P(3 Y)=2/10=1/5 \n" ); document.write( "P(all 3 Y)=(1/3)(3/11)(1/5)=1/55 \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "P(1 B)=8/12=2/3 \n" ); document.write( "P(2 B)=7/11 \n" ); document.write( "P(3 B)=6/10=3/5 \n" ); document.write( "P(all 3 B)=(2/3)(7/11)(3/5)=14/55 \n" ); document.write( " \n" ); document.write( " |