Please note, a trailing zero is the result of the product of a 2 and a 5.
Constraints: P is the product of all even numbers between 1 and n. n is positive.
Statement 1: \(n^2 < 100\)
This means that n is less than 10 and the positive integers are 2, 4, 6 and 8.
P = 2 *4 * 6 * 8 = 384
There are no trailing 0's. (Since there are no 5's, we cannot get a single 0).
Therefore Statement 1 Alone is Sufficient. Answer options could be A or D.
Statement 2: the product of 1 to \(n^2\) has 6 trailing 0's
1 to \(n^2\), means the factorial of \(n^2\)
Counting of 5's in a factorial gives us the trailing 0's. eg 5! has a 5 so, there is 1 trailing 0. Similarly 10! has 2 trailing 0's (10 has a 5 and 5 contributes to 1 more)
in this manner, 25! has 6 0's(two 5's in 25, one in 20, one in 15, one in 10, and 5 itself)
Similarly, 26!, 27!, 28! and 29! will also have 6 trailing 0's
So, \(n^2\) = 25, 2 6, 27, 28 or 29. Since n is an integer, the square root of 25 is the only possibility.
Therefor n = 5. The even integers from 1 to 5 are 2 and 4. p = 2 * 4 = 8. Again no trailing zeroes.
Therefore Statement 2 Alone is Sufficient.
Option D
Arun Kumar