English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

The differences between two sets of dependent data are 0.11, 0.21, 0.15, 0.12, 0.14. Round to the nearest hundredth.

2007-02-28 22:48:24 · 1 answers · asked by pooh 1 in Science & Mathematics Mathematics

1 answers

stdev := sqrt( sum( ( Xi - Xavg )^2 ) / ( n - 1 ) )

Xi = {0.11,0.21,0.15,0.12,0.14}
Xavg = sum(Xi)/5 = 0.146
( Xi - Xavg )^2 = { 1.296, 4.096, 0.016, 0.676, 0.036 } x 10^-3
sum( above ) / ( n - 1 ) = 6.120 x 10^-3 / ( 5 - 1 ) = 1.530 x 10^-3
stdev = sqrt( above ) = 0.039115214

Cheers.

2007-02-28 23:13:29 · answer #1 · answered by Ben 3 · 0 0

fedest.com, questions and answers