Statement 1: Given that n is divisible by 4
which implies that n can be 4,8,12....
For the number to have 0 it should either have 5*2 and 10 in the factorial
For n=4, n!=4!=24 (0 zeros)
For n=8, n!=8!= xxx0 (Since 8! will have one 5 and 2 we will have 1 zero)
for n=12, n!=12!= xxxx00 (Since 12! will have 10, 5 and 2 we will have 2 zeros)
Hence Statement 1 is insufficient
Statement 2: Given that n is divisible by 5
which implies that n can be 5,10,15...
For n=5, n!=5!=120 (1 zero)
For n=10, n!=10!= xx00 (Since 10! will have 10, 5 and 2 we will have 2 zeros)
Hence Statement 2 is insufficient
Statement 1 & 2 taken together
n is divisible by both 5 and 4 implying that n is divisible by 20
n=20,40....
For n =20, 20! (Has 20,15,10,5,2 which will give 4 zeros)
For n=40, 40! (has 40,35,30,25,20,15,10,5 and 2 which will lead to 8 zeros)
Hence both are insufficient
OA is E