Theory
A bar chart is used for categories or discrete values. The bars should have equal width and gaps between them.
Always check the vertical scale before reading a bar chart. The scale may count in 2s, 5s, 10s or another interval.
A pie chart shows how a whole is split into parts. The full circle is 360 degrees.
To draw a pie chart, find the angle for each category: angle = frequency / total frequency x 360 degrees.
To read a pie chart, reverse the process: frequency = angle / 360 degrees x total frequency.
Do not use a pie chart when the categories do not make one whole group. Edexcel questions often test whether the chart type makes sense.