Question 255695
Can the sample variance ever be a negative number? 
<pre>
No
</pre>
If not, why not? 
<pre>
Because it is the sum of squares of numbers divided by 1 less than the
number of numbers.  Squares are never negative, so you could never have
the sum of squares being negative, and then when you divided by 1 less
than the number of numbers you could never get a negative number. 
</pre>
Can the sample variance ever be zero? 
<pre>
Yes
</pre>
If so, for what types of data? 
<pre>
When all the numbers in the data set are the same, (which
means they do not vary at all, so it would be logical that
their variance would be zero).

Edwin</pre>