If one soldier ID appears N times, how many actual clones does it represent?
N
Always 1, regardless of how often the ID appears.
1
N, because every occurrence is a clone.
N - 1, because one occurrence is the original.
N - 1
N + 1, because the original must be added to the occurrences.
N + 1