We are given that the mean of n consecutive numbers is m1. One of integers is removed to create a new set of positive integers. So, we now have n-1 integers in the set. We are to determine if n is even.
First of all, let's form two sets of consecutive integers: one set with n even and the other with n odd.
Let n=5, A: 1,2,3,4,5
Let n=6, B: 1,2,3,4,5,6
We know that m1 for set A=3 while that for B=3.5
As a general rule, the mean of any odd set of consecutive integers is always an integer, while that for an even set of consecutive integers is always a fraction or non-integer.
Statement 1: m1=m2
Sufficient.
Let's take Set A {1,2,3,4,5} and remove 3 from the set, we have a new set Aa {1,2,4,5}. The average of the new set is (1+2+4+5)/4 = 3. If you take out the mean of a set of numbers and that mean happens to be a member of the set of numbers, the rest of the numbers will still form another set with a mean equal to the mean of the original set. This is always true since the mean is that one number that can be used to replace all elements of the set.
For an odd set of consecutive integers, since the mean is always equal to the median of the set, taking out the media will create another set that has a mean equal to the original set. Hence, we can conclude based on statement 1 that n is odd and not even.
n cannot be even because any number out of n even consecutive numbers will result in a mean which is different from the mean of the original set.
Statement 2: The least element of the original set of integers is odd.
Insufficient.
Just knowing that the least element in a consecutive set of integers is not enough to determine if that set is odd or even. As can be seen above, both sets A and B have the least element as 1, which is odd. Meanwhile set A is composed of odd number of elements while set B is composed of even number of elements.
The answer is option A.