document.write( "Question 393532: Suppose 5 different integers are randomly chosen from between 20 and 69, inclusive. What is the probability that they each have a different tens digit? \n" ); document.write( "
Algebra.Com's Answer #279280 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
There are 50 integers in the set, so 50C5 possible ways to choose 5 different integers. Also, there are 5 possible tens-digits, 2 through 6, so each of the five numbers must represent one of these tens digits. Since there are 10 ways to choose a number with a given tens digits (as in 30, 31, ... 39) there are 10^5 total ways to choose 5 numbers that satisfy these properties.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The probability would therefore be (10^5)/(50C5).
\n" ); document.write( "
\n" );