In a code language, if 'BEAUTY' is coded as '251212025' then how will 'FRIDGE' be coded in the same language?
- A6178475
- B6784722
- C6189475
- D5289385
Solution & Step-by-step Explanation
Let's check the forward positional numerical values of the letters in 'BEAUTY':
B = 2
E = 5
A = 1
U = 21
T = 20
Y = 25
Concatenating these individual values gives: 2, 5, 1, 21, 20, 25 → 251212025.
The coding logic is simply placing the forward alphabetical positions side by side.
Let's determine the values for 'FRIDGE' using the same positional rule:
F = 6
R = 18
I = 9
D = 4
G = 7
E = 5
Concatenating these values gives: 6189475.
B = 2
E = 5
A = 1
U = 21
T = 20
Y = 25
Concatenating these individual values gives: 2, 5, 1, 21, 20, 25 → 251212025.
The coding logic is simply placing the forward alphabetical positions side by side.
Let's determine the values for 'FRIDGE' using the same positional rule:
F = 6
R = 18
I = 9
D = 4
G = 7
E = 5
Concatenating these values gives: 6189475.