If RED = 27 and BLUE = 40, what is the code for GREEN? MCQ with Answer and Explanation

If RED = 27 and BLUE = 40, what is the code for GREEN?
A. 47
B. 52
C. 50
D. 49
Answer: Option D
Solution (By JKExamLibrary)
Sum of alphabetical positions. R(18) + E(5) + D(4) = 27. G(7) + R(18) + E(5) + E(5) + N(14) = 49.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Coding-Decoding Questions

Question #1
If 'O' = 15, 'T' = 20, what is 'Y'?
A. 26
B. 24
C. 23
D. 25

Correct Answer: Option D


Explanation:
Positional value: Y=25.

This question belongs to: Reasoning Coding-Decoding
Question #2
If 'water' is called 'food', 'food' is called 'tree', 'tree' is called 'sky', what do we eat to survive?
A. Tree
B. Food
C. Water
D. Sky

Correct Answer: Option A


Explanation:
We eat 'food'. In the given code, 'food' is called 'tree'. Therefore, we eat 'tree'.

This question belongs to: Reasoning Coding-Decoding
Question #3
In a code language, 'NUMBER' is written as 'UNBMRE'. How is 'FIGURE' written?
A. FIGUER
B. IGFURE
C. IFUGER
D. IFGUER

Correct Answer: Option C


Explanation:
Adjacent pairs of letters are swapped. NU->UN, MB->BM, ER->RE. For FIGURE: FI->IF, GU->UG, RE->ER. It becomes IFUGER.

This question belongs to: Reasoning Coding-Decoding