- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Draw an ogive by less than method for the following data:
No. of rooms: | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
No. of houses: | 4 | 9 | 22 | 28 | 24 | 12 | 8 | 6 | 5 | 2 |
To do:
We have to draw ogive by less than method for the given data.
Solution:
We first prepare the cumulative frequency distribution table by less than method as given below:
Take the number of rooms along the X-axis and cumulative frequency along the Y-axis.
Plot the points (1, 4), (2, 13), (3, 35), (4, 63), (5, 87), (6, 99), (7, 107), (8, 113), (9, 118) and (10, 120) on the graph and join them and with a free hand to get an ogive as shown. This is the required less than ogive.
Advertisements