I have a list of twelve numbers where the first number is 1, the last number is 12 and each of the other numbers is one more than the average of its two neighbors. What is the largest number in the list?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Assume the series to be 1, (3+x)/2, x and so on whence you'll get the 12th term as (11x-207)/2 which is 12 giving x=21 and thus the series is: 1, 12, 21, 28, 33, 36, 37, 36, 33 28, 21 & 12.