Key Concepts:
Tables:
Data can be organized in tables for better readability and analysis.Bar Charts:
Used to represent categorical data with rectangular bars. Horizontal axis of a bar chart can be numberical or descriptive.Pie Charts:
Circular charts divided into sectors, where each sector represents a proportion of the whole.Histograms:
Graphical representation of grouped data with bars whose areas represent frequency. Although visually similar to bar charts histograms visualize quantitative data or numerical data, whereas bar charts display categorical variables. Veritably axis of histogram represent frequency while horizontal some numerical data. (see Example 2).Frequency Distributions:
Tables that display the frequency of different outcomes in a dataset.Cumulative Frequency Tables:
Tables that show the accumulation of frequencies up to a given class interval.Cumulative Frequency Curve (Ogive):
A graphical representation of cumulative frequency that helps estimate median, percentiles, and quartiles.Examples:
Example 1: Construct a frequency distribution table from the given data:
\\ \{3, 5, 7, 3, 5, 7, 9, 7, 5, 3, 7, 5, 9, 7, 5\}Solution:
\begin{tabular}{c|c}Value (x)
&Frequency (f)
\\ \hline 3 & 3 \\ 5 & 4 \\ 7 & 5 \\ 9 & 2 \\ \end{tabular} The frequency table summarizes the given dataset.Example 2: The table below shows the marks obtained by students in a test. Construct a histogram.
\begin{tabular}{c|c}Marks Range
&Frequency
\\ \hline 0-10 & 2 \\ 10-20 & 4 \\ 20-30 & 7 \\ 30-40 & 10 \\ 40-50 & 6 \\ \end{tabular}Solution:
A histogram is a bar graph where the class intervals are plotted on the x-axis, and the frequencies are represented by the heights of the bars.Example 3: The pie chart below represents the distribution of students in a school. If the total number of students is 600, find the number of students in each category.
Solution:
Let the angles of the pie chart sectors be: - Science: \(120^\circ\) - Arts: \(90^\circ\) - Commerce: \(60^\circ\) - Others: \(90^\circ\) The total angle in a pie chart is \(360^\circ\), so we calculate each category as: \[ \text{Number of students} = \frac{\text{sector angle}}{360^\circ} \times \text{total students}. \] \[ \text{Science} = \frac{120}{360} \times 600 = 200. \] \[ \text{Arts} = \frac{90}{360} \times 600 = 150. \] \[ \text{Commerce} = \frac{60}{360} \times 600 = 100. \] \[ \text{Others} = \frac{90}{360} \times 600 = 150. \] Thus, the number of students in each category is: Science = 200, Arts = 150, Commerce = 100, Others = 150.Example 5: Construct a cumulative frequency table and draw the cumulative frequency curve (ogive) for the following data.
\begin{tabular}{c|c}Class Interval
&Frequency
\\ \hline 0-10 & 3 \\ 10-20 & 7 \\ 20-30 & 12 \\ 30-40 & 18 \\ 40-50 & 10 \\ \end{tabular}Solution:
Step 1: Construct the cumulative frequency table by adding up the frequencies progressively. \begin{tabular}{c|c|c}Class Interval
&Frequency
&Cumulative Frequency
\\ \hline 0-10 & 3 & 3 \\ 10-20 & 7 & 3 + 7 = 10 \\ 20-30 & 12 & 10 + 12 = 22 \\ 30-40 & 18 & 22 + 18 = 40 \\ 40-50 & 10 & 40 + 10 = 50 \\ \end{tabular} Step 2: Plot the cumulative frequency curve (ogive).