/***************
h*Q. Find the Arithmetic MEAN if Runs scored by a player in 7 matches are: 96, 47, 93, 8, 59, 90, 90<br /><small>clue: sum=483<br />sorted=8, 47, 59, 90, 90, 93, 96<br />(frequency): 8(1), 47(1), 59(1), 90(2), 93(1), 96(1)<br />debugsum=7</small>
TYPE:MULTITEXTArithmetic MEAN
INSTR:DECIMAL
#69
/***************
h*Q. Find the MEDIAN if Runs scored by a player in 5 matches are: 100, 68, 76, 24, 77<br /><small>clue: sum=345<br />sorted=24, 68, 76, 77, 100<br />(frequency): 24(1), 68(1), 76(1), 77(1), 100(1)<br />debugsum=5</small>
TYPE:MULTITEXTMEDIAN
INSTR:DECIMAL
#76
/***************
h*Q. Find the MODE if Runs scored by a player in 23 matches are: 10, 14, 14, 14, 12, 17, 19, 14, 14, 13, 18, 12, 18, 18, 17, 15, 16, 10, 10, 15, 10, 20, 25<br /><small>clue: sum=345<br />sorted=10, 10, 10, 10, 12, 12, 13, 14, 14, 14, 14, 14, 15, 15, 16, 17, 17, 18, 18, 18, 19, 20, 25<br />(frequency): 10(4), 12(2), 13(1), 14(5), 15(2), 16(1), 17(2), 18(3), 19(1), 20(1), 25(1)<br />debugsum=23</small>
TYPE:MULTITEXTMODE
INSTR:DECIMAL
#14
/***************
h*Q. Find the MODE if Runs scored by a player in 22 matches are: 19, 18, 15, 14, 12, 11, 14, 19, 20, 20, 11, 11, 10, 19, 11, 12, 19, 12, 18, 12, 14, 19<br /><small>clue: sum=330<br />sorted=10, 11, 11, 11, 11, 12, 12, 12, 12, 14, 14, 14, 15, 18, 18, 19, 19, 19, 19, 19, 20, 20<br />(frequency): 10(1), 11(4), 12(4), 14(3), 15(1), 18(2), 19(5), 20(2)<br />debugsum=22</small>
TYPE:MULTITEXTMODE
INSTR:DECIMAL
#19
/***************
h*Q. Find the Arithmetic MEAN if Runs scored by a player in 7 matches are: 74, 4, 7, 95, 72, 76, 15<br /><small>clue: sum=343<br />sorted=4, 7, 15, 72, 74, 76, 95<br />(frequency): 4(1), 7(1), 15(1), 72(1), 74(1), 76(1), 95(1)<br />debugsum=7</small>
TYPE:MULTITEXTArithmetic MEAN
INSTR:DECIMAL
#49