17 lines
		
	
	
		
			275 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			275 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| 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.
 | |
| 
 | |
| 
 |