If 'TOP' = 100, 'POT' = 100, what is 'TIP'? MCQ with Answer and Explanation

If 'TOP' = 100, 'POT' = 100, what is 'TIP'?
A. 80
B. 110
C. 100
D. 90
Answer: Option C
Solution (By JKSSB Mock Tests)
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.

Discuss this Question (0)

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

Practice More Coding-Decoding Questions

Question #1
If 'circle' is called 'square', 'square' is called 'triangle', and 'triangle' is called 'rectangle', which shape has exactly three sides?
A. Triangle
B. Rectangle
C. Square
D. Circle

Correct Answer: Option B


Explanation:
A 'triangle' has three sides. In this code language, 'triangle' is called 'rectangle'.

This question belongs to: Reasoning Coding-Decoding
Question #2
In a certain code, 'WORK' is written as '4-12-9-16'. How is 'JUMP' written in the same code?
A. 16-6-14-11
B. 17-7-14-11
C. 17-6-15-11
D. 17-6-14-11

Correct Answer: Option D


Explanation:
The code uses the reverse alphabetical position: W(4), O(12), R(9), K(16). For JUMP: J(17), U(6), M(14), P(11).

This question belongs to: Reasoning Coding-Decoding
Question #3
If CAT is coded as 24 and DOG is coded as 26, how will FOX be coded?
A. 45
B. 39
C. 50
D. 40

Correct Answer: Option A


Explanation:
The code is the sum of the alphabetical positions of the letters. C(3) + A(1) + T(20) = 24. D(4) + O(15) + G(7) = 26. F(6) + O(15) + X(24) = 45.

This question belongs to: Reasoning Coding-Decoding