find the variance of first five prime numbers?

2015-08-31 12:46 pm

回答 (2)

2015-08-31 12:50 pm
http://www.mathsisfun.com/data/standard-deviation.html

The first five primes are 2,3,5,7 and 11
2015-08-31 2:00 pm
2,3,5,7,11 are the first five prime numbers

Σx = 2+3+5+7+11= 28
Σx^2 = 2^2 + 3^2 + 5^2 + 7^2 + 11^2 = 208

n= 5 (number of observations)

Variance = (∑x^2 - ( ∑ x)^2 / n ) / (n-1)
= ( 208 - (28)^2 / 5 ) / 4
= 12.8


收錄日期: 2021-04-21 13:52:09
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20150831044610AAEOMPj

檢視 Wayback Machine 備份