Correct option is D
Given:
In a code language:
1. 'FUEL' is written as '50'
2. 'JEER' is written as '44'
We need to determine how 'FARE' will be written.
Formula Used:
Analyze the pattern in the given codes by calculating the numerical values of each letter.
Each letter corresponds to its alphabetical position (A=1, B=2, ..., Z=26). Sum the values of each letter in the word + 6, to find the code.
Solution:
1. Calculate the code for 'FUEL':
- F = 6, U = 21, E = 5, L = 12
- Sum = 6 + 21 + 5 + 12 = 44
- Code given as (44+6) 50, suggesting some transformation after summing the letters.
2. Calculate the code for 'JEER':
- J = 10, E = 5, E = 5, R = 18
- Sum = 10 + 5 + 5 + 18 = 38
- Code given as (38+6) 44, following the same transformation pattern.
3. Apply the same pattern to 'FARE':
- F = 6, A = 1, R = 18, E = 5
- Sum = 6 + 1 + 18 + 5 = 30
- Following the transformation observed, final code is (30+6) 36.
Therefore, 'FARE' would be written as 36 in this code language.

