find the variance of first five prime numbers?
回答 (2)
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 備份