Sarkari RiseLogin

Correlation and Regression Questions for SSC CGL

Free, AI-curated practice for the Correlation and Regression section of SSC CGL. We have 16+ verified questions in this bank. Below: 5 sample questions. Sign up free to unlock unlimited practice + AI explanations + per-topic analytics.

▶ Start free — SSC CGL mockAll SSC CGL resourcesAlready a user? Sign in →
Why this topic matters · 8 min read
Correlation and Regression appear in SSC CGL Tier-II Quantitative Aptitude (Statistics section) and sometimes in Data Interpretation. Correlation measures the strength and direction of linear relationship between two variables (range -1 to +1). Regression predicts one variable from another using a fitted line. Expect 1-2 questions on interpreting correlation coefficients, identifying positive/negative correlation, and basic regression equation setup. High-weightage topic for candidates targeting 180+ in Quant.

Correlation: Concept and Interpretation

Correlation measures how two variables move together. If one increases and the other also increases, correlation is positive. If one increases and the other decreases, correlation is negative. The correlation coefficient (r) always lies between -1 and +1. A value of +1 means perfect positive correlation (both variables increase together in exact proportion). A value of -1 means perfect negative correlation (one increases exactly as the other decreases). A value of 0 means no linear relationship. In SSC CGL, you will rarely calculate correlation from raw data; instead, you interpret given correlation values or identify the type of correlation from scatter plots or word problems.

  • Correlation coefficient r ranges from -1 to +1
  • r = +1: perfect positive correlation; r = -1: perfect negative correlation; r = 0: no linear correlation
  • Correlation does NOT imply causation — two variables can be correlated without one causing the other
  • Correlation is symmetric: correlation between X and Y equals correlation between Y and X
  • Strong correlation: |r| > 0.7; Moderate: 0.3 to 0.7; Weak: |r| < 0.3
Key formulas
Pearson Correlation Coefficient
r = Σ[(Xi - X_mean)(Yi - Y_mean)] / sqrt[Σ(Xi - X_mean)² × Σ(Yi - Y_mean)²]
When: Calculate correlation between two continuous variables; rarely asked in SSC CGL but useful for understanding
Covariance
Cov(X,Y) = Σ[(Xi - X_mean)(Yi - Y_mean)] / n
When: Intermediate step in correlation; positive covariance suggests positive correlation
Worked examples

If r = 0.85 between study hours and exam scores, this is strong positive correlation — more study hours strongly associated with higher scores.

If r = -0.6 between temperature and heating cost, this is moderate negative correlation — as temperature rises, heating cost tends to fall, but relationship is not perfect.

Regression: Fitting and Prediction

Regression is a method to predict the value of one variable (dependent, Y) based on another variable (independent, X). The simplest form is linear regression, which fits a straight line through data points. The regression line is written as Y = a + bX, where a is the intercept (Y-value when X = 0) and b is the slope (change in Y for each unit change in X). In SSC CGL, you are asked to identify the regression equation from a table, interpret the slope, or predict Y given X. The regression line always passes through the point (X_mean, Y_mean). Regression is directional: regression of Y on X is different from regression of X on Y.

  • Regression equation: Y = a + bX (Y is predicted, X is predictor)
  • Slope b represents the change in Y for a one-unit increase in X
  • Intercept a is the predicted value of Y when X = 0
  • Regression line always passes through (X_mean, Y_mean)
  • R-squared (R²) = r² tells what proportion of variance in Y is explained by X; ranges 0 to 1
Key formulas
Regression Slope
b = r × (SD_Y / SD_X) = Cov(X,Y) / Var(X)
When: Calculate slope of regression line; relates correlation to regression
Regression Intercept
a = Y_mean - b × X_mean
When: Calculate intercept once slope is known
Coefficient of Determination
R² = r²
When: Measure goodness of fit; SSC CGL may ask what % of variation is explained
Worked examples

Given X_mean = 50, Y_mean = 100, r = 0.8, SD_X = 10, SD_Y = 20. Find regression equation. b = 0.8 × (20/10) = 1.6. a = 100 - 1.6 × 50 = 20. Equation: Y = 20 + 1.6X. To predict Y when X = 60: Y = 20 + 1.6(60) = 116.

If R² = 0.64, then 64% of variation in Y is explained by X, and 36% is due to other factors.

Correlation vs Regression: Key Differences

Correlation and regression are related but serve different purposes. Correlation measures the strength and direction of a relationship; it is symmetric and unitless (dimensionless). Regression fits a model to predict one variable from another; it is directional and has units. If correlation is high, regression prediction is more reliable. However, high correlation does not guarantee good prediction if the relationship is not linear or if there is high scatter around the line. In SSC CGL, you may be asked to distinguish between the two or to use correlation to infer regression properties.

  • Correlation: measures association strength; Regression: predicts values
  • Correlation is symmetric (r_XY = r_YX); Regression is directional (Y on X differs from X on Y)
  • Correlation is unitless; Regression slope has units (units of Y per unit of X)
  • Both assume linear relationship; both affected by outliers
  • If r = 0, regression line is horizontal (Y = Y_mean); slope b = 0

Common Pitfalls and Interpretation Errors

SSC CGL often tests whether candidates confuse correlation with causation or misinterpret regression coefficients. A high correlation between ice cream sales and drowning deaths does not mean ice cream causes drowning — both are driven by summer season. Similarly, a regression slope of 2 does not mean a one-unit increase in X always produces a two-unit increase in Y; it is an average trend. Outliers can dramatically affect both correlation and regression. Negative correlation does not mean a bad relationship; it simply means variables move in opposite directions. Finally, correlation and regression assume linear relationships; if the true relationship is curved, both measures can be misleading.

  • Correlation ≠ Causation: high r between A and B does not mean A causes B
  • Regression slope is an average trend, not a deterministic rule
  • Outliers can inflate or deflate correlation and distort regression line
  • Negative correlation is not 'bad' — it just means inverse relationship
  • Linear models fail for curved or non-linear relationships; always check scatter plot
⚠ Common mistakes to avoid
  • Assuming r = 0.9 means 90% of variation explained — WRONG. R² = r² = 0.81, so 81% is explained.
  • Treating correlation as causation — high correlation between study time and grades does not prove studying causes higher grades (confounding variables like aptitude exist).
  • Misinterpreting regression slope sign — if b = -0.5, it means Y decreases by 0.5 for each unit increase in X; negative slope is valid and common.
  • Predicting far outside the data range — regression equation Y = 10 + 2X fitted on X = 10 to 50 should not be used to predict Y when X = 1000; extrapolation is unreliable.
  • Confusing regression of Y on X with regression of X on Y — they have different slopes and intercepts; direction matters.
🧠 Memory aids
  • CORRELATION = CONNECTION (strength of linear link, -1 to +1). REGRESSION = PREDICTION (fit a line, forecast Y from X).
  • R² = Reliability — higher R² means regression predictions are more reliable.
  • Slope b = Rise/Run — positive slope means upward trend, negative means downward.
  • Causation Caution — correlation is not causation; always ask 'could a third variable explain both?'
🎯 SSC CGL exam tips
  • SSC CGL Tier-II typically includes 1-2 questions on correlation/regression in Statistics section. Expect interpretation of given r values or identification of correlation type from scatter plots.
  • Recent papers favor questions like 'If r = 0.6, what is R²?' or 'Identify positive/negative correlation from a table.' Calculation-heavy questions are rare; conceptual understanding is tested.
  • Data Interpretation sets sometimes embed correlation questions — e.g., 'Which two variables show strongest correlation?' Practice reading scatter plots and identifying trend direction.
  • Time management: correlation/regression questions are typically 2-3 minutes each. Memorize the relationship r and b; avoid recalculating from scratch.
  • Watch for trick options: 'r = 1.5' (impossible), 'R² = 1.2' (impossible), or 'negative correlation means no relationship' (false). These are common distractors.

Sample questions

Q1 · hard · AI-verified
For a bivariate data, Σx = 50, Σy = 60, Σx² = 290, Σy² = 400, Σxy = 305, n = 10. What is the value of the regression coefficient b_yx (regression of y on x)?
  1. 1.2
  2. 0.5
  3. 0.8
  4. 0.25
Q2 · hard · AI-verified
If the two regression lines are y = 0.4x + 3 and x = 0.3y + 2, what is the coefficient of correlation between x and y?
  1. 0.346
  2. 0.12
  3. 0.458
  4. 0.6
Q3 · hard · AI-verified
If the two regression lines of Y on X and X on Y are 4X − 5Y + 33 = 0 and 20X − 9Y − 107 = 0, what is the coefficient of correlation r?
  1. 0.6
  2. 0.5
  3. 0.8
  4. 0.7
Q4 · medium · AI-verified
Given that the variance of X is 9, variance of Y is 16, and the covariance of X and Y is 6, what is the value of Karl Pearson's coefficient of correlation?
  1. 0.25
  2. 0.667
  3. 0.375
  4. 0.5
Q5 · hard · AI-verified
If the coefficient of correlation between X and Y is 0.5, the percentage of variation in Y explained by X is:
  1. 25%
  2. 75%
  3. 35%
  4. 50%
💡 Want answers + explanations + 11+ more Correlation and Regression questions? Sign up free →
⭐ Recommended for SSC CGL aspirants

Full AI 6-Month

all your target exams · 6 months · unlimited mocks + AI
₹799~₹4.4/day
Sign up free, then unlockSee all plans →

More SSC CGL topics

One Word Substitution
277+ practice questions
Idioms and Phrases
264+ practice questions
Fill in the Blanks
252+ practice questions
Spotting Errors
229+ practice questions
Antonyms
228+ practice questions
Synonyms
215+ practice questions

Free practice, AI explanations, 24 exams — all in one app

Daily 10-Q quiz · AI doubt solver in Hindi + English · adaptive mocks · 49,000+ practice questions (19,000+ verified PYQs).

Sign up freePricingTry Daily 10-Q