a) Find the range and class width.
Range = Largest Value - Smallest Value = 112 - 44 = 88
If the number of classes is 9 then
class width = Range/number of classes = 88/9 = 9.8
but we need to round up, so we will use 10.
"\\def\\arraystretch{1.5}\n \\begin{array}{c:c:c:c:c:c:c}\n Limit & Boundaries & Midpoint & Frequency & Cum Fr & RelFr \\\\ \\hline\n 44-53 & 43.5-53.5 & 48.5 & 5 & 5 & 0.1 \\\\\n \\hdashline\n 54-63 & 53.5-63.5 & 58.5 & 6 & 11 & 0.12 \\\\\n\\end{array}"
Comments
Leave a comment