freeCodeCamp/guide/english/mathematics/how-to-calculate-the-mean-v.../index.md

17 lines
275 B
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
title: How to Calculate the Mean Value
---
## How to Calculate the Mean Value
A Mean is nothing but average of numbers.
#### Examples
1. What is the mean of 10 , 2 , 3?
A. mean = (10 + 2 + 3) / 3,
= 15 / 3,
= 5.
So , the mean of 10 , 2 , 3 is 5.