|
|
View Answer
Shortcut:
The average of n (where n is an even number) consecutive numbers (even/odd/natural numbers) is always the averae of the middle two number.
Case 1. Let consecutive natural numbers are 1,2,3,4,5 and 6
Here n = 6, middle two numbers are 3 & 4
∴ Average =
3+4
/
2
= 3.5
Case 2. Let consecutive odd numbers are 1,3,5,7,9 and 11
Here n = 6, middle two numbers are 5 & 7
∴ Average =
5+7
/
2
=
12
/
2
= 6
Case 3. Let consecutive even numbers are 2,4,6,8,10 and 12
Here n = 6, middle two numbers are 6 & 8
∴ Average =
6+8
/
2
=
14
/
2
= 7
Using these shortcut method, we can conclude that average of 6 consecutive odd numbers 81,83,85,87,89,91,93 and 95 is
87+89
/
2
=
176
/
2
= 88
Hence, average is 88
|
|