document.write( "Question 251380: Juanita has 9 rings in her jewelry box. Five are gold and 4 are silver. If she randomly selects 3 rings to wear to a party, find each probabilty.
\n" ); document.write( "I have tried added, multiplied variations and don't exactly understand the process.
\n" ); document.write( "question: P(exactly 2 silver)
\n" ); document.write( "

Algebra.Com's Answer #183046 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
nCr=n!/((n-r)!r!) Combination of n things taken r at a time.
\n" ); document.write( "3 gold: 5C3/9C3=10/84
\n" ); document.write( "2g, 1s: (5C2 * 4C1)/9C3=10*4 / 84 = 40/84
\n" ); document.write( "1g, 2s: (5C1 * 4C2)/9C3= 5*6 /84 = 30/84
\n" ); document.write( "3 silver: 4C3/9C3 = 4/84
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );