Student
Hello, when i try to calculate S², i go from the definition to (1/n-1) *( Sum(i=1, n, X²_i) + 2*X_barre*Sum(i=1, n, X_i) + Sum(i=1, n, X²_barre)). Then by using the fact that 1/n*Sum(i=1, n, X_i) = X_barre, i can say that Sum(i=1, n, X_i) = n*X_barre.
So i get (1/n-1) * (9.7 - 2*2.5*16*2.5 + 16 * 2.5) but it is negative thus i must have a mistake but i don't know where.
Thanks for your help.