In a certain code language, "FRAK" is written as "35" and "MALT" is written as "45". How is "TRIM" written in that code language?
- A60
- B59
- C61
- D58
Solution & Step-by-step Explanation
Let's find the logic by looking at the positional values of the letters:
For FRAK:
F=6,R=18,A=1,K=11
Sum of positions = 6+18+1+11=36
Given code = 35 (which is Sum−1)
Let's verify with MALT:
M=13,A=1,L=12,T=20
Sum of positions = 13+1+12+20=46
Given code = 45 (which is Sum−1)
Applying the same logic for TRIM:
T=20,R=18,I=9,M=13
Sum of positions = 20+18+9+13=60
Code = 60−1=59
For FRAK:
F=6,R=18,A=1,K=11
Sum of positions = 6+18+1+11=36
Given code = 35 (which is Sum−1)
Let's verify with MALT:
M=13,A=1,L=12,T=20
Sum of positions = 13+1+12+20=46
Given code = 45 (which is Sum−1)
Applying the same logic for TRIM:
T=20,R=18,I=9,M=13
Sum of positions = 20+18+9+13=60
Code = 60−1=59