document.write( "Question 623744: Five balls are selected at random without replacement from an urn containing three white balls and five blue balls. Find the probability of the given event. (Round your answer to three decimal places.)
\n" ); document.write( " Two or three of the balls are white.
\n" ); document.write( "

Algebra.Com's Answer #392319 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
There are 8 balls.
\n" ); document.write( "((3C2*5C3)+(3C3*5C2))/8C5
\n" ); document.write( "=((3*10)+(1*10))/56
\n" ); document.write( "=40/56
\n" ); document.write( "=0.714
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );