If ‘PLAYER’ is written as ‘28’, and ‘NOISE’ is written as ‘14’, then how is…
2025
If ‘PLAYER’ is written as ‘28’, and ‘NOISE’ is written as ‘14’, then how is ‘HOCKEY’ written?
Answer: C. 27 — The code is: first-letter position + last-letter position - number of letters. PLAYER gives 16 + 18 - 6 = 28, and NOISE gives 14 + 5 - 5 = 14. For HOCKEY, 8 +…
- A.
30
- B.
29
- C.
27
- D.
33
- E.
31
Attempted by 29 students.
Show answer & explanation
Correct answer: C
The code is: first-letter position + last-letter position - number of letters. PLAYER gives 16 + 18 - 6 = 28, and NOISE gives 14 + 5 - 5 = 14. For HOCKEY, 8 + 25 - 6 = 27.
Loading lesson…