Maybe someone can help me solve this problem, because it's driving me insane.
So I have a list of 192 items, named and numbered, from 1 to 204. 116-120 and 123-130 are missing, should be 12 missing in total, giving 192.
I have these items divided into groups of 16, which 192 perfectly divides into 12 groups. All in order. The first and last number of each group is correct.
The problem: I just found 116 in the group it should be in, the one with all the gaps... Which means another one should be missing, since the division is perfect. Since 193 doesn't divide into 16.
But the rest of the numbers all line up still. All the groups have the correct amount, the right start and end numbers, and all the items, both on the list and actual, definitely exist.
The only thing I haven't done is go through each individual item in each individual group, but the start and end numbers should be different if that's wrong - I'll do that in a bit but I don't expect it to work.
Anyone have a clue where my missing item went? There's no 0 item, before you ask.