An integer greater than 9 and less than 100 is randomly chosen. What is the probability that its digits are different?
There are 90 numbers in total: 10 .. 99
Of these, 10 have both digits the same; 11, 22, 33, ... 99
So 80 are different. Probability = 80/90 =8/9
.