7. The digits represent the number of letters in each word of the puzzle. “What” has four letters, “digit” has five letters, “should” has six letters, etc. The last word is “numbers” which has seven letters.
O S. The series contains the first letter of each month in alphabetical order (April, August, December, February, January, July, June, March, May, November). O and S represent the remaining 2 months, October and September.
54325. Rather than being a mathematical solution, the answer is derived by prepending (putting in front of) the value on the left side of the equation with the previous answer. So for 3 you take 25, the previous answer, and put 3 in front, giving you 325. Then you put 4 in front to get 4325 and lastly, put 5 in front to get 54325.
91. To get the number in the fourth column, you add the numbers in column 1 and 2, then multiply by the number in column 2. f(n,m) = (n + m) * m
For example, f(2,3) = (2 + 3) * 3 = 15. Thus f(6,7) = (6 + 7) * 7 = 91
The next number in the sequence is n squared minus m or f(n,m) = n2 – m
f(6,9) = 62 – 9 = 27
f(9,27) = 92 – 27 = 54
f(27,54) = 272 – 54 = 675
f(54,675) = 542 – 675 = 2241
The missing numbers are 4 and 9. The list is sorted alphabetically by the English spelling of the numbers, so four belongs after five and nine comes after fourteen.