- 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
Find the mean of first five prime numbers
To do: Find the mean of first five prime numbers Solution: First five prime number = 2,3,5,7,11
Mean =$\frac{Sum}{Number of terms}$
∴ Mean = $\frac{2 + 3 + 5 + 7 + 11}{5}$ [Here n = 5]
= $\frac{28}{5}$
= $5 + \frac{3}{5}$
= $5.6$
Advertisements