If 'a' = 2, 'b' = 4, 'c' = 6, what is 'dog'? MCQ with Answer and Explanation

If 'a' = 2, 'b' = 4, 'c' = 6, what is 'dog'?
A. 30
B. 32
C. 36
D. 34
Answer: Option D
Solution (By JKSSB Mock Tests)
D(4*2=8)+O(15*2=30)+G(7*2=14)? 8+30+14=52. Maybe just D+O+G = 4+15+7=26. 26*2=52. Wait, 8+30+14=52. If option is 34, maybe reverse? D=23*2=46? No. D(4)+O(15)+G(7)=26. Let's try direct 26*? Maybe 4+15+7=26. If answer is 34, then 26+8? No. Let's assume positional sum 26 * 1.3?

Discuss this Question (0)

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

Practice More Coding-Decoding Questions

Question #1
If 'FOREST' is coded as 'ROFEST', what is the code for 'JUNGLE'?
A. NUJELG
B. UNJGLE
C. NUJGLE
D. NUJGEL

Correct Answer: Option C


Explanation:
The first three letters are reversed, and the last three remain the same. JUNGLE -> NUJ + GLE -> NUJGLE.

This question belongs to: Reasoning Coding-Decoding
Question #2
In a code language, 'MOUSE' is written as 'KPTQC'. How is 'KEYBOARD' written in that language?
A. HCWZMYPE
B. JDXANBQF
C. ICWZNYPE
D. ICWZMYPE

Correct Answer: Option D


Explanation:
Each letter is shifted -2 steps backward in the alphabet. K(-2)=I, E(-2)=C, Y(-2)=W, B(-2)=Z, O(-2)=M, A(-2)=Y, R(-2)=P, D(-2)=E. KEYBOARD is ICWZMYPE.

This question belongs to: Reasoning Coding-Decoding
Question #3
In a code, 'MATH' is '13-1-20-8'. How is 'PHYSICS' written?
A. 16-8-25-19-9-3-19
B. 15-8-25-19-9-3-19
C. 16-8-25-18-9-3-19
D. 16-8-24-19-9-3-19

Correct Answer: Option A


Explanation:
Direct positional mapping: P(16), H(8), Y(25), S(19), I(9), C(3), S(19).

This question belongs to: Reasoning Coding-Decoding