The number N is the produce of the first 1000 positive integers and can be written as 1000!.We say "1000 factorial."This is, N=1000!=1000x999x998x997x...x3x2x1.N is divisible by 5, 25, 125, 625,...Each of these factors is a power of 5.That is 5=5^1, 25=5^2, 125=5^3,625=5^4, and so on. Determine the largest power of 5 that divides N.