CA
CA Saarthi
← All Posts
Home/Blog/CA Foundation Statistics Formulas Cheat Sheet: Quick Reference Guide

CA Foundation Statistics Formulas Cheat Sheet: Quick Reference Guide

26 March 2026·7·By CA Saarthi Team
Statistics formulas CA FoundationCA Foundation cheat sheetStatistical formulasMean standard deviationRegression formulas

Statistics is a crucial component of Quantitative Aptitude in CA Foundation. Having all important formulas at your fingertips accelerates problem-solving. Here's your comprehensive cheat sheet.

Measures of Central Tendency

Mean (Average)

Simple Mean = Σx / n

Where: Σx = Sum of all values, n = Number of observations

Grouped Data Mean = Σ(f × m) / Σf

Where: f = Frequency, m = Midpoint of class

Weighted Mean = Σ(w × x) / Σw

Where: w = Weight, x = Value

**Example**:

Values: 10, 20, 30, 40, 50

Mean = (10+20+30+40+50) / 5 = 30

Median

For Ungrouped Data:

  • If n is odd: Median = (n+1)/2 th value
  • If n is even: Median = Average of (n/2)th and (n/2 + 1)th values
  • For Grouped Data:

    Median = L + [(N/2 - CF) / f] × h

    Where:

  • L = Lower boundary of median class
  • N = Total frequency
  • CF = Cumulative frequency before median class
  • f = Frequency of median class
  • h = Class width
  • Mode

    Mode = Most frequently occurring value

    For Grouped Data:

    Mode = L + [(f1 - f0) / (2f1 - f0 - f2)] × h

    Where:

  • L = Lower boundary of modal class
  • f1 = Frequency of modal class
  • f0 = Frequency before modal class
  • f2 = Frequency after modal class
  • h = Class width
  • Measures of Dispersion

    Range

    Range = Highest Value - Lowest Value

    Coefficient of Range = (H - L) / (H + L)

    Variance and Standard Deviation

    Variance (σ²) = Σ(x - μ)² / n

    Standard Deviation (σ) = √Variance

    For Grouped Data:

    Variance = [Σ(f × m²) / Σf] - [Σ(f × m) / Σf]²

    **Example**:

    Values: 2, 4, 6, 8, 10

    Mean = 6

    Deviations²: (2-6)² = 16, (4-6)² = 4, (6-6)² = 0, (8-6)² = 4, (10-6)² = 16

    Variance = (16+4+0+4+16)/5 = 8

    Std Dev = √8 = 2.83

    Coefficient of Variation

    CV = (σ / Mean) × 100%

    Useful to compare variability of two datasets with different means.

    Probability and Distributions

    Basic Probability

    P(A) = Number of Favorable Outcomes / Total Possible Outcomes

    Conditional Probability

    P(A|B) = P(A ∩ B) / P(B)

    Multiplication Rule

    P(A ∩ B) = P(A) × P(B|A)

    For independent events: P(A ∩ B) = P(A) × P(B)

    Addition Rule

    P(A ∪ B) = P(A) + P(B) - P(A ∩ B)

    Normal Distribution

    Standard Normal Variable: Z = (X - μ) / σ

    Where:

  • X = Observed value
  • μ = Mean
  • σ = Standard deviation
  • Binomial Distribution

    P(X = r) = ⁿCᵣ × p^r × q^(n-r)

    Where:

  • n = Number of trials
  • r = Number of successes
  • p = Probability of success
  • q = 1 - p (probability of failure)
  • Mean = n × p

    Variance = n × p × q

    Std Dev = √(n × p × q)

    Poisson Distribution

    P(X = r) = (e^(-λ) × λ^r) / r!

    Where:

  • λ = Average number of occurrences
  • e = 2.718 (mathematical constant)
  • r = Number of occurrences
  • Mean = λ

    Variance = λ

    Correlation and Regression

    Correlation Coefficient (Pearson's r)

    r = [n × Σ(xy) - Σx × Σy] / √{[n × Σ(x²) - (Σx)²] × [n × Σ(y²) - (Σy)²]}

    Range: -1 to +1

  • r = 0: No correlation
  • r = 1: Perfect positive correlation
  • r = -1: Perfect negative correlation
  • Covariance

    Cov(X,Y) = Σ(x - mean_x)(y - mean_y) / n

    Alternative: Cov(X,Y) = [Σ(xy) / n] - mean_x × mean_y

    Regression Line (Least Squares)

    y = a + bx

    Where:

  • a = y-intercept
  • b = Slope (regression coefficient)
  • b = [n × Σ(xy) - Σx × Σy] / [n × Σ(x²) - (Σx)²]

    a = mean_y - b × mean_x

    Coefficient of Determination (R²)

    R² = r²

    Explains percentage of variance in y explained by x.

    Index Numbers

    Simple Index (Base Year = 100)

    Price Index = (Current Price / Base Year Price) × 100

    Quantity Index = (Current Quantity / Base Year Quantity) × 100

    Laspeyre's Index

    Price: Σ(P₁ × Q₀) / Σ(P₀ × Q₀) × 100

    Uses base year quantities

    Paasche's Index

    Price: Σ(P₁ × Q₁) / Σ(P₀ × Q₁) × 100

    Uses current year quantities

    Fisher's Ideal Index

    = √(Laspeyre's × Paasche's)

    Time Series Analysis

    **Components of Time Series**:

  • Trend (T): Long-term direction
  • Seasonal (S): Periodic fluctuations
  • Cyclical (C): Business cycle movements
  • Irregular (I): Random variations
  • **Additive Model**: Y = T + S + C + I

    **Multiplicative Model**: Y = T × S × C × I

    **Trend Analysis Methods**:

    **Method of Semi-Averages**:

    Divide data into two periods, find average of each. Trend line passes through these averages.

    **Method of Least Squares**:

    T = a + bt

    Where t = time period (0, 1, 2, 3...)

    b = Σ(tY) / Σ(t²)

    a = mean_Y - b × mean_t

    Hypothesis Testing Quick Reference

    Standard Error

    SE = σ / √n

    t-Test Statistic

    t = (x̄ - μ) / (s / √n)

    Degrees of freedom = n - 1

    Chi-Square Test

    χ² = Σ[(O - E)² / E]

    Where O = Observed frequency, E = Expected frequency

    ANOVA (Analysis of Variance)

    Tests if means of multiple groups are equal.

    F = Mean Square Between / Mean Square Within

    Common Exam Problems

    Problem 1: Mean and Variance

    Data: 5, 10, 15, 20, 25

    Find mean and standard deviation.

    Solution:

    Mean = (5+10+15+20+25)/5 = 15

    Deviations²: 100, 25, 0, 25, 100

    Variance = 250/5 = 50

    Std Dev = √50 = 7.07

    Problem 2: Correlation

    Given: n=5, Σx=25, Σy=30, Σ(xy)=160, Σ(x²)=150, Σ(y²)=200

    Find correlation coefficient.

    Solution:

    r = [5×160 - 25×30] / √[(5×150-625)×(5×200-900)]

    r = [800-750] / √[125×100]

    r = 50 / √12,500 = 50/111.8 = 0.447

    Problem 3: Regression

    Using above data, find regression equation of y on x.

    b = [5×160 - 25×30] / [5×150 - 625]

    b = 50/125 = 0.4

    a = 6 - 0.4×5 = 4

    Equation: y = 4 + 0.4x

    Problem 4: Probability

    Probability of getting at least 2 heads in 4 coin tosses.

    P(At least 2) = P(2) + P(3) + P(4)

    Using binomial: P(r) = ⁴Cᵣ × (0.5)^r × (0.5)^(4-r)

    P(2) = 6 × 0.0625 = 0.375

    P(3) = 4 × 0.0625 = 0.25

    P(4) = 1 × 0.0625 = 0.0625

    P(At least 2) = 0.375 + 0.25 + 0.0625 = 0.6875

    Memorization Tips

    Create formula cards for each category: Central Tendency, Dispersion, Probability, Correlation-Regression.

    Group formulas by similar structure. Notice correlation and regression formulas are related.

    Practice problems repeatedly. Knowing when to apply which formula is more important than memorization.

    Draw graphs. Visualizing normal distribution, regression line, and time series helps conceptual understanding.

    Common Mistakes to Avoid

    Don't confuse sample and population formulas. Sample variance divides by (n-1), population by n.

    Don't use wrong correlation formula. Know Pearson's r formula by heart.

    Don't forget to standardize (using z-score) when comparing different distributions.

    Never mix up regression directions. y = a + bx is different from x = a + by.

    Quick Reference Memory Aids

    Mean = Average = Sum/Count

    Variance = Average Squared Deviation

    SD = √Variance

    Correlation = How together variables move (-1 to +1)

    Regression = Predicting one variable from another

    With CA Saarthi's statistics practice problems and solved examples, master every formula through application. Access our formula cards, printable cheat sheets, and practice problems designed for quick mastery!

    Ready to Start Your CA Foundation Journey?

    Free diagnostic test, 2,500+ practice questions, and personalised study plans.

    More Articles

    7 min read
    CA Foundation Exam 2026: New Eligibility Criteria and Registration Changes You Must Know
    12 min read
    CA Foundation Ratio and Proportion: Quick Shortcuts and Tricks for Faster Problem Solving
    7 min read
    ICAI Vision 2030 and the Future of Chartered Accountancy: What CA Foundation Students Must Know
    7 min read
    CA Foundation Exam Guide: Latest ICAI CPE Requirements and Continuing Education Updates 2026
    8
    BRS Bank Reconciliation Statement: Practice and Problem Solving
    8
    CA Foundation Mock Test Strategy: How to Analyze and Improve
    8
    Companies Act 2013 for CA Foundation: Simplified Guide
    9
    CA Foundation Preparation Without Coaching: Self-Study Guide
    8
    CA Foundation Negotiable Instruments Act: Complete Notes and Guide
    8
    Partnership Accounts: Admission and Retirement Explained (CA Foundation)
    8
    CA Foundation Pass Percentage and Difficulty Analysis: What You Need to Know
    8
    How to Prepare for CA Foundation While in College: Balancing Studies
    8
    CA Foundation Business Economics: Important Topics and Concepts
    8
    Difference Between Sale and Agreement to Sell in CA Foundation
    8
    CA Foundation Accounting Adjustments Entries Explained
    7
    How to Solve Ratio and Proportion Questions in CA Foundation
    7
    CA Foundation Study Plan for 3 Months: Complete Roadmap
    8
    Indian Contract Act: Important Sections for CA Foundation
    8 min read
    CA Foundation June 2026: Latest Exam Pattern, Dates & What Has Changed
    7 min read
    CA Foundation Exam Day Strategy: What to Do Before, During & After Each Paper
    8 min read
    CA Foundation Paper 3: Quantitative Aptitude Maths & Stats — How to Score 50+
    8 min read
    CA Foundation Paper 2 Business Laws: How to Study & Remember Everything
    7 min read
    CA Foundation Paper 1 Accounting: Chapter-wise Tips & Scoring Strategy
    8 min read
    How to Prepare for CA Foundation 2026: Complete Strategy Guide
    10 min read
    CA Foundation Syllabus 2026: Paper-wise Topics and Weightage
    7 min read
    Top 10 Mistakes CA Foundation Students Make (And How to Avoid Them)