Summary of Key Concepts
-
Spreadsheets: Tools for organizing data in rows and columns, allowing for calculations like totals and averages using formulas such as
=SUM()and=AVERAGE(). -
Mean and Median:
- Mean: The average of a set of numbers, calculated by dividing the sum of all values by the number of values.
- Median: The middle value in a sorted list of numbers.
-
Effects of Adding/Removing Values:
- Adding a value greater than the mean increases the mean.
- Adding a value less than the mean decreases the mean.
- Removing a value can also affect the mean depending on whether the value is above or below the current mean.
-
Data Analysis: Understanding how to interpret data through visual aids like dot plots and line graphs, which can show trends over time.
-
Common Formulas:
=SUM(B3:G3): Calculates total marks for a student.=AVERAGE(B7:D7): Calculates average marks for specific subjects.
-
Class Averages: Can be calculated for each subject and compared to determine performance across different subjects.