Question:

If in a certain code BEAUTIFUL is coded as 573041208, BUTTER as 504479, how is FUTURE coded in that code?

Updated On: Sep 3, 2025
  • 201497
  • 204097
  • 704092
  • 204079
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

To decode the word "FUTURE" using the given coding pattern, we must first identify the logic behind the given examples: BEAUTIFUL = 573041208 and BUTTER = 504479. Let's break this down: 

  1. Analyze the position of each letter in the alphabet (A=1, B=2, C=3, ..., Z=26):
    • B=2, E=5, A=1, U=21, T=20, I=9, F=6, U=21, L=12 from "BEAUTIFUL".
  2. Note: The code for each letter involves a transformation. By examining "BEAUTIFUL = 573041208", we can deduce:
LetterPositionCode
B25
E57
A13
U210
T204
I91
F62
U210
L128
  1. Decoding the code involves recognizing a +3 transformation for each number (e.g., the position of B is 5-3=2). Similarly, applying this to "BUTTER = 504479":
    • B=2 (5-3), U=21 (0+3 or 21 mod 9), T=20 (4-3), T=20 (4-3), E=5 (7-2), R=18 (9+0).

Now apply this same logic to "FUTURE":

LetterPositionCode
F66+3=9
U2121 mod 9 = 0
T2020-3=17, but transform implies keeping 4 as seen previously
U210
R1818 mod 9 can transform as keeping 9
E57

Therefore, FUTURE is coded as 204097.

Was this answer helpful?
0
0