Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
    • Practice Coding Problems
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Number System and Arithmetic
  • Algebra
  • Set Theory
  • Probability
  • Statistics
  • Geometry
  • Calculus
  • Logarithms
  • Mensuration
  • Matrices
  • Trigonometry
  • Mathematics
Open In App
Next Article:
Statistics Practice Questions
Next article icon

Statistics Practice Questions

Last Updated : 13 Jan, 2025
Comments
Improve
Suggest changes
Like Article
Like
Report

Statistics Questions are provided to give you a basic idea of the concepts. It is important to learn Statistics as it helps you to draw conclusions and make sense of the raw data. The questions listed here cover a range of topics from mean, median, and mode to other complex formulas in probability. Practicing them will help you be better prepared for your exams.

Practice Questions on Statistics with Solution

Question 1: The ages of 10 students in a class are: 15, 16, 14, 15, 16, 15, 17, 16, 14, and 15. Find the mean age of the students.
Solution:

To find the mean age, add up all the ages and divide by the number of students.
Total sum of ages = 15 + 16 + 14 + 15 + 16 + 15 + 17 + 16 + 14 + 15 = 153.
Number of students = 10.
Mean age = Total sum of ages ÷ Number of students = 153 ÷ 10 = 15.3 years.

Question 2: In a survey of 20 people, 8 people said they liked chocolate ice cream, and 12 people said they liked vanilla. What is the percentage of people who like chocolate ice cream?
Solution:

Percentage = (Number who like chocolate ice cream ÷ Total number of people surveyed) × 100.
= (8 ÷ 20) × 100 = 0.4 × 100 = 40%.
So, 40% of people surveyed like chocolate ice cream.

Question 3: Find the mode of the following set of numbers: 3, 7, 3, 2, 9, 10, 3, 4, 5, 6.
Solution:

The mode is the number that appears most frequently in a set.
In the given set, the number 3 appears three times, more than any other number.
Therefore, the mode of this set is 3.

Question 4: The test scores of 7 students are: 85, 90, 75, 88, 92, 80, and 78. Find the median score.
Solution:

To find the median, first arrange the scores in ascending order: 75, 78, 80, 85, 88, 90, 92.
The median is the middle number in a sorted list.
Since there are 7 scores, the median is the 4th score, which is 85.

Question 5: A student scored the following marks in five subjects: 85, 76, 90, 65, and 88. Calculate the range of the marks.
Solution:

The range is the difference between the highest and lowest values.
Highest mark = 90, Lowest mark = 65.
Range = Highest mark - Lowest mark = 90 - 65 = 25.

Question 6: In a class of 25 students, the heights (in cm) are: 150, 152, 153, 154, 155, 155, 156, 156, 157, 158, 158, 159, 160, 160, 161, 162, 162, 163, 164, 165, 166, 167, 168, 170, 172. Find the median height.
Solution:

First, arrange the heights in ascending order (already arranged).
Since there are 25 heights, the median is the 13th value in the sorted list.
The median height is 160 cm.

Question 7: A dice is rolled 60 times, and the number 6 comes up 15 times. What is the experimental probability of rolling a 6?
Solution:

Experimental probability = (Number of times event occurs) / (Total number of trials).
Number of times a 6 comes up = 15.
Total number of trials = 60.
Probability of rolling a 6 = 15 / 60 = 0.25 or 25%.

Question 8: The scores of a batsman in 10 cricket matches are as follows: 38, 45, 50, 60, 65, 70, 75, 80, 85, 90. Calculate the mean score.
Solution:

To find the mean score, add up all the scores and divide by the number of matches.
Total sum of scores = 38 + 45 + 50 + 60 + 65 + 70 + 75 + 80 + 85 + 90 = 658.
Number of matches = 10.
Mean score = Total sum of scores / Number of matches = 658 / 10 = 65.8.

Question 9: The weights (in kg) of 15 students are: 42, 45, 48, 50, 50, 52, 53, 54, 54, 55, 56, 57, 58, 60, 62. Find the mode of these weights.
Solution:

The mode is the number that appears most frequently in a set.
In this set, the numbers 50 and 54 appear twice, more frequently than any other numbers.
Therefore, the set has two modes: 50 and 54 (bimodal).

Related Links:

  • What is Mean?
  • What is Mode?
  • What is Median?

Question 10: The marks obtained by a group of students in a test are 10, 20, 15, 25, 20, 30, 20, 15, 10, and 35. Find the range of marks.
Solution:

The range is the difference between the highest and the lowest marks.
Highest mark = 35, Lowest mark = 10.
Range = Highest mark - Lowest mark = 35 - 10 = 25 marks.

Question 11: In a survey, 40 people were asked about the number of books they read in a month. The results are as follows: 1, 0, 2, 3, 1, 4, 2, 1, 0, 2, 1, 5, 1, 1, 3, 2, 0, 1, 4, 1, 2, 1, 3, 1, 0, 2, 4, 1, 2, 0, 1, 1, 3, 2, 1, 4, 1, 2, 1, and 0. Calculate the mode of the data.
Solution:

The mode is the value that appears most frequently.
In this data, the number 1 appears most frequently.
Therefore, the mode of this data is 1 book.

Question 13: Calculate the median of the following set of numbers: 11, 18, 14, 20, 12, 16, 17.
Solution:

First, arrange the numbers in ascending order: 11, 12, 14, 16, 17, 18, 20.
Since there are 7 numbers, the median is the 4th number.
Therefore, the median is 16.

Question 14: If the mean of five numbers is 18, and four of these numbers are 15, 20, 25, and 10, find the fifth number.
Solution:

The mean of five numbers is the sum of the numbers divided by 5.
Let the fifth number be x.
Mean = (15 + 20 + 25 + 10 + x) / 5 = 18.
Solving for x: 70 + x = 18 × 5.
x = 90 - 70 = 20.
Therefore, the fifth number is 20.

Question 15: A set of data is 4, 8, 6, 5, 9, 7, 8, 8, 10. What is the mean of this data set?
Solution:

The mean is the sum of the numbers divided by the count of numbers.
Sum of numbers = 4 + 8 + 6 + 5 + 9 + 7 + 8 + 8 + 10 = 65.
Number of data points = 9.
Mean = Sum of numbers / Number of data points = 65 / 9 ≈ 7.22.

Question 16: A student's grades on five tests are 70, 75, 80, 85, and 90. If the final exam, worth two test grades, is 85, what is the student's average grade?
Solution:

First, calculate the total of the five test grades and the final exam (counted twice).
Total grades = 70 + 75 + 80 + 85 + 90 + 85 + 85.
Total = 570.
Divide the total by the number of tests (6, since the final counts as two).
Average = 570 / 6 = 95.

Question 17: The mean of 8, 11, 6, 14, x, and 10 is 12. Find the value of x.
Solution:

Mean = (Sum of all numbers) / (Number of numbers).
12 = (8 + 11 + 6 + 14 + x + 10) / 6.
72 = 49 + x.
x = 72 - 49 = 23.

Question 18: In a class of 30 students, 18 play football, 15 play basketball, and 7 play both. How many play neither?
Solution:

Use the formula: n(F ∪ B) = n(F) + n(B) - n(F ∩ B).
n(F ∪ B) is the number of students playing either football or basketball.
n(F) = 18, n(B) = 15, n(F ∩ B) = 7.
n(F ∪ B) = 18 + 15 - 7 = 26.
Number playing neither = Total students - n(F ∪ B) = 30 - 26 = 4.

Question 19: A set of numbers has a median of 21 and a mode of 19. If one more number, 24, is added to the set, what is the new median?
Solution:

Since the median is 21, adding 24 (which is greater than 21) will shift the median upwards.
However, without knowing the number of elements or their specific values, the exact new median cannot be determined.
The new median will be greater than or equal to 21.

Question 20: The mean of a data set is 50, and its standard deviation is 5. Using the empirical rule, what percentage of the data falls between 45 and 55?
Solution:

According to the empirical rule (68-95-99.7 rule), approximately 68% of the data in a normal distribution falls within one standard deviation of the mean.
Since 45 and 55 are one standard deviation away from the mean (50), approximately 68% of the data falls between 45 and 55.

Question 21: A set of scores is normally distributed with a mean of 100 and a standard deviation of 15. What is the probability that a randomly selected score is more than 130?
Solution:

First, calculate the z-score for 130: z = (Score - Mean) / Standard deviation.
z = (130 - 100) / 15 = 2.
Using the z-table, find the probability of z being less than 2 and subtract it from 1.
Probability (z < 2) ≈ 0.9772.
Probability (z > 2) = 1 - 0.9772 = 0.0228.
So, there is a 2.28% chance of a score being more than 130.

Unsolved Practice Problems

Problem 1: The marks obtained by a group of students in a test are 10, 20, 15, 25, 20, 30, 20, 15, 10, and 35. Find the range of marks.

Problem 2: In a survey, 40 people were asked about the number of books they read in a month. The results are as follows: 1, 0, 2, 3, 1, 4, 2, 1, 0, 2, 1, 5, 1, 1, 3, 2, 0, 1, 4, 1, 2, 1, 3, 1, 0, 2, 4, 1, 2, 0, 1, 1, 3, 2, 1, 4, 1, 2, 1, and 0. Calculate the mode of the data.

Problem 3: Calculate the median of the following set of numbers: 11, 18, 14, 20, 12, 16, 17.

Problem 4: If the mean of five numbers is 18, and four of these numbers are 15, 20, 25, and 10, find the fifth number.

Problem 5: A set of data is 4, 8, 6, 5, 9, 7, 8, 8, 10. What is the mean of this data set?

Answer key to Practice Problems

  1. Range = 25 marks
  2. Mode = 1 book
  3. Median = 16
  4. Fifth number = 20
  5. Mean = 7.22

Next Article
Statistics Practice Questions

A

Abhinav96
Improve
Article Tags :
  • Mathematics
  • School Learning
  • Math-Statistics
  • Math-Queries

Similar Reads

    Statistics Practice Questions - Basic
    Statistics is the branch of mathematics that deals with collecting, organizing, analyzing, interpreting, and presenting data. It helps us make sense of complex data and draw meaningful conclusions for decision-making or predictions.Read: Statistics In MathStatistics FormulasImportant Statistics form
    7 min read
    Practice Questions on Statistics - Advanced
    Statistics is a branch of mathematics that involves the collection, organization, analysis, interpretation, and presentation of data. It helps us understand and interpret numerical information by transforming raw numbers into meaningful insights, and is used to make informed decisions in various fie
    7 min read
    Application of Statistics
    Statistics is a branch of mathematics that deals with collecting, analyzing, interpreting, and presenting data. It helps decision-makers to draw evidence-based conclusions from data. There are various application of Statistics mentioned in article below. Application of StatisticsApplications of Stat
    2 min read
    Why is Statistics Important?
    Statistics is a branch of mathematics that deals with the collection, analysis, interpretation and presentation of data in a more understandable and useful manner. Using various statistics techniques one can present the data in a more readable way and we can easily draw conclusion from the given dat
    13 min read
    Estimation in Statistics
    Estimation is a technique for calculating information about a bigger group from a smaller sample, and statistics are crucial to analyzing data. For instance, the average age of a city's population may be obtained by taking the age of a sample of 1,000 residents. While estimates aren't perfect, they
    12 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences