In this problem we are looking for all natural numbers between 200 to 206, non-inclusive. Natural numbers include all positive integers.
In this problem, we can create a set of numbers that are greater than 200, and a set of numbers that are less than 206. We then choose numbers that are included in both of these sets, which is shown at the bottom of my work.