InterviewSolution
Saved Bookmarks
| 1. |
the flowing data give the ( in hour ) spend by 14people watching tv everyday .1,6,5,1,2,4,2,4,3,1,2,1,3,4find the mean of the data. |
|
Answer» Explanation : Mean = Sum of all observation / Total no of observation = (1+6+5+1+2+4+2+4+3+1+2+1+3+4)/14 = 39/14 = 2.7857 Answer : Mean = 2.7857 If you find this answer helpful then like it thankyou |
|