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

S3-SA3-0296

What is a Less Than Cumulative Frequency Curve?

Grade Level:

Class 8

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

Definition
What is it?

A Less Than Cumulative Frequency Curve, also known as an Ogive, is a graph that shows how many data points are *less than* a certain value. It helps us quickly see the total number of observations up to a particular point in our data.

Simple Example
Quick Example

Imagine you have the marks of your classmates in a science test. A less than cumulative frequency curve would show you how many students scored less than 20 marks, less than 30 marks, less than 40 marks, and so on, up to the maximum score.

Worked Example
Step-by-Step

Let's make a Less Than Cumulative Frequency Curve for the daily chai sales at a small shop over 50 days:

Daily Sales (Rupees): 0-100, 100-200, 200-300, 300-400, 400-500
Number of Days (Frequency): 5, 12, 18, 10, 5

---Step 1: Create a 'Less Than' table. We need the upper limit of each class interval and its cumulative frequency.

---Step 2: Calculate 'Less Than Cumulative Frequency'.

Less Than 100: 5 days
Less Than 200: 5 + 12 = 17 days
Less Than 300: 17 + 18 = 35 days
Less Than 400: 35 + 10 = 45 days
Less Than 500: 45 + 5 = 50 days

---Step 3: Plot the points. On the x-axis, mark the upper class limits (100, 200, 300, 400, 500). On the y-axis, mark the Less Than Cumulative Frequencies (5, 17, 35, 45, 50).

---Step 4: Join the plotted points with a smooth curve. Start the curve from the lower limit of the first class interval (0 on the x-axis) with a cumulative frequency of 0 (0,0).

Answer: The curve connecting (0,0), (100,5), (200,17), (300,35), (400,45), and (500,50) is the Less Than Cumulative Frequency Curve.

Why It Matters

This curve is super useful for quickly understanding data distribution, like how many people earn below a certain salary or how many products have a defect rate below a specific percentage. Data scientists and economists use it to make important decisions, and even in AI, understanding data distribution is key for training smart models.

Common Mistakes

MISTAKE: Using the lower limit of the class interval for plotting on the x-axis. | CORRECTION: Always use the *upper limit* of the class interval for a 'less than' cumulative frequency curve.

MISTAKE: Forgetting to add the previous frequencies when calculating cumulative frequency. | CORRECTION: Cumulative frequency means adding up all frequencies *before* and *including* the current class.

MISTAKE: Not starting the curve from the x-axis at the lower limit of the first class. | CORRECTION: To make the curve complete, always start it from the point (lower limit of first class, 0) on the x-axis.

Practice Questions
Try It Yourself

QUESTION: For a data set, the cumulative frequency for 'less than 50' is 25, and for 'less than 60' is 38. What is the frequency of the class interval 50-60? | ANSWER: 13 (38 - 25 = 13)

QUESTION: If a Less Than Ogive shows that 70 students scored less than 70 marks, and the total number of students is 100, how many students scored 70 marks or more? | ANSWER: 30 students (100 - 70 = 30)

QUESTION: A survey showed that 10 families have monthly income less than Rs. 15,000, 25 families less than Rs. 25,000, and 40 families less than Rs. 35,000. If the total families surveyed are 50, how many families have income between Rs. 25,000 and Rs. 35,000? | ANSWER: 15 families (40 - 25 = 15)

MCQ
Quick Quiz

Which axis represents the upper class limits when drawing a Less Than Cumulative Frequency Curve?

Y-axis

X-axis

Both X and Y axes

Neither axis

The Correct Answer Is:

B

The upper class limits are plotted on the horizontal (X) axis, while the cumulative frequencies are plotted on the vertical (Y) axis.

Real World Connection
In the Real World

Government agencies like the National Sample Survey Office (NSSO) use these curves to understand income distribution in India. They can quickly see how many households earn below a certain income level, which helps in planning welfare schemes or economic policies for different sections of society.

Key Vocabulary
Key Terms

OGIVE: Another name for a cumulative frequency curve. | CUMULATIVE FREQUENCY: The total frequency of all classes up to the upper limit of a particular class. | CLASS INTERVAL: A range of values used to group data, e.g., 0-10, 10-20. | UPPER LIMIT: The highest value in a class interval.

What's Next
What to Learn Next

Great job learning about the Less Than Cumulative Frequency Curve! Next, you should explore the 'More Than Cumulative Frequency Curve'. Understanding both will give you a complete picture of how data is distributed and prepare you for more advanced statistics!

bottom of page