If E = 10, J = 20, O = 30, and T = 40, what will P + E + S + T be?
A. 51
B. 92
C. 120
D. 164
GATE 2019 · General Aptitude · Code Words · medium
Answer: P + E + S + T = 120. Answer: C.
- Identify the coding pattern: E=5th: 5x2=10. J=10th: 10x2=20. O=15th: 15x2=30. T=20th: 20x2=40. Pattern confirmed: value = 2 x position.
- Find values of P, E, S, T: P=16th: 16x2=32. E=5th: 5x2=10. S=19th: 19x2=38. T=20th: 20x2=40.
- Compute P + E + S + T: 32 + 10 + 38 + 40 = 120.