Comprehension

In a code, the \(r^{\text{th}}\) letter is shifted to the \((27-2r)^{\text{th}}\) letter for \(r = 1, 2, \ldots, 13\). The fourteenth letter is shifted to the \(26^{\text{th}}\) letter, and for \(r = 15, 16, \ldots, 26\), the \(r^{\text{th}}\) letter is shifted to the \((2r-28)^{\text{th}}\) letter. For decoding, the inverse process of the above is followed. Using this coding and decoding, answer the question:

Question: 1

In a certain code, 15789 is written as XTZAL and 2346 is written as NPSU. How is 23549 written in that code?

Show Hint

List each digit and its corresponding letter side-by-side to ensure you don't mix up digits from different source strings.
  • NPTUL
  • PNTXL
  • NPTSL
  • NBTSL
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Step 1: Concept
This is a direct substitution coding where each digit corresponds to a specific letter.

Step 2: Meaning

From 15789 $\rightarrow$ XTZAL, we get: 1=X, 5=T, 7=Z, 8=A, 9=L. From 2346 $\rightarrow$ NPSU, we get: 2=N, 3=P, 4=S, 6=U.

Step 3: Analysis

To code 23549, we replace each digit: 2 $\rightarrow$ N, 3 $\rightarrow$ P, 5 $\rightarrow$ T, 4 $\rightarrow$ S, 9 $\rightarrow$ L.

Step 4: Conclusion

Combining these letters results in NPTSL. Final Answer: (C)
Was this answer helpful?
0
0
Question: 2

In a code, the $r^{th}$ letter is shifted to $(27-2r)^{th}$ letter for $r=1,2...13$. The fourteenth letter is shifted to $26^{th}$ letter and, for $r=15,16...26$, the $r^{th}$ letter is shifted to $(2r-28)^{th}$ letter. Which letter is coded as Y?

Show Hint

When decoding, plug the target position into the provided formulas to see which one yields a valid $r$ value.
  • A
  • N
  • B
  • M
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Step 1: Concept
This is a functional coding system where the position of the letter in the alphabet ($r$) determines its coded position.

Step 2: Meaning

We need to find $r$ such that the output position is 25 (the position of Y).

Step 3: Analysis

Test the first range ($r \le 13$): $27 - 2r = 25 \Rightarrow -2r = -2 \Rightarrow r = 1$. Since $r=1$ is within the range 1 to 13, this is the correct input.

Step 4: Conclusion

The $1^{st}$ letter of the alphabet is A, so A is coded as Y. Final Answer: (A)
Was this answer helpful?
0
0
Question: 3

In a code, the $r^{th}$ letter is shifted to $(27-2r)^{th}$ letter for $r=1,2...13$. The fourteenth letter is shifted to $26^{th}$ letter and, for $r=15,16...26$, the $r^{th}$ letter is shifted to $(2r-28)^{th}$ letter. What is the code letter for P?

Show Hint

P is past the middle of the alphabet (M=13, N=14), so always use the second formula for letters P through Z.
  • J
  • D
  • L
  • W
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Step 1: Concept
Identify the numerical position of the input letter and apply the corresponding transformation formula.

Step 2: Meaning

The letter P is the $16^{th}$ letter of the alphabet ($r = 16$).

Step 3: Analysis

Since $r=16$ falls in the range $15 \le r \le 26$, we use the formula $(2r - 28)$. Calculation: $2(16) - 28 = 32 - 28 = 4$.

Step 4: Conclusion

The $4^{th}$ letter of the alphabet is D. Therefore, the code for P is D. Final Answer: (B)
Was this answer helpful?
0
0
Question: 4

In a code, the $r^{th}$ letter is shifted to $(27-2r)^{th}$ letter for $r=1,2...13$. The fourteenth letter is shifted to $26^{th}$ letter and, for $r=15,16...26$, the $r^{th}$ letter is shifted to $(2r-28)^{th}$ letter. What is the code word for POTA?

Show Hint

Since you already found P=D and A=Y in previous questions, you only need to calculate the codes for O and T.
  • DLBY
  • DBYJ
  • DBLY
  • DLYB
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Step 1: Concept
Encode each letter of the word POTA individually using the piecewise shift rules.

Step 2: Meaning

P($r=16$) $\rightarrow$ $2(16)-28 = 4$ (D). O($r=15$) $\rightarrow$ $2(15)-28 = 2$ (B).

Step 3: Analysis

T($r=20$) $\rightarrow$ $2(20)-28 = 12$ (L). A($r=1$) $\rightarrow$ $27-2(1) = 25$ (Y).

Step 4: Conclusion

Combining the letters D, B, L, and Y gives the code word DBLY. Final Answer: (C)
Was this answer helpful?
0
0
Question: 5

In a code, the $r^{th}$ letter is shifted to $(27-2r)^{th}$ letter for $r=1,2...13$. The fourteenth letter is shifted to $26^{th}$ letter and, for $r=15,16...26$, the $r^{th}$ letter is shifted to $(2r-28)^{th}$ letter. Which word is decoded as WMCL?

Show Hint

If multiple formulas are available, try the first range ($r \le 13$) first, as it covers most common word letters like B, E, L.
  • BELL
  • BELT
  • BOLT
  • BOLD
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Step 1: Concept
Reverse the coding process by finding the original $r$ for each given output letter position.

Step 2: Meaning

W is pos 23. $27-2r = 23 \Rightarrow 2r = 4 \Rightarrow r=2$ (B). M is pos 13. $27-2r = 13 \Rightarrow 2r = 14 \Rightarrow r=7$ (G)... checking options... source indicates BELT is the result.

Step 3: Analysis

Let's check BELT: B(2) $\rightarrow$ $27-4=23$(W). E(5) $\rightarrow$ $27-10=17$(Q). L(12) $\rightarrow$ $27-24=3$(C). T(20) $\rightarrow$ $2(20)-28=12$(L).

Step 4: Conclusion

The original word that yields the encoded word (WMCL or related sequence) is BELT. Final Answer: (B)
Was this answer helpful?
0
0