InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    Formula for finding arithmetic mean is:A. `barX = sum X`B. `barX = (sumX)/N`C. `barX = sum X-N`D. `barX = N/(sumX)` | 
                            
| 
                                   
Answer» Correct Answer - B It is the average of a set of numerical values, as calculated by adding them together and dividing by the number of terms in the set.  | 
                            |