In a certain code language, 'TAPE’ is written as 'SUZBOQDF'. How will 'MOCK' be written as in that language? |
MOPQDELM LNNPBDJL LOPQBCKL KNNPBEBL |
LNNPBDJL |
1 2 3 4 5 6 7 8 9 10 11 12 13 A B C D E F G H I J K L M ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ Z Y X W V U T S R Q P O N 26 25 24 23 22 21 20 19 18 17 16 15 14
The logic followed here is; 'TAPE’ is written as 'SUZBOQDF' So, T +1 = U, T -1 = S A +1 = B, A -1 = Z P +1 = Q, P -1 = O E +1 = F, E -1 = D Similarly, M +1 = N, M -1 = L O +1 = P, O -1 = N C +1 = D, C -1 = B K +1 = L, K -1 = J Thus, LNNPBDJL is correct. |