document.write( "Question 1025545: A hat contains 25 coins - 7 gold, 6 silver and 12 copper. We randomly select two coins from the hat without replacement.\r
\n" );
document.write( "\n" );
document.write( "a) Let X be the number of gold coins selected. Find the probability distribution of X.\r
\n" );
document.write( "\n" );
document.write( "b) What is the probability that X = 1 if no silver coins are selected? \n" );
document.write( "
Algebra.Com's Answer #640815 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! General case: \n" ); document.write( "first coin is \n" ); document.write( "gold: 7/25, silver 6/25, copper 12/25. \n" ); document.write( "second coin \n" ); document.write( "if first gold, second coin is gold (6/24), silver (6/24), copper (12/24). \n" ); document.write( "if first silver, second is gold (7/24), silver (5/24), copper (12/24) \n" ); document.write( "if first copper, second is gold (7/24), silver (6/24) copper (11/24). \n" ); document.write( "Make a tree diagram \n" ); document.write( "GG=42/600 \n" ); document.write( "GS=42/600 \n" ); document.write( "GC=84/600 \n" ); document.write( "SG=42/600 \n" ); document.write( "SS=30/600 \n" ); document.write( "SC=72/600 \n" ); document.write( "CG=84/600 \n" ); document.write( "CS=72/600 \n" ); document.write( "CC=132/600 \n" ); document.write( "-------------------- \n" ); document.write( "Probability of 1 gold with no silver \n" ); document.write( "GG=42/600NO \n" ); document.write( "GS=42/600NO \n" ); document.write( "GC=84/600YES \n" ); document.write( "SG=42/600NO \n" ); document.write( "SS=30/600NO \n" ); document.write( "SC=72/600NO \n" ); document.write( "CG=84/600YES \n" ); document.write( "CS=72/600NO \n" ); document.write( "CC=132/600NO \n" ); document.write( "The probability is only GC or CG, and that is 168/600 or 7/25. \n" ); document.write( " |