Andrew K. answered 09/05/23
Fluent Latin Speaker, Founder of Latin Tutoring Company, 18 Yrs. Exp.
If you think about it, when you bisect the original segment, you then have 2 equal segments. Then if you bisect each of those new segments, that gives you 4 segments, then if you bisect each of those segments, you get 8 segments, etc, etc. In other words, if you engage in this bisection repeatedly, then the number of segments increase in the following way: 1, 2, 4, 8, 16, 32, 64, etc. These are all then possible values for n.
You can then create the formula: n = 2*(previous value of n)
In other words each value for n is twice the previous value of n.
Therefore the possible values from the list ar 2, 4 and 8.