Step 1: Understand the coding pattern
The question involves decoding how the word "LAWYER" is transformed into "JZDVBF" and applying the same pattern to "JUDGE".
Step 2: Analyze the given code
LAWYER (L=12, A=1, W=23, Y=25, E=5, R=18) in the alphabet (A=1, B=2, ..., Z=26).
JZDVBF (J=10, Z=26, D=4, V=22, B=2, F=6).
Compare positions:
L (12) → J (10): 12 - 2 = 10
A (1) → Z (26): 1 - 2 + 26 = 25 (but to get Z, it wraps to 26)
W (23) → D (4): 23 - 19 = 4 (or 23 + 7 - 26 = 4)
Y (25) → V (22): 25 - 3 = 22
E (5) → B (2): 5 - 3 = 2
R (18) → F (6): 18 - 12 = 6
The pattern seems inconsistent, possibly alternating shifts. Let's try a simpler assumption.
Step 3: Hypothesize the pattern
Trying to reverse LAWYER → REYWAL and subtract 2 from each letter doesn't yield JZDVBF.
Attempting a Caesar cipher with a fixed shift of -3:
L (12) - 3 = 9 (I) → doesn't match J
So the pattern appears non-uniform.
Step 4: Apply to JUDGE
JUDGE: J=10, U=21, D=4, G=7, E=5
Shift back each letter by 3:
J (10) - 3 = 7 (G)
U (21) - 3 = 18 (R)
D (4) - 3 = 1 (A)
G (7) - 3 = 4 (D)
E (5) - 3 = 2 (B)
Result: GRADB
Who was the first President of India?
If the day after tomorrow is Wednesday, what day is it today?
Principle: A minor cannot enter into a valid contract under the Indian Contract Act, 1872.
Facts: Anil, aged 16, agrees to sell his bicycle to Bharat for Rs 5,000. Bharat pays the amount, but Anil refuses to deliver the bicycle. Can Bharat enforce the contract?
Which Indian state launched the ‘Mukhyamantri Majhi Ladki Bahin Yojana’ in 2024 to empower women?