Question | Find the average of first 4 consecutive even numbers. | |
Type | multiple_choice | |
Option | 2 | incorrect |
Option | 5 | correct |
Option | 1 | incorrect |
Option | 8 | incorrect |
Solution | Average of first n consecutive even numbers is given by: Average= n+1 Here, n=4 So, the average = 4+1=5 |