top of page
Inaugurated by IN-SPACe
ISRO Registered Space Tutor

S3-SA3-0137

What is Association?

Grade Level:

Class 9

AI/ML, Data Science, Physics, Economics, Cryptography, Computer Science, Engineering

Definition
What is it?

Association, in mathematics and statistics, describes how two or more variables or events are related to each other. It helps us understand if changes in one thing tend to happen along with changes in another, and in what way.

Simple Example
Quick Example

Imagine you notice that on days when it rains heavily, the number of auto-rickshaws available on the road seems to be less. Here, 'heavy rain' and 'auto-rickshaw availability' might be associated. One seems to influence the other.

Worked Example
Step-by-Step

Let's see if there's an association between the hours a student studies for a test and their marks.

Step 1: Collect data for 5 students. Student A: 2 hours, 60 marks. Student B: 4 hours, 75 marks. Student C: 1 hour, 50 marks. Student D: 5 hours, 85 marks. Student E: 3 hours, 70 marks.

---

Step 2: Arrange the data: (Hours, Marks) -> (2, 60), (4, 75), (1, 50), (5, 85), (3, 70).

---

Step 3: Observe the trend. As the study hours increase (1 to 5), the marks generally increase (50 to 85).

---

Step 4: Conclude the association. There appears to be a positive association: more study hours tend to be linked with higher marks.

---

Answer: There is a positive association between study hours and marks.

Why It Matters

Understanding association is crucial in fields like Data Science and AI, where predicting future outcomes is key. Economists use it to understand market trends, and engineers use it to optimize systems. It helps data scientists build recommendation systems, like suggesting movies you might like!

Common Mistakes

MISTAKE: Assuming association always means one thing CAUSES the other. | CORRECTION: Association only shows a relationship or pattern, not necessarily a cause-and-effect. For example, ice cream sales and drowning incidents might both increase in summer, but ice cream doesn't cause drowning.

MISTAKE: Thinking no visible association means no relationship at all. | CORRECTION: Sometimes the association isn't linear or simple. More advanced methods might be needed to find complex relationships, or there might be other hidden factors.

MISTAKE: Only looking at two variables when multiple factors are involved. | CORRECTION: Real-world problems often have many variables influencing each other. It's important to consider all relevant factors to get a complete picture of associations.

Practice Questions
Try It Yourself

QUESTION: Is there an association between the number of runs scored by a cricket team and the number of wickets they lose in a match? | ANSWER: Generally, no clear direct association. A team can score many runs with few wickets lost, or many runs with many wickets lost. It depends on batting strategy.

QUESTION: A shop owner observes that on days when the price of chai increases, the number of cups sold decreases. What kind of association is this? | ANSWER: Negative association. As one variable (chai price) increases, the other variable (cups sold) decreases.

QUESTION: You track your mobile data usage and your phone bill for six months. If your data usage in GB was (2, 3, 4, 5, 6) and your bill in Rupees was (300, 450, 600, 750, 900), describe the association. | ANSWER: There is a strong positive association. As mobile data usage increases, the phone bill consistently increases.

MCQ
Quick Quiz

Which of the following best describes a positive association?

When one variable increases, the other variable decreases.

When one variable increases, the other variable also tends to increase.

There is no clear relationship between the variables.

The variables are exactly the same.

The Correct Answer Is:

B

A positive association means that as one variable goes up, the other variable also tends to go up. Option A describes a negative association, and Option C describes no association.

Real World Connection
In the Real World

In India, companies like Swiggy or Zomato use association analysis to understand customer behaviour. They might find an association between ordering biryani and also ordering a cold drink. This helps them recommend items and create combo offers, improving your delivery experience.

Key Vocabulary
Key Terms

VARIABLE: A factor or quantity that can change or vary. | POSITIVE ASSOCIATION: When two variables tend to increase or decrease together. | NEGATIVE ASSOCIATION: When one variable tends to increase as the other decreases. | NO ASSOCIATION: When there is no clear pattern or relationship between variables.

What's Next
What to Learn Next

Now that you understand association, the next step is to learn about 'Correlation'. Correlation is a specific way to measure the strength and direction of a linear association. It will help you put a number to how strong these relationships are!

bottom of page