For the question as followed, just write the formulaand the way you solve the problem:
1.
Given a chart a, size = 50 (i.e. 50values in chart a), and the range of thechart a is given
Divide the range into N = 10 equal-length segments (hereaftercalled “bins”) and for each bin, find its bound (aj , bj ) as wellas its center cj for j = 1, 2,..., 10.
2.
Sort the data and place each value"ai" into that bin whose lower bound isless than or equal to "ai" and whoseupper bound is greater than "ai";thereafter, for each bin count the number of"ai" assigned to the new declarevariable.
Aj(j=1 to 50) = 1,2,3,4,and all the way to 50
i.e. A1=1,....., A45=45,....A48=48,...?A50=50