First two non-zero digit in N!:-
First understand some basic concept:-
To find last two digit of lets
& (76)ⁿ = last two digits always 76
& 3⁴ = 81
& (81)ⁿ = always 1 at unit place & last digit of (8 × last digit of n) will be at tens place.
For Example:-
Now come to the point to find the first two non-zero digits of a factorial N!
find the highest power of 5 in N!. let it be H. then understand it with an example:-
182!
& Highest power of 5 in 182! is: H=36 + 7 + 1 + 0 = 44
so Uₜ(182!) = Uₜ(12ᴴ) × Uₜ(Q₁ × Q₂ × Q₃ × Q₄)
= 12⁴⁴ × 12 × 42
= 12⁴⁴ × 04
= (2²×3)⁴⁴ × 4
= 2⁸⁸ × (81)¹¹ × 4
= (2²⁰)⁴ × 2⁸ × 81 × 4
= 76 × 56 × 24
= 56 × 24
= 44 Answer
Take another example:-
Uₜ(1038!) = ?
H = 207+41+8+1+0
= 257
now Uₜ(1038!) = Uₜ(12ᴴ) × Uₜ(Q₁ × Q₂ × Q₃ × Q₄ × Q₅)