document.write( "Question 1148158: Each of the digits 0-9 is written on a slip of paper, and the slips are placed in a hat. If 2 slips of paper are selected at random, determine the probability that the 2numbers selected are greater than 5
\n" );
document.write( "The problem is to be done without replacement. Use combinations to determine the probability. \n" );
document.write( "
Algebra.Com's Answer #769515 by greenestamps(13203)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "4 of the 10 numbers are greater than 5. \n" ); document.write( "# of ways to choose 2 of the 10 numbers: 10C2 \n" ); document.write( "# of ways to choose 2 of the 4 numbers greater than 5: 4C2 \n" ); document.write( "P(pick 2 numbers greater than 5) = \n" ); document.write( " \n" ); document.write( " |