1.3.2Basic Data & Probability

Bar charts, pictograms, pie charts — drawing and reading

2,185 words10 min readdifficulty · medium2 backlinks

What are these charts?


How to draw each chart type

Bar Chart Construction (Step-by-Step Derivation)

Step 1: Set up axes

  • Horizontal axis (x): categories (Apples, Bananas, etc.)
  • Vertical axis (y): frequency/count with a uniform scale

Why uniform scale? If 1 cm = 5 units at the bottom but 1 cm = 10 units at the top, bars would lie about the data. Uniform scaling ensures visual proportionality.

Step 2: Calculate bar heights Bar height=Value for categoryScale factor\text{Bar height} = \frac{\text{Value for category}}{\text{Scale factor}}

If your scale is "1 cm represents 10 units" and a category has 35 units: Height=3510=3.5 cm\text{Height} = \frac{35}{10} = 3.5 \text{ cm}

Step 3: Draw bars with equal widths, leaving gaps

Figure — Bar charts, pictograms, pie charts — drawing and reading

Pictogram Construction

Step 1: Choose a symbol and its value Example: 🚗 = 10 cars

Step 2: Divide each data value by the symbol value Number of symbols=Data valueValue per symbol\text{Number of symbols} = \frac{\text{Data value}}{\text{Value per symbol}}

Step 3: Draw whole symbols + fractional symbols


Pie Chart Construction (From First Principles)

Core principle: A full circle = 360°. Each category gets an angle proportional to its fraction of the total.

Step 1: Find the total T=all category valuesT = \sum \text{all category values}

Step 2: Calculate each sector angle Angle for category i=ValueiT×360°\text{Angle for category } i = \frac{\text{Value}_i}{T} \times 360°

Why 360°? A circle's rotation is defined as 360°. This formula converts a fraction into degrees.

Step 3: Use a protractor to draw sectors, starting from 12 o'clock, going clockwise


Reading charts (extracting data)

Reading Bar Charts

  • Height of bar = value (multiply by scale if given)
  • Compare bars: taller bar = greater value
  • Find difference: subtract bar heights

Reading Pictograms

  • Count symbols × value per symbol
  • For partial symbols, estimate the fraction

Reading Pie Charts

  • Measure the angle of a sector (or use given percentage)
  • Calculate value: Value=θ360°×Total\text{Value} = \frac{\theta}{360°} \times \text{Total}

When to use each chart

Why not always use pie charts? If you have 15 categories, the pie becomes a cluttered mess. Bar charts handle many categories better.


Recall Explain to a 12-year-old

Imagine you and your friends collected candies on Halloween. You want to brag about who got the most!

A bar chart is like lining up everyone's candy piles and instantly seeing whose tower is tallest. Each person gets their own bar.

A pictogram is like using candy emojis 🍬 where 1 emoji = 10 real candies. If you got 35 candies, you draw 3 full emojis + half of one. It's cuter and easier to show your little sibling.

A pie chart is for when you want to show how your candy stash breaks down: "Half of my candies are chocolate 🍫, a quarter are gummies 🍬, and a quarter are sour stuff 🍋." You slice a circle like a pizza, and each slice shows what fraction of your total haul each type is.

The key: bar/pictogram compares different people, pie shows the breakdown of one person's collection!


Connections

  • Frequency tables — raw data that feeds into these charts
  • Averages and range — statistics you can visualize with bars
  • Fractions and percentages — pie charts convert fractions to angles
  • Ratio and proportion — scaling pictogram symbols uses ratios
  • Angles — pie charts require precise angle measurement
  • Data collection methods — where the data for charts comes from

Flashcards

What is a bar chart? :: A chart using rectangular bars where the length is proportional to the value, with gaps between bars for distinct categories.

What is a pictogram?
A chart using small icons/pictures where each icon represents a fixed number of units; fractional icons show fractional amounts.
What is a pie chart?
A circular chart divided into sectors where each sector's angle is proportional to its fraction of the whole (full circle = 360°).

Formula for bar height with scale :: Bar height = Value ÷ Scale factor (e.g., if scale is 1 cm = 10 units, value 40 → height = 4 cm)

Formula for number of pictogram symbols
Number of symbols = Data value ÷ Value per symbol
Formula for pie chart sector angle
Angle = (Category value ÷ Total) × 360°
If a pie chart sector is 120° and the total is 90 items, how many items in that sector?
(120° ÷ 360°) × 90 = (1/3) × 90 = 30 items
Why must a uniform scale be used for bar charts?
To ensure visual proportionality; non-uniform scales distort comparisons and misrepresent data.
Common mistake: what to remember when reading pictograms
Always check the key to see what value each symbol represents, then multiply (don't just count symbols).
When to use bar chart vs pie chart
Bar chart: comparing distinct categories; Pie chart: showing parts of a whole (proportions/percentages).

Concept Map

shows pattern at a glance

three chart types

three chart types

three chart types

bar length proportional to value

prevents misleading bars

equal widths with gaps

icon = fixed units

non-whole values

circle split into sectors

full circle

Data Visualization

Compare Categories

Bar Chart

Pictogram

Pie Chart

Uniform Scale

Bar Height = Value / Scale Factor

Gaps Show Categories

Symbols = Value / Value per Symbol

Fractional Icons

Sector Angle = Fraction of 360°

360° = 100% of Data

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Jab tumhare pas bahut sare numbers hote hain – jaise ki ek hafte mein kitne apples, bananas aur oranges bike – toh unhe table mein dekhna boring aur confusing ho sakta hai. Yahan data visualization kaam ati hai! Teen main charts hain jo tum seekhoge:

Bar chart mein har category ke liye ek rectangular bar hota hai, aur jitna bada number, utna lamba bar. Ek nazar mein tumhe pata chal jata hai ki kaun sa sabse zyada hai. Pictogram mein choti-choti pictures use hoti hain (jaise 1 car icon = 10 cars), jo bacho ko samajhne mein easy hota hai aur presentations mein acha dikhta hai. Pie chart ek circle hai jo slices mein kata hua hai – jaise pizza – aur har slice dikhata hai ki total ka kitna percentage wo category hai.

Har chart ka apna use hai: agar tumhe alag-alag categories compare karni hain, bar/pictogram perfect hai. Agar tumhe "whole" ka breakdown dikhana hai (jaise "mere total marks mein se 50% Math se aye"), toh pie chart use karo. Formula simple hai – pie chart mein har slice ka angle nikalne ke liye: (us category ki value ÷ total) × 360°. Agar ye concept clear ho gaya, toh tum kisi bhi data ko visualize kar sakte ho aur exams mein bhi ye questions bahut ate hain!

Go deeper — visual, from zero

Test yourself — Basic Data & Probability

Connections