8.2 Basic Statistics & Probability
Key Takeaways
- The mean (average) is calculated by dividing the sum of all values by the number of values.
- Reorganizing the mean formula to focus on the sum (Sum = Mean * Number of values) is a powerful shortcut for solving missing value problems.
- The median is the middle value in a sorted list; for an even number of values, it is the average of the two middle values.
- Probability is the ratio of favorable outcomes to total possible outcomes, ranging from 0 (impossible) to 1 (certain).
- For multi-stage probability without replacement, remember to decrease both the numerator and the denominator for the second draw.
8.2 Basic Statistics & Probability
Basic statistics and probability are key quantitative topics tested in the Saudi General Aptitude Test (GAT / Qudurat). These concepts assess your capability to summarize datasets using statistical measures—such as mean, median, mode, and range—and to analyze the likelihood of events under various conditions. The questions do not require university-level statistics but focus on core properties and algebraic applications of averages and probability rules.
Measures of Central Tendency
Statistical measures summarize a set of data points into single representative values. The GAT tests four primary measures:
1. The Arithmetic Mean (Average)
The mean is the sum of all terms in a dataset divided by the total number of terms:
In GAT questions, you are often given the mean and must find a missing value or calculate a new mean when values are added. The most powerful way to solve these is to reorganize the formula to focus on the sum:
Worked Example: A student scored 80, 85, 88, and 92 on four mathematics quizzes. What score must they obtain on their fifth quiz to raise their average score to 87?
- Calculate the target sum for 5 quizzes to achieve an average of 87:
- Calculate the current sum of the first 4 quizzes:
- Determine the required score for the fifth quiz:
Note on Averages of Consecutive Integers: If a set consists of consecutive integers (or any arithmetic progression like consecutive even numbers), the mean is simply the middle number (for an odd number of terms) or the average of the two middle numbers (for an even number of terms). It is also equal to the average of the first and last terms: $\frac{\text{First} + \text{Last}}{2}$.
2. The Median
The median is the middle value of a dataset when the numbers are arranged in ascending or descending order.
- Odd number of terms: The median is the single middle number. For a list of $n$ numbers, it is at position $\frac{n+1}{2}$.
- Even number of terms: The median is the average of the two middle numbers. For a list of $n$ numbers, these are at positions $\frac{n}{2}$ and $\frac{n}{2} + 1$.
Worked Example: Find the median of the following set: ${14, 5, 18, 21, 9, 11}$.
- Arrange the set in ascending order: ${5, 9, 11, 14, 18, 21}$.
- Since there are 6 terms (an even number), locate the two middle terms: 11 and 14.
- Find their average: $\frac{11 + 14}{2} = 12.5$. The median is 12.5.
3. The Mode
The mode is the value that appears most frequently in a dataset. A dataset can have one mode, multiple modes (if two or more values share the highest frequency), or no mode (if all values appear only once).
4. The Range
The range measures the spread of the dataset and is calculated as the difference between the maximum and minimum values:
Probability Principles
Probability measures the likelihood of a specific event occurring, expressed as a number between 0 (impossible) and 1 (certain).
1. Independent Events
Two events are independent if the occurrence of one does not affect the probability of the other. The probability of both events occurring is the product of their individual probabilities:
Worked Example: A fair six-sided die is rolled, and a coin is tossed. What is the probability of rolling a 4 and flipping heads?
- Probability of rolling a 4: $P(\text{4}) = \frac{1}{6}$
- Probability of flipping heads: $P(\text{heads}) = \frac{1}{2}$
- Combined probability: $\frac{1}{6} \times \frac{1}{2} = \frac{1}{12}$
2. Dependent Events (Without Replacement)
Two events are dependent if the outcome of the first event changes the probability of the second. This commonly occurs in problems involving selecting items from a bag "without replacement."
Worked Example: A box contains 5 green marbles and 3 yellow marbles. If two marbles are drawn at random one after another without replacement, what is the probability that both marbles are green?
- The probability that the first marble is green is $\frac{5}{8}$ (5 green out of 8 total).
- Since the first marble was green and not replaced, there are now 4 green marbles left and 7 total marbles left in the box.
- The probability that the second marble is green is $\frac{4}{7}$.
- Multiply the two probabilities: $\frac{5}{8} \times \frac{4}{7} = \frac{20}{56} = \frac{5}{14}$.
Counting Principles
The GAT often tests your ability to count the total number of possible configurations or arrangements.
The Fundamental Counting Principle
If one task can be completed in $m$ different ways, and a second task can be completed in $n$ different ways, then the two tasks together can be completed in $m \times n$ different ways.
Worked Example: A restaurant offers a meal combo consisting of one main course, one drink, and one dessert. If there are 5 main courses, 3 drinks, and 4 desserts available, how many different combos can be created?
GAT Traps and Test-Taking Strategies
1. The Unsorted Median Trap
A favorite trap on the GAT is to ask for the median of a list of numbers that are written in random order. Students in a hurry will pick the number in the physical middle of the list. Always arrange the list in order first!
2. The Average of Averages Trap
If Group A has an average score of 80 and Group B has an average score of 90, the combined average is NOT necessarily 85. It is only 85 if both groups have the exact same number of people. If Group A has 10 people and Group B has 30 people, you must find the total sum of scores first:
- Sum A: $10 \times 80 = 800$
- Sum B: $30 \times 90 = 2700$
- Combined Sum: $800 + 2700 = 3500$
- Total People: $10 + 30 = 40$
- Combined Average: $\frac{3500}{40} = 87.5$
3. Probability Denominator Decrement
In multi-stage probability questions, always check if the item is replaced or not. If it is not replaced, remember to reduce both the numerator (favorable outcomes) and the denominator (total outcomes) for subsequent selections.
A chemistry class has two sections. Section A has 15 students with an average exam score of 70, and Section B has 25 students with an average exam score of 90. What is the combined average exam score for all students in both sections?
A drawer contains 6 black socks and 4 blue socks. If two socks are selected at random one after another without replacement, what is the probability that both socks are black?
A set of five numbers consists of the integers 3, 5, 8, 12, and x. If the median of this set of five numbers is 8, which of the following could be the value of x?