document.write( "Question 1156069: Two marbles are selected at randomly from a box containing 5red,7white and 8blue marbles one after the other without replacement. Draw a probability tree diagram and find the probability that:
\n" );
document.write( "1.both are red
\n" );
document.write( "2.one is white and the other is blue
\n" );
document.write( "3.both are the same color \n" );
document.write( "
Algebra.Com's Answer #778759 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! both are red, the red tree with (5/20) for the first and (4/19) for the second or 1/18 altogether \n" ); document.write( "one is white and the other is blue. \n" ); document.write( "WB is 7/20*8/19 \n" ); document.write( "BW is 8/20*7/19 \n" ); document.write( "that total is 112/380 with probability 0.2947 \n" ); document.write( "same color is RR or 1/18 or 0.0556 \n" ); document.write( "WW which is (7/20),(6/19)=42/380 or 21/190 or 0.1105 \n" ); document.write( "BB which is (8/20)(7/19)=56/380=14/95 or 0.1474 \n" ); document.write( " |