If the numbers are x_1, x_2......x_n, then their mean is x = (Sum(i=1, n)(x_i))/n
2006-11-07 05:58:47
·
answer #1
·
answered by Steiner 7
·
0⤊
0⤋
1) Example: set of numbers :
A = { 2, 3, 7, 9 }
The mean of A is : (2 + 3 + 7 + 9 )/ 4 = 21/4 = 5.2
2) More generaly we have:
Imagine a set B of n numbers definite by:
B = { x1,x2,x3,x4,...xn}
The mean X of set B is :
X = (x1 + x2 + x3 + x4 + ... + xn)/n
with n >=2
Other example:
C = {1,2,3,4,5,6,7,8,9,10}
Find the mean X of set C ?
Solution: X = (1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10)/10
= 55/10
= 5.5
2006-11-07 15:02:07
·
answer #2
·
answered by frank 7
·
0⤊
0⤋
add up all the numbers and divide the total by the number of numbers
2006-11-07 13:55:56
·
answer #3
·
answered by raj 7
·
0⤊
0⤋
Add them up and divide by the number of elements.
2006-11-07 13:56:29
·
answer #4
·
answered by modulo_function 7
·
0⤊
0⤋
Add them up and divide them by the cardinality.
2006-11-07 14:16:21
·
answer #5
·
answered by ag_iitkgp 7
·
0⤊
0⤋