Home > Numbers
How many zeros does this end in? (Posted on 2024-04-05) |
|
How many consecutive zeros does:
111000 - 1
end in?
Computer solution
|
| Comment 3 of 4 |
|
It ends in 4 zeros.
-------- x = 1 for a in range(1000): x *= 11 x = x%10000000
print(x-1)
Output: 4460000
|
Posted by Larry
on 2024-04-05 14:13:30 |
|
|
Please log in:
Forums (0)
Newest Problems
Random Problem
FAQ |
About This Site
Site Statistics
New Comments (3)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On
Chatterbox:
|