Correct option is A
Logic: The code seems to be based on the sum of the positions of letters in the alphabet and the number of letters in the word.

For CARROT:
Sum of positions = 3 + 1 + 18 + 18 + 15 + 20 = 75
The number of letters in CARROT is 6.
So, the code is 75 + 6 = 81.
For BROCCOLI:
Sum of positions = 2 + 18 + 15 + 3 + 3 + 15 + 12 + 9 = 77
The number of letters in BROCCOLI is 8.
So, the code is 77 + 8 = 85.
For MUSHROOM:
Sum of positions = 13 + 21 + 19 + 8 + 18 + 15 + 15 + 13 = 122
The number of letters in MUSHROOM is 8.
So, the code is 122 + 8 = 130.
The correct answer is (a) 130.