57. |
Find the average value of the given consecutive numbers.: 22,23,24,25,26,27,28,29,30,31,32,33 |
|
|
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 12 consecutive numbers 22,23,24,25,26,27,28,29,30,31,32 and 33 is
27+28
/
2
=
55
/
2
= 27.5
Hence, average is 27.5
|
|