/***************
h*Q. Find the MODE if Runs scored by a player in 22 matches are: 20, 17, 13, 13, 12, 20, 11, 19, 11, 12, 15, 16, 19, 14, 18, 14, 15, 15, 12, 17, 14, 13<br /><small>clue: sum=330<br />sorted=11, 11, 12, 12, 12, 13, 13, 13, 14, 14, 14, 15, 15, 15, 16, 17, 17, 18, 19, 19, 20, 20<br />(frequency): 11(2), 12(3), 13(3), 14(3), 15(3), 16(1), 17(2), 18(1), 19(2), 20(2)<br />debugsum=22</small>
TYPE:MULTITEXTMODE
INSTR:DECIMAL
#12,13,14,15
/***************
h*Q. Find the Arithmetic MEAN if Runs scored by a player in 3 matches are: 55, 52, 25<br /><small>clue: sum=132<br />sorted=25, 52, 55<br />(frequency): 25(1), 52(1), 55(1)<br />debugsum=3</small>
TYPE:MULTITEXTArithmetic MEAN
INSTR:DECIMAL
#44
/***************
h*Q. Find the Arithmetic MEAN if Runs scored by a player in 5 matches are: 53, 6, 18, 98, 5<br /><small>clue: sum=180<br />sorted=5, 6, 18, 53, 98<br />(frequency): 5(1), 6(1), 18(1), 53(1), 98(1)<br />debugsum=5</small>
TYPE:MULTITEXTArithmetic MEAN
INSTR:DECIMAL
#36
/***************
h*Q. Find the MEDIAN if Runs scored by a player in 7 matches are: 17, 72, 13, 42, 49, 96, 61<br /><small>clue: sum=350<br />sorted=13, 17, 42, 49, 61, 72, 96<br />(frequency): 13(1), 17(1), 42(1), 49(1), 61(1), 72(1), 96(1)<br />debugsum=7</small>
TYPE:MULTITEXTMEDIAN
INSTR:DECIMAL
#49
/***************
h*Q. Find the MODE if Runs scored by a player in 24 matches are: 18, 15, 18, 16, 14, 15, 20, 16, 16, 12, 17, 20, 13, 18, 10, 20, 16, 19, 14, 11, 17, 20, 13, 40<br /><small>clue: sum=408<br />sorted=10, 11, 12, 13, 13, 14, 14, 15, 15, 16, 16, 16, 16, 17, 17, 18, 18, 18, 19, 20, 20, 20, 20, 40<br />(frequency): 10(1), 11(1), 12(1), 13(2), 14(2), 15(2), 16(4), 17(2), 18(3), 19(1), 20(4), 40(1)<br />debugsum=24</small>
TYPE:MULTITEXTMODE
INSTR:DECIMAL
#16,20