document.write( "Question 264890: Three integers are randomly selected without replacement from the
\n" );
document.write( "set { 1,2,3,5,6,7}. What is the probability that the mean of the values chosen is less than, but not equal to, 5? \n" );
document.write( "
Algebra.Com's Answer #194919 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Procedure: \n" ); document.write( "There are 7C3 = 35 sets of 3 digits. \n" ); document.write( "List them, determine the mean of each set, and count the number that meet the condition of the problem. \n" ); document.write( "Note: The sum of the numbers must be <=15. \n" ); document.write( "The P(condition met) = (# of sets that meet the condition)/35 \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |