document.write( "Question 886709: Three numbers are chosen at random without replacement from the set {0, 1, 2, 3, ... , 10}. Calculate the probabilities that for the three numbers drawn\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "i) None will be greater than 7
\n" );
document.write( "ii) the smallest will be 7
\n" );
document.write( "iii) the sum is equal to 7
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #536087 by stanbon(75887) ![]() You can put this solution on YOUR website! Three numbers are chosen at random without replacement from the set {0, 1, 2, 3, ... , 10}. Calculate the probabilities that for the three numbers drawn \n" ); document.write( " \n" ); document.write( "i) None will be greater than 7 \n" ); document.write( "# of ways to succeed:: 7 \n" ); document.write( "# of possible outcomes:: 11 \n" ); document.write( "P(condition) = 7/11 \n" ); document.write( "------------------------- \n" ); document.write( "ii) the smallest will be 7 \n" ); document.write( "# of ways to succeed:: 4 \n" ); document.write( "# of possible outcomes:: 11 \n" ); document.write( "P(condition) = 4/11 \n" ); document.write( "===================================== \n" ); document.write( " iii) the sum is equal to 7 \n" ); document.write( "Same procedure as above. \n" ); document.write( "------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " \n" ); document.write( " |