If I have this table of values, and I must find the median, surely there must be a better way than to write it all out like "1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3 ,3,3,3,3" etcCode:SCORE 1 2 3 4 5 6
FREQUENCY 12 11 8 12 7 10
How do I find the median, mode and mean for this table?
