document.write( "Question 405650: A bucket contains 10 balls numbered as follows: 1,2,2,3,3,3,3,4,4,5. A single ball is randomly chosen from the bucket.
\n" );
document.write( "1. what is the probability of drawing a ball numbered 3?
\n" );
document.write( "2. what is the probability of drawing a ball with a number greater than 3?
\n" );
document.write( "Thanks! :) \n" );
document.write( "
Algebra.Com's Answer #286481 by checkley79(3341) ![]() You can put this solution on YOUR website! P=success/total possibilities \n" ); document.write( "P=4/10=2/5=.40=40% CHANCE OF SELECTING A 3. \n" ); document.write( "P=3/10=.3=30% CHANCE OF SELECTING A BALL>3. \n" ); document.write( " |