1.

Give the formula for finding out median of a continuous series.

Answer» <html><body><p></p>Solution :<a href="https://interviewquestions.tuteehub.com/tag/median-1092401" style="font-weight:bold;" target="_blank" title="Click to know more about MEDIAN">MEDIAN</a> class isiedentified .It corresponds to that cumulative frequency which includes the `((N)/(2))` th item . Thefollowing <a href="https://interviewquestions.tuteehub.com/tag/formula-464310" style="font-weight:bold;" target="_blank" title="Click to know more about FORMULA">FORMULA</a> is then applied to determine the actual median value.<br/>`M=l_(1)+(N/(2)-c.f.)/(f)xxi`<br/>Here , `l_(1)` = Lower limit of the <a href="https://interviewquestions.tuteehub.com/tag/medianclass-2824255" style="font-weight:bold;" target="_blank" title="Click to know more about MEDIANCLASS">MEDIANCLASS</a> , = Cumulative frequency of the class <a href="https://interviewquestions.tuteehub.com/tag/preceding-592817" style="font-weight:bold;" target="_blank" title="Click to know more about PRECEDING">PRECEDING</a> the median class , f = Frequency of the median class , i = Size of the median class interval.</body></html>


Discussion

No Comment Found