Think of it this way. In the 5 consecutive numbers, if n+2 is a multiple of 3 (other than 9), then the number will not be divisible by 9
eg 1,2,3,4,5 or 4,5,6,7,8
The first multiple of 3 and the last multiple of 3 which falls in this category are 3 and 87 (1, 2, 3, 4, 5) and (85,86,87,88,89)
Using the rule of counting for the number of multiples of 3 (including 9) which come as n+2 = [(87-3)/3] + 1 = 29
These 29 multiples include multiples of 9 which need to be subtracted. The first multiple of 9 and the last multiple of 9 that can come as (n+2) are 9 and 81
Using the rule of counting for the number of multiples of 9 which come as n+2 = [(81-9)/9] + 1 = 9
Therefore there are 29-9 = 20 such multiples that come in the middle as multiples of 3 which then are not divisible by 9.
Total outcomes = 90
Favourable Outcomes = 90-20 = 70
Probability = 70/90 = 7/9 or 21/27
Option C
AK