

InterviewSolution
Saved Bookmarks
1. |
Mean of a certain number of observations is `barx`. If each observation is divided by `m(m!=0)` and increased by `n`, then the mean of new observation isA. `mx + y`B. `(mx + y)/(x)`C. `(m + xy)/(x)`D. `m + xy` |
Answer» Correct Answer - C If each observations divided by x, then the new mean is `((m)/(x))` |
|