document.write( "Question 886821: 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( "what the probabilities that the sum is equal to 7
\n" ); document.write( "

Algebra.Com's Answer #536164 by Edwin McCravy(20066)\"\" \"About 
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\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "what the probabilities that the sum is equal to 7
\n" ); document.write( "
\r\n" );
document.write( "The only combinations that sum to 7 are these 4:\r\n" );
document.write( "\r\n" );
document.write( "0+1+6 = 7\r\n" );
document.write( "0+2+5 = 7\r\n" );
document.write( "0+3+4 = 7\r\n" );
document.write( "1+2+4 = 7\r\n" );
document.write( "\r\n" );
document.write( "The number of combinations of 3 numbers are C(11,3) = 165\r\n" );
document.write( "\r\n" );
document.write( "Answer \"4%2F165\"\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );