document.write( "Question 1060177: A box contains 6 black balls, 16 orange balls, and 8 white balls. Two balls are selected randomly.
\n" ); document.write( "What is the probability that:
\n" ); document.write( "a) One of them is black.
\n" ); document.write( "b) The balls are not black.
\n" ); document.write( "c) First ball is orange and second ball is white.
\n" ); document.write( "

Algebra.Com's Answer #675151 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
6B
\n" ); document.write( "16 O
\n" ); document.write( "8 W
\n" ); document.write( "30 balls
\n" ); document.write( "probability 1 is black is 1-(neither is black+both are black)
\n" ); document.write( "neither is (24/30*23/29)=(4/5)(23/29)=92/145 ANSWER b.
\n" ); document.write( "both are is (6/30)*(5/29)=(1/5)(5/29)=(1/29) or 5/145
\n" ); document.write( "So one of them is =1-97/145, or 48/145. ANSWER a.
\n" ); document.write( "--------------------------------
\n" ); document.write( "For c, 16/30*8/29=8/15*8/29=64/435
\n" ); document.write( "
\n" );