CBSE 2026-27 | Statistics for Economics

Updated NCERT Solutions for Class 11 Statistics Chapter 6: Correlation

📚 Class 11 CBSE 📈 Statistics for Economics ⚡ 4–6 Marks 🔵 Medium

Welcome, students! This guide provides complete NCERT Solutions for Class 11 Statistics Chapter 6, "Correlation". You will master the relationship between variables, a key concept for your CBSE board exams and future competitive exams like CUET. Let's make statistics easy and scoring!

📋Chapter at a Glance

📚

Chapter 6: Correlation – Quick Reference

Chapter NameCorrelation
SubjectStatistics for Economics
Board / ClassCBSE Class 11
Target Year2026-27
Key TopicsScatter Diagram, Karl Pearson's Coefficient, Spearman's Rank Correlation.
Difficulty LevelMedium (Calculation intensive)
Exam Weightage4–6 Marks

📊Key Facts – Quick Numbers to Memorise

📈
Correlation Range
-1 to +1
👤
Karl Pearson
Product-Moment
🏆
Spearman
Rank Correlation
Positive Corr.
Move Together
Negative Corr.
Move Opposite
🖼
Scatter Diagram
Visual Method

🎯Learning Objectives

1

Define correlation and understand its significance.

2

Identify different types of correlation: positive, negative, and zero.

3

Create and interpret a scatter diagram to visualize the relationship between two variables.

4

Calculate Karl Pearson's coefficient of correlation (Product Moment Method).

5

Calculate Spearman's rank correlation coefficient for ranked data, including cases with tied ranks.

6

Interpret the value of the correlation coefficient.

💡Key Concepts, Definitions, and Formulas

Master these fundamental terms and formulas to build a strong foundation for solving problems.

Correlation
A statistical tool that measures and analyzes the degree and direction of relationship between two or more variables. For example, the relationship between rainfall and crop yield.
Positive Correlation
When two variables move in the same direction. If one increases, the other also increases. *Example: Study hours and marks obtained.*
Negative Correlation
When two variables move in opposite directions. If one increases, the other decreases, and vice-versa. *Example: Price of a product and its demand.*
Zero Correlation
When there is no relationship between the two variables. *Example: A student's height and their exam scores.*
Scatter Diagram
A graphical method to study correlation. It's a chart where pairs of data points (x, y) are plotted on a graph.
Karl Pearson's Coefficient (r)
A quantitative method to measure the linear relationship between two variables. Its value always lies between -1 and +1.
📝
Important Formulas (Using MathJax)
1. Karl Pearson's Coefficient (Direct Method):

\[ r = \frac{\sum (dx)(dy)}{\sqrt{\sum(dx)^2 \cdot \sum(dy)^2}} \quad \text{where } dx = (X - \bar{X}) \text{ and } dy = (Y - \bar{Y}) \]

2. Karl Pearson's Coefficient (Product Moment Method):

\[ r = \frac{N\sum XY - (\sum X)(\sum Y)}{\sqrt{N\sum X^2 - (\sum X)^2} \cdot \sqrt{N\sum Y^2 - (\sum Y)^2}} \]

3. Spearman's Rank Correlation (No Tied Ranks):

\[ R = 1 - \frac{6\sum D^2}{N(N^2-1)} \quad \text{where } D = R_1 - R_2 \]

4. Spearman's Rank Correlation (With Tied Ranks):

\[ R = 1 - \frac{6 \left[ \sum D^2 + \frac{1}{12}(m_1^3-m_1) + \frac{1}{12}(m_2^3-m_2) + \dots \right]}{N(N^2-1)} \]

📝Full NCERT Solutions for Class 11 Statistics Chapter 6

Detailed, step-by-step solutions for all exercise questions. (Note: Questions are representative of NCERT textbook types.)

✅ Model Answer

Correlation is a statistical measure that expresses the extent to which two variables are linearly related, meaning they change together at a constant rate. It indicates both the direction (positive or negative) and the strength of the relationship between two variables.

Positive Correlation vs. Negative Correlation:

Basis for ComparisonPositive CorrelationNegative Correlation
MeaningTwo variables are said to be positively correlated if they move in the same direction.Two variables are said to be negatively correlated if they move in opposite directions.
RelationshipIf variable X increases, variable Y also increases. If X decreases, Y also decreases.If variable X increases, variable Y decreases, and vice-versa.
Example 1The relationship between the amount of rainfall and the yield of rice.The relationship between the price of apples and their demand.
Example 2The relationship between a person's income and their expenditure.The relationship between the speed of a car and the time taken to cover a distance.
✅ Model Answer

To create a scatter diagram, we will plot the 'Price of Sugar' on the X-axis and 'Supply' on the Y-axis. Each pair of (X, Y) values will be a point on the graph.

  1. Point 1: (30, 100)
  2. Point 2: (40, 120)
  3. Point 3: (50, 150)
  4. Point 4: (60, 160)
  5. Point 5: (70, 180)

Scatter Diagram:


      |
  180 +                        *
      |                    *
  160 +
      |                *
  150 +
      |
  120 +         *
      |
  100 +    *
      |
  ----+--------------------------->
      30  40  50  60  70
      Price of Sugar (X)
            

Interpretation:

The points on the scatter diagram are moving in an upward direction from left to right. This indicates a positive relationship between the price of sugar and its supply. As the price of sugar increases, its supply also tends to increase. Since the points are relatively close to forming a straight line, it suggests a strong positive correlation.

✅ Model Answer

We will use the Product Moment Method to calculate Karl Pearson's coefficient of correlation (r). The formula is:

\[ r = \frac{N\sum XY - (\sum X)(\sum Y)}{\sqrt{N\sum X^2 - (\sum X)^2} \cdot \sqrt{N\sum Y^2 - (\sum Y)^2}} \]

Step 1: Create a calculation table. Here, N (number of observations) = 5.

XYXY
6159036225
82016064400
1225300144625
1530450225900
20408004001600
ΣX=61ΣY=130ΣXY=1800ΣX²=869ΣY²=3750

Step 2: Substitute the values into the formula.

\[ r = \frac{5 \times 1800 - (61)(130)}{\sqrt{5 \times 869 - (61)^2} \cdot \sqrt{5 \times 3750 - (130)^2}} \]

\[ r = \frac{9000 - 7930}{\sqrt{4345 - 3721} \cdot \sqrt{18750 - 16900}} \]

\[ r = \frac{1070}{\sqrt{624} \cdot \sqrt{1850}} \]

\[ r = \frac{1070}{24.98 \times 43.01} \]

\[ r = \frac{1070}{1074.39} \]

\[ r = 0.9959 \]

Interpretation: The value of r is +0.9959. This indicates a very strong positive linear correlation between variables X and Y.

✅ Model Answer

Since there are no repeated values (tied ranks), we use the formula: \( R = 1 - \frac{6\sum D^2}{N(N^2-1)} \).

Step 1: Assign ranks and create a calculation table. Rank 1 is given to the highest value. N = 7.

History (X)Geo (Y)Rank X (R₁)Rank Y (R₂)D = R₁ - R₂
81751100
78702200
65604400
70683300
60585500
55506600
50457700
ΣD=0ΣD²=0

Step 2: Substitute the values into the formula.

\[ R = 1 - \frac{6 \times 0}{7(7^2-1)} \]

\[ R = 1 - \frac{0}{7(48)} \]

\[ R = 1 - 0 \]

\[ R = +1 \]

Interpretation: The Spearman's Rank Correlation Coefficient is +1. This indicates a perfect positive correlation between the ranks of marks in History and Geography. The student with the highest rank in History also has the highest rank in Geography, and so on.

🚀Extra Important Questions (Board Exam Style 2026-27)

📌 Multiple Choice Questions (MCQs)
Difficulty: Easy
Q1. The value of the coefficient of correlation 'r' lies between:
✅ Correct: (c) -1 and +1. The correlation coefficient cannot be outside this range.
Difficulty: Easy
Q2. If the points in a scatter diagram are clustered in a narrow band moving from lower left to upper right, it indicates:
✅ Correct: (b) Strong positive correlation. The upward trend shows a positive relationship, and the narrow band indicates it's strong.
Difficulty: Easy
Q3. Rank correlation was developed by:
✅ Correct: (b) Charles Spearman.
📌 Short Answer Questions
✅ Model Answer

Spearman's rank correlation is preferred in the following situations:

  • When the data is qualitative and cannot be measured numerically (e.g., beauty, honesty).
  • When the data is given in the form of ranks.
  • When the relationship between variables is not linear.
  • When there are extreme values (outliers) in the data.
✅ Model Answer

We use the formula \( r = \frac{\sum (dx)(dy)}{\sqrt{\sum(dx)^2 \cdot \sum(dy)^2}} \).

\[ r = \frac{55}{\sqrt{40 \times 90}} \]

\[ r = \frac{55}{\sqrt{3600}} \]

\[ r = \frac{55}{60} \]

\[ r = 0.917 \]

Thus, the correlation coefficient is +0.917.

✅ Model Answer

If two variables are independent, there is no relationship between them. Therefore, the correlation coefficient between them will be zero (0).

📌 Long Answer Questions
✅ Model Answer

Here, N=8. The ranks are already given. We calculate D and D².

R₁R₂D = R₁ - R₂
13-24
2111
34-11
4224
56-11
6511
78-11
8711
ΣD² = 14

\[ R = 1 - \frac{6\sum D^2}{N(N^2-1)} = 1 - \frac{6 \times 14}{8(8^2-1)} = 1 - \frac{84}{8(63)} = 1 - \frac{84}{504} \]

\[ R = 1 - 0.1667 = 0.833 \]

The rank correlation is +0.833, indicating a strong positive agreement between the two judges.

✅ Model Answer

Here N = 7. We have tied ranks in both series.

  • Ranking for X: Ranks for 50 (occurs 2 times) are 6, 7. Average rank = (6+7)/2 = 6.5. Value 40 is rank 2, 70 is rank 1.
  • Ranking for Y: Ranks for 65 (occurs 2 times) are 4, 5. Average rank = (4+5)/2 = 4.5. Value 50 is rank 7, 80 is rank 1.
XYR₁R₂D
50606.560.50.25
556554.50.50.25
65703300
50656.54.524.00
60754224.00
70801100
405027-525.00
ΣD²=33.5

Correction Factor (CF) for X: \(m=2\). CF = \( \frac{1}{12}(2^3-2) = 0.5 \)

Correction Factor (CF) for Y: \(m=2\). CF = \( \frac{1}{12}(2^3-2) = 0.5 \)

Total CF = 0.5 + 0.5 = 1.0

Formula: \( R = 1 - \frac{6 [\sum D^2 + CF]}{N(N^2-1)} \)

\[ R = 1 - \frac{6 [33.5 + 1.0]}{7(7^2-1)} = 1 - \frac{6 \times 34.5}{7 \times 48} = 1 - \frac{207}{336} \]

\[ R = 1 - 0.616 = 0.384 \]

There is a low positive correlation between X and Y.

📌 Case-Based Question
✅ Model Answer
A researcher is studying the relationship between the number of hours students study per week (X) and their scores in a statistics test (Y). The data for 6 students is: X:[5, 8, 3, 10, 4, 7], Y:[60, 85, 50, 90, 55, 75].

i. What type of correlation do you expect between study hours and test scores?

A positive correlation is expected. Generally, more hours of study lead to higher test scores.

ii. Calculate Karl Pearson's coefficient of correlation.

N=6. From calculation, we get: ΣX = 37, ΣY = 415, ΣX² = 263, ΣY² = 30175, ΣXY = 2795.

\[ r = \frac{6 \times 2795 - (37)(415)}{\sqrt{6 \times 263 - (37)^2} \cdot \sqrt{6 \times 30175 - (415)^2}} \]

\[ r = \frac{16770 - 15355}{\sqrt{1578 - 1369} \cdot \sqrt{181050 - 172225}} \]

\[ r = \frac{1415}{\sqrt{209} \cdot \sqrt{8825}} = \frac{1415}{14.45 \times 93.94} = \frac{1415}{1357.43} \]

\[ r = +0.985 \]

iii. Interpret the result obtained in part (ii).

The correlation coefficient is +0.985. This indicates a very strong positive linear relationship between the number of hours studied and the test scores obtained by the students.

Common Mistakes to Avoid

01
🔄
Calculation Errors
The most common mistake! Double-check your additions, subtractions, squares, and square roots.
02
🔍
Formula Confusion
Don't mix up the formulas for Karl Pearson's and Spearman's correlation. Write the formula before you start.
03
🏆
Ignoring Tied Ranks
Many students forget to apply the correction factor for tied ranks in Spearman's method, leading to an incorrect answer.
04
💬
Incorrect Interpretation
Just calculating r = 0.8 is not enough. You must write a concluding line like, "This indicates a strong positive correlation."

📚Exam Preparation Tips for 2026-27

01
📈
Master the Formulas
Write down all the formulas on a separate sheet and revise them daily.
02
📋
Practice, Practice, Practice
Solve as many numerical problems as you can from NCERT, reference books, and past papers.
03
💡
Understand the Concepts
Don't just rote-learn. Understand what positive, negative, and zero correlation mean in real-world contexts.
04
📝
Focus on Presentation
Use tables neatly to show your calculations. A well-presented answer fetches better marks.

🅾Frequently Asked Questions (FAQs)

What is the main difference between Karl Pearson and Spearman's correlation?
Karl Pearson's coefficient measures the *linear relationship* between two quantitative variables. Spearman's coefficient measures the relationship between the *ranks* of two variables, which can be quantitative or qualitative, and it is not strictly limited to linear relationships.
What does a correlation coefficient of -0.9 mean?
A correlation coefficient of -0.9 indicates a very strong negative correlation. This means that as one variable increases, the other variable strongly tends to decrease.
Can correlation prove causation?
No. This is a very important point. Correlation does not imply causation. Just because two variables are correlated does not mean one causes the other. For example, ice cream sales and drowning incidents are correlated, but one doesn't cause the other; the hot weather (a third variable) causes both.
How are NCERT Solutions for Class 11 Statistics Chapter 6 helpful for exams?
These solutions provide a step-by-step guide to solving problems exactly as expected in CBSE exams. They help clarify concepts, understand the application of formulas, and serve as a reliable resource for revision and practice, ensuring you are well-prepared.

Master Correlation & Ace Your Exams 📈

Mastering Chapter 6, Correlation, is a significant step in your Class 11 Statistics journey. Remember, the key to success is consistent practice and clear concepts. Keep revising the formulas, solve the important questions provided, and analyze your mistakes. All the best!

⚡ Practice Chapter 6 MCQs Free
← Previous Chapter
Ch 5: Measures of Central Tendency
Next Chapter →
Ch 7: Index Numbers