We need 3-digit number which is divisible by 4 & 5 both.
i.e. their last two digits are 00, 20, 40, 60 & 80
Now, ending with 00 are '9'.
{100, 200, ……, 900}.
If digit repeat other than '0' then they are {220, 440, 660, 880}
but 220 numbers can be permuted according to the condition as {220, 202}
So, there are '8' other favorable cases.
If the number have no digit repeated like 320.
320 can be permuted in 4 ways.
{302, 230, 320, 203}
So, such numbers are 8 × 4 × 4 = 128
Total favorable = 9 + 8 + 128 = 145
So, required prob.
==