document.write( "Question 841365: {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,34,25,26}
\n" );
document.write( "Randomly getting the numbers 3, 25, 11, 17 and 9 in any order in five consecutive numbers. What rule is needed for this problem? How many trials is this?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #506998 by stanbon(75887) ![]() You can put this solution on YOUR website! {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,34,25,26} \n" ); document.write( "Randomly getting the numbers 3, 25, 11, 17 and 9 in any order in five consecutive numbers. What rule is needed for this problem? How many trials is this? \n" ); document.write( "---- \n" ); document.write( "# of sets of 5 numbers = 26C5 \n" ); document.write( "# of those sets with that particular set of 5 numbers = 1 \n" ); document.write( "---- \n" ); document.write( "P(selecting that set of 5) = 1/65780 = 0.0000152.. \n" ); document.write( "--------------- \n" ); document.write( "Only one trial is needed if \"trial\" is defined as \n" ); document.write( "select \"5 numbers out of the given set without replacement\". \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |