@LostInParadise Oh . . . your post with “40 is greater than 09” sounded like rambling irrelevance to me, so I re-read it and your OP, and realized you were intending an entirely different question from what I and @Blackwater_Park assumed you meant. That is, it’s so easy to look at numbers and see whether they end in 00 or not, that my brain overlooked the possibility you meant that there was a book with numbers in it, and somewhy we supposedly care if one of them’s divisible by 100 or not, but either we’re not allowed to just look at the numbers, or we think glancing at 70 numbers scanning for 00 at the end is not quick enough for us.
Though, now that I know what the problem is (and no, I’ve never heard of THAT problem before), it seems entirely obvious that you’re talking about whether a block 70 wide overlaps a multiple of 100 or not, so yeah, you could just look at the top or bottom number and assess that.
But why would anyone ever make a book with 70 consecutive integers in it?
And even if someone did that, why would anyone know that property of the book, and want to know if any were divisible by 100?
On the other hand, I actually CAN imagine an actual real-world problem equivalent to this, in computer programming. Like you’ve got a bunch of records in a list, and you want to know whether you’ve got a particular record in a block, and you know they’re consecutive, but you only have the last one’s ID number.
But it also seems really obvious, since if you know how many (n), yeah you can just realize the range is from the first ID to ID + n, or from the last ID to last ID – n.