ani781 wrote:@Rahul
Can you pls elaborate on the solution that you provided. This is not clear to me

According to question, "N is the product of all multiples of 3 between 1 and 100,"
STEP 1:
we can re-write this as
3x6x9x12x15x18x....99
So, 3 (1x2x3x4x5.....33) -->
3.33!
STEP 2:
We need greatest integer "m" for N/10^m
that is, we can we-write this question as,
we need the find the maximum power of "10" in "N" (3.33!)
IMP: There's a very simple and helpful logic,
whenever you need to find the power of any number in any factorial.. divide the number(removing factorial) until you cannot divide further; For power of 10, divide by "5"
SO,
33/5 = 6 [we are using "33" and not "33!"]
6/5 = 1 [re-divide]
1/5 = 0 [no further division possible; terminate]
So, Maximum power = 6+1 = 7
I hope the solution is now much more understandable
Recently, many similar questions were posted, you may refer and try to apply this method on those question as well..