InterviewSolution
Saved Bookmarks
| 1. |
Find the mode from the following information `:` `L= 10 , h = 2,f_(0)=58 , f_(1) = 70 , f_(2) = 42` |
|
Answer» Correct Answer - Mode = 10.6 Mode `= L + [ ( f_(1)- f_(0))/(2f_(1) - f_(0)-f_(2))] xx h ` `= 1 0 + [ ( 70 - 58)/( 2(70) - 58 - 42 ) ] xx2 ` ` = 10 + (( 12)/( 140 - 100)) xx 2` `= 10 + ( (12)/( 40)) xx 2 ` ltbr. ` = 10 + 0.3 xx 2 ` `= 10 + 0.6 = 10.6 ` |
|