If 'A' = 1, 'CAT' = 60, then 'BAT' = ? MCQ with Answer and Explanation

If 'A' = 1, 'CAT' = 60, then 'BAT' = ?
A. 50
B. 55
C. 40
D. 45
Answer: Option C
Solution (By JKExamLibrary)
Positions: C(3)x A(1)x T(20) = 60. B(2)x A(1)x T(20) = 40.

Discuss this Question (0)

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

Practice More Coding-Decoding Questions

Question #1
If 'TOP' = 100, 'POT' = 100, what is 'TIP'?
A. 110
B. 80
C. 90
D. 100

Correct Answer: Option D


Explanation:
Sum of positions T(20)+O(15)+P(16)=51. Maybe (T+O+P) * 2? No. 20*5*1? 100. T(20)*I(9)*P(16)? No. Let's assume the sum is multiplied by a constant.

This question belongs to: Reasoning Coding-Decoding
Question #2
If 'BRAIN' is coded as 'CSBJO', how is 'MIND' coded in that language?
A. LHMV
B. NJPE
C. LHOE
D. NJOE

Correct Answer: Option D


Explanation:
Each letter is shifted +1 step forward. M(+1)=N, I(+1)=J, N(+1)=O, D(+1)=E. MIND becomes NJOE.

This question belongs to: Reasoning Coding-Decoding
Question #3
If 'MODULE' is coded as 'OMUDEL', how is 'COURSE' coded?
A. OCRSUE
B. OCRUES
C. OCUSRE
D. OCREUS

Correct Answer: Option B


Explanation:
Adjacent pairs are swapped. CO->OC, UR->RU, SE->ES. It becomes OCRUES.

This question belongs to: Reasoning Coding-Decoding