If we multiply first 50 prime numbers. How many zeros at the end will such a product have?
Solution: - we need 2's and 5's to get zeros.2 is only even prime number. So, we have number of zeros is 1
Let S be the set of prime numbers greater than or equal to 2 and less than 100. Multiply all elements of S. With how many consecutive zeros will the product end?