document.write( "Question 607983: A random sample of size 2 is taken from the digits\r
\n" );
document.write( "\n" );
document.write( "3, 8, 10, 11\r
\n" );
document.write( "\n" );
document.write( "The range of each sample is calculated. What is the probability that the range is 1? \n" );
document.write( "
Algebra.Com's Answer #382989 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! Range is 1 if and only if 10 and 11 are chosen.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The probability this occurs is 1/(4C2) = 1/6. \n" ); document.write( " |