/***************
h*Q. Find the Arithmetic MEAN if Runs scored by a player in 3 matches are: 47, 76, 36<br /><small>clue: sum=159<br />sorted=36, 47, 76<br />(frequency): 36(1), 47(1), 76(1)<br />debugsum=3</small>
TYPE:MULTITEXTArithmetic MEAN
INSTR:DECIMAL
#53

/***************
h*Q. Find the RANGE if Runs scored by a player in 5 matches are: 53, 44, 24, 0, 14<br /><small>clue: sum=135<br />sorted=0, 14, 24, 44, 53<br />(frequency): 0(1), 14(1), 24(1), 44(1), 53(1)<br />debugsum=5</small>
TYPE:MULTITEXTRANGE
INSTR:DECIMAL
#53

/***************
h*Q. Find the MODE if Runs scored by a player in 23 matches are: 11, 16, 19, 15, 10, 14, 18, 10, 16, 10, 17, 19, 17, 12, 17, 11, 17, 13, 14, 19, 12, 11, 27<br /><small>clue: sum=345<br />sorted=10, 10, 10, 11, 11, 11, 12, 12, 13, 14, 14, 15, 16, 16, 17, 17, 17, 17, 18, 19, 19, 19, 27<br />(frequency): 10(3), 11(3), 12(2), 13(1), 14(2), 15(1), 16(2), 17(4), 18(1), 19(3), 27(1)<br />debugsum=23</small>
TYPE:MULTITEXTMODE
INSTR:DECIMAL
#17

/***************
h*Q. Find the RANGE if Runs scored by a player in 3 matches are: 50, 41, 35<br /><small>clue: sum=126<br />sorted=35, 41, 50<br />(frequency): 35(1), 41(1), 50(1)<br />debugsum=3</small>
TYPE:MULTITEXTRANGE
INSTR:DECIMAL
#15

/***************
h*Q. Find the RANGE if Runs scored by a player in 7 matches are: 24, 30, 70, 7, 25, 69, 13<br /><small>clue: sum=238<br />sorted=7, 13, 24, 25, 30, 69, 70<br />(frequency): 7(1), 13(1), 24(1), 25(1), 30(1), 69(1), 70(1)<br />debugsum=7</small>
TYPE:MULTITEXTRANGE
INSTR:DECIMAL
#63