To find the pattern, determine the position of each letter in the alphabet where A = 1, B = 2, C = 3, and so on.
For 'BAKE':
B = 2
A = 1
K = 11
E = 5
Sum = 2+1+11+5=19 ✓
The code represents the sum of alphabetical positions of all letters in the word.
For 'MAKE':
M = 13
A = 1
K = 11
E = 5
Sum = 13+1+11+5=30
Therefore, 'MAKE' will be written as '30' in that code.
The answer is Option 3: 30