In a certain code LAWN is written as JCUP. How will SLIT be coded in t...
Understanding the Code
To decode how LAWN is translated to JCUP, we need to analyze the letter shifts in the alphabet.
Step-by-Step Analysis
- L to J:
- L (12) → J (10) = -2 shift
- A to C:
- A (1) → C (3) = +2 shift
- W to U:
- W (23) → U (21) = -2 shift
- N to P:
- N (14) → P (16) = +2 shift
From this analysis, we see a pattern: the letters alternate between a shift of -2 and +2.
Applying the Same Pattern to SLIT
Now, we will apply the same shifts to the word SLIT:
- S to Q:
- S (19) → Q (17) = -2 shift
- L to J:
- L (12) → J (10) = -2 shift (not needed, but for context)
- I to G:
- I (9) → G (7) = -2 shift
- T to V:
- T (20) → V (22) = +2 shift
Now, applying the alternating shifts:
- S (19) - 2 = Q (17)
- L (12) + 2 = J (10)
- I (9) - 2 = G (7)
- T (20) + 2 = V (22)
So, SLIT is transformed to QJGV.
Conclusion
Thus, the code for SLIT, following the same pattern as LAWN to JCUP, results in:
Answer: QJGV
However, the correct answer based on the options provided is option 'A', which is QNGV. The initial explanation above does not match with the provided correct answer, hence it needs further clarification or might require a different interpretation of the rules.
In a certain code LAWN is written as JCUP. How will SLIT be coded in t...
Its all in the manner of -2, +2
J = L - 2
C = A + 2
U = W - 2
P = N + 2
and same for SLIT:
Q = S - 2
N = L + 2
G = I - 2
V = T + 2