Skip to main content
Revision NotesFEUCAT · MathematicsReal content

FEUCAT MathematicsStatistics & ProbabilityRevision Notes

Final-week revision notes for Statistics & Probability. If you have already studied the full chapter, this page is your go-to refresher before sitting the FEUCAT. Compact, high-yield, and aligned with what Far Eastern University tests in the Mathematics subtest.

Exam context

Far Eastern University runs the Far Eastern University College Admission Test on Q3–Q4 2026. Its Mathematics section sits under a "Core section" weighting, and Statistics & Probability is the 8th chapter in the 9-chapter FEUCAT Mathematics rotation. The FEUCAT passing mark is Competitive overall score, and the most recent 2026 paper drew about a meaningful share of questions from Mathematics.

Statistics & Probability - Revision notes

Statistics & Probability is a crucial chapter in the UPCAT Mathematics section, covering data analysis, measures of central tendency, counting principles, permutations, combinations, and probability calculations. This chapter requires strong problem-solving skills and understanding of when to apply different formulas. Master these concepts through step-by-step practice and real-world applications.

Sections

Formulas

Example

From 6,000 students, a 10% sample = 6,000 × 0.10 = 600 students

Formula

Sample Size = Population Size × Sample Percentage

Variables

Population Size (total), Sample Percentage (decimal form)

Application

Used to determine appropriate sample size from a given population

Exam Tips

  • Always identify whether you're dealing with population or sample data
  • Look for keywords: 'all students' = population, 'selected students' = sample

Key Points

  • Data is qualitative or quantitative information used for reasoning and calculation
  • Variables represent characteristics that can be measured or counted
  • Population includes ALL individuals with common characteristics
  • Sample is a subset selected to represent the population
  • Understanding the difference between population and sample is crucial for proper analysis

Definitions

Term

Population

Definition

The complete set of all individuals, items, or observations sharing at least one common characteristic

Importance

Essential for understanding the scope of statistical analysis and ensuring proper sampling

Term

Sample

Definition

A subset of individuals selected from a population to represent that population

Importance

Allows for practical data collection when studying entire populations is impossible

Section Title

Data and Variables

Common Mistakes

  • Confusing population and sample - remember population is ALL, sample is SOME
  • Using biased sampling methods that don't represent the population fairly

Formulas

Example

Data: {33, 45, 22, 25, 50}. Mean = (33+45+22+25+50)÷5 = 175÷5 = 35

Formula

Mean = (Sum of all values) ÷ (Number of values)

Variables

Sum = total of all data points, Number = count of data points

Application

Calculate average when all values are equally important

Example

Data: {2,4,6,8}. Median = (4+6)÷2 = 5

Formula

For even n: Median = (n/2 term + (n/2+1) term) ÷ 2

Variables

n = number of data points, terms are positions in ordered data

Application

Find middle value when data has even number of elements

Exam Tips

  • For median: Always arrange data first (ascending or descending)
  • For mode: Count frequencies carefully - there can be no mode, one mode, or multiple modes
  • Use median when data has extreme values (outliers)

Key Points

  • Mean is the arithmetic average - most commonly used
  • Median is the middle value when data is arranged in order
  • Mode is the most frequently occurring value
  • Each measure has specific uses depending on data distribution
  • Mean is affected by outliers, median is more resistant to extreme values

Definitions

Term

Median

Definition

The middle value that separates the upper and lower half of ordered data

Importance

Best measure for skewed distributions, represents actual center location-wise

Term

Mode

Definition

The value that occurs most frequently in a dataset

Importance

Useful for identifying the most common occurrence, can have multiple modes

Section Title

Measures of Central Tendency

Common Mistakes

  • Forgetting to arrange data in order before finding median
  • Not dividing by 2 when finding median with even number of values
  • Calculating mean without checking for outliers that might skew results

Formulas

Example

Data: {22, 25, 33, 45, 50}. Range = 50 - 22 = 28

Formula

Range = Maximum value - Minimum value

Variables

Maximum = highest value, Minimum = lowest value

Application

Quick measure of data spread

Example

If variance = 16, then standard deviation = √16 = 4

Formula

Standard Deviation = √(Variance)

Variables

Variance = average of squared deviations from mean

Application

Measures how spread out data points are from the mean

Exam Tips

  • Remember the 5-step process for finding standard deviation
  • Range is quick to calculate but less informative than standard deviation

Key Points

  • Range measures the spread between maximum and minimum values
  • Variance measures average squared deviation from mean
  • Standard deviation is the square root of variance
  • These measures help understand data variability and consistency
  • Smaller standard deviation means data points are closer to the mean

Definitions

Term

Standard Deviation

Definition

Square root of variance; measures how far values spread out on either side of the mean

Importance

Most commonly used measure of variability, same units as original data

Section Title

Measures of Dispersion

Common Mistakes

  • Forgetting to take square root when converting variance to standard deviation
  • Not following proper steps for variance calculation

Formulas

Example

5! = 5 × 4 × 3 × 2 × 1 = 120

Formula

n! = n × (n-1) × (n-2) × ... × 3 × 2 × 1

Variables

n = positive integer

Application

Calculate total arrangements of n distinct objects

Example

Phone number starting with 0, second digit 9: 1 × 1 × 10 × 10 × 10 × 10 × 10 × 10 × 10 × 10 = 100,000,000

Formula

Total outcomes = m₁ × m₂ × m₃ × ... × mₙ

Variables

mᵢ = number of ways event i can occur

Application

Count total possibilities when multiple independent events occur in sequence

Exam Tips

  • Draw tree diagrams for complex counting problems
  • Always check if order matters (permutation) or doesn't matter (combination)

Key Points

  • Fundamental Counting Principle: multiply possibilities for each event
  • Factorial n! = n × (n-1) × (n-2) × ... × 3 × 2 × 1
  • 0! = 1 by definition (important for formulas)
  • Use counting principle when events are sequential and independent
  • Factorials grow very quickly - be careful with large numbers

Definitions

Term

Fundamental Counting Principle

Definition

If event E₁ can occur in m ways and event E₂ can occur in n ways, then both events can occur in m × n ways

Importance

Foundation for all counting problems - helps determine total number of possible outcomes

Section Title

Counting Principles and Factorials

Common Mistakes

  • Forgetting that 0! = 1
  • Adding instead of multiplying in counting principle
  • Not considering whether repetition is allowed

Formulas

Example

₅P₂ = 5!/(5-2)! = 5!/3! = 5×4 = 20 ways to visit 2 universities from 5

Formula

ₙPᵣ = n!/(n-r)!

Variables

n = total objects, r = objects selected, order matters

Application

Arrangements of r objects from n distinct objects

Example

₅C₃ = 5!/(2!×3!) = (5×4×3×2×1)/[(2×1)×(3×2×1)] = 120/12 = 10

Formula

ₙCᵣ = n!/[(n-r)!×r!]

Variables

n = total objects, r = objects selected, order doesn't matter

Application

Selections of r objects from n distinct objects

Exam Tips

  • Ask yourself: 'Does order matter?' If yes, use permutation; if no, use combination
  • For large numbers, cancel common factors before multiplying
  • Remember: ₙCᵣ = ₙPᵣ ÷ r!

Key Points

  • Permutations: order matters (arrangements)
  • Combinations: order doesn't matter (selections)
  • Use P when arranging, C when choosing
  • Permutations are always greater than or equal to combinations for same n and r
  • Key question: Does the order of selection affect the outcome?

Definitions

Term

Permutation

Definition

An arrangement of objects where order matters (ABC is different from BAC)

Importance

Used when position or sequence is important in the problem

Term

Combination

Definition

A selection of objects where order doesn't matter (ABC is same as BAC)

Importance

Used when only the group composition matters, not the arrangement

Section Title

Permutations and Combinations

Common Mistakes

  • Using permutation when combination is needed and vice versa
  • Forgetting to divide by r! when calculating combinations
  • Not simplifying factorials before calculating

Formulas

Example

P(getting queen from deck) = 4/52 = 1/13

Formula

P(E) = n(E)/n(S)

Variables

n(E) = favorable outcomes, n(S) = total outcomes in sample space

Application

Calculate basic probability when outcomes are equally likely

Example

P(red or queen) = 26/52 + 4/52 - 2/52 = 28/52 = 7/13

Formula

P(A or B) = P(A) + P(B) - P(A and B)

Variables

P(A), P(B) = individual probabilities, P(A and B) = intersection probability

Application

Find probability of either event A or event B occurring

Exam Tips

  • Always list sample space for complex problems
  • Check if events are mutually exclusive before applying addition rule
  • Verify answers: probabilities must be between 0 and 1

Key Points

  • Probability ranges from 0 (impossible) to 1 (certain)
  • P(E) = Number of favorable outcomes / Total number of outcomes
  • Sample space contains all possible outcomes
  • Events are subsets of sample space
  • Complementary events: P(E) + P(not E) = 1

Definitions

Term

Sample Space

Definition

The collection of all possible outcomes of a random experiment

Importance

Defines the universe of possibilities - essential for calculating probabilities

Term

Event

Definition

A subset of the sample space; a specific outcome or set of outcomes

Importance

What we're calculating the probability for - must be clearly defined

Section Title

Probability Fundamentals

Common Mistakes

  • Forgetting to subtract P(A and B) in addition rule
  • Using addition rule when events are mutually exclusive
  • Not properly identifying the sample space

Formulas

Example

For 1000 students wanting 100 sample: Interval = 1000÷100 = 10 (select every 10th student)

Formula

Sampling Interval = Population Size ÷ Sample Size

Variables

Population Size = total elements, Sample Size = desired sample

Application

Used in systematic sampling to determine selection interval

Exam Tips

  • Identify sampling method used in word problems
  • Remember: larger samples generally reduce margin of error
  • Stratified sampling maintains population proportions in sample

Key Points

  • Simple Random Sampling: each member has equal chance of selection
  • Stratified Sampling: population divided into homogeneous groups
  • Cluster Sampling: population divided geographically, entire clusters selected
  • Systematic Sampling: select at regular intervals
  • Avoid convenience sampling - it introduces bias

Definitions

Term

Sampling Bias

Definition

Systematic favoritism of certain outcomes or exclusion of groups in sample selection

Importance

Destroys representativeness of sample, leading to incorrect conclusions about population

Term

Margin of Error

Definition

Range indicating how close sample estimate is likely to be to true population value

Importance

Helps assess reliability of statistical conclusions from sample data

Section Title

Sampling Methods

Common Mistakes

  • Using convenience sampling and thinking it represents the population
  • Not accounting for non-response bias in surveys
  • Choosing sample size without considering margin of error needs

Connections

  • Statistics connects to real-world data analysis in economics, social sciences, and research
  • Probability theory is fundamental to advanced statistics and inferential reasoning
  • Counting principles are essential for advanced probability calculations
  • Sampling methods are crucial for conducting valid scientific research and surveys
  • These concepts appear in other UPCAT sections like logical reasoning and data interpretation

Exam Strategy

Focus on identifying problem types quickly - is it asking for mean/median/mode, permutation/combination, or basic probability? Practice step-by-step solutions for each type. Always verify answers make sense (probabilities between 0-1, combinations ≤ permutations). For counting problems, determine if order matters. For probability, clearly identify sample space and favorable outcomes. Time management is crucial - don't get stuck on complex calculations.

Quick Review Questions

Find the mean, median, and mode of: 7, 8, 8, 9, 10, 11, 11, 11, 12

Mean = 87÷9 = 9.67. For median, middle value (5th position) = 10. Mode is 11 (appears 3 times, most frequent).

How many 4-digit codes can be formed using digits 0-9 if no repetition is allowed?

First digit: 9 choices (1-9, can't start with 0). Second digit: 9 choices (0 plus 8 remaining). Third digit: 8 choices. Fourth digit: 7 choices. Total: 9×9×8×7 = 4,536.

What is P(getting at least one head when flipping 2 coins)?

Sample space: {HH, HT, TH, TT}. Favorable outcomes: {HH, HT, TH}. P(at least one head) = 3/4. Alternative: P(at least one head) = 1 - P(no heads) = 1 - 1/4 = 3/4.

Calculate ₇C₃ and ₇P₃

₇C₃ = 7!/(4!×3!) = (7×6×5)/(3×2×1) = 210/6 = 35. ₇P₃ = 7!/4! = 7×6×5 = 210.

In a class of 30 students, 18 like Math and 12 like Science. If 5 like both, how many like Math or Science?

Using addition rule: P(Math or Science) = P(Math) + P(Science) - P(both) = 18 + 12 - 5 = 25 students.

Loading diagram…
Loading diagram…
Loading diagram…
Loading diagram…

Ready to practise for the FEUCAT 2026?

Super Tutor's AI review plan adapts to your weak areas and builds a weekly practice schedule around your target FEUCAT exam date.