The average of five consecutive numbers is n. If the next two numbers are also included, the average will :
Left five consecutive numbers be ` x, x + 1, x + 2, x + 3 and x + 4`.
Their average = `(5x + 10)/(5)` = `(x + 2)`
Average of 7 number = `((5x + 10) + (x + 5) + (x + 6))/(7)` = `(7x + 21)/(7)` = `(x + 3)`
so the average increased by 1.
Submit Comment/FeedBack