document.write( "Question 1129924: 3 red envelopes, 2 blue envelopes, 1 green envelope, and 3 yellow envelopes. Three envelopes are selected at random, without replacement, determine the probability that they are all yellow envelopes
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #746538 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 9 envelopes, 3 are yellow \n" ); document.write( "(3/9) probability first is then (2/8) and (1/7) \n" ); document.write( "This is (1/3)(1/4)(1/7)=1/84 \n" ); document.write( " |