Master the art of reading and creating double bar charts and pie charts with real-world data analysis.
A double bar chart shows two sets of data side by side, making it easy to compare different categories or groups. Each category has two bars - one for each data set.
Let's compare the wins and losses for two basketball teams over 4 months:
Team A: Jan (8 wins, 2 losses), Feb (6 wins, 4 losses), Mar (10 wins, 0 losses), Apr (7 wins, 3 losses)
Team B: Jan (5 wins, 5 losses), Feb (7 wins, 3 losses), Mar (6 wins, 4 losses), Apr (9 wins, 1 loss)
Question: In which month did Team A have the best performance? How many more wins than losses did they have that month?
Your answer:
A pie chart shows parts of a whole as slices of a circle. Each slice represents a portion of the total, and all slices together make up 100%.
A survey of 120 students showed their favorite ice cream flavors:
• Chocolate: 48 students (40%)
• Vanilla: 36 students (30%)
• Strawberry: 24 students (20%)
• Mint: 12 students (10%)
Formula: Number of items = (Percentage ÷ 100) × Total
Example: If 25% of 200 students prefer pizza, how many students is that?
Solution: (25 ÷ 100) × 200 = 0.25 × 200 = 50 students
Create a pie chart showing how you spend your day (24 hours):
• Sleep: 8 hours
• School: 7 hours
• Homework: 2 hours
• Play/Free time: 4 hours
• Meals: 2 hours
• Other activities: 1 hour
A double bar chart shows the number of books read by students in two classes over 4 months. Class A read: Jan(12), Feb(15), Mar(18), Apr(20). Class B read: Jan(10), Feb(14), Mar(16), Apr(22).
Questions:
A pie chart shows the distribution of 300 votes in a school election: Sarah (45%), Mike (30%), Lisa (15%), and Tom (10%).
Questions:
Create a double bar chart showing the favorite sports of boys and girls in your class:
Boys: Soccer (8), Basketball (6), Swimming (4), Tennis (2)
Girls: Soccer (6), Basketball (8), Swimming (5), Tennis (3)
Then answer: Which sport is most popular overall?