document.write( "Question 928811: There are 10 balls numbered 1 to 10. If one of the ball has to be selected at random what is the probablity of ball selected will be odd number greater than 4. \n" ); document.write( "
Algebra.Com's Answer #563916 by ewatrrr(24785) You can put this solution on YOUR website! 10BalLs: 1,2,3,4,5,6,7,8,9,10 \n" ); document.write( "Odd > 4: 5,7,9 \n" ); document.write( "drawing one ... \n" ); document.write( "P(Odd > 4) = 3/10 \n" ); document.write( " |