Question:

If in the English alphabets, every alternate letter from B onwards is written in small letters while others are written in capitals, then how will the 3rd day from Tuesday be coded?

Show Hint

Always map alphabet positions first, then apply rules like alternate capitalization carefully.
Updated On: Apr 21, 2026
  • WeDNeSdAY
  • FrIdAy
  • THURSdAY
  • frIdAY
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

Concept: Every alternate letter starting from B is written in small letters: \[ A({Cap}),\ B({small}),\ C({Cap}),\ D({small}), ...... \]
Step 1: Find the 3rd day from Tuesday.
\[ {Tuesday} \rightarrow {Wednesday} (1) \rightarrow {Thursday} (2) \rightarrow {Friday} (3) \] So, the required day is Friday.
Step 2: Apply coding rule.
Positions: \[ F(6)\rightarrow {small},\ R(18)\rightarrow {small},\ I(9)\rightarrow {Cap},\ D(4)\rightarrow {small},\ A(1)\rightarrow {Cap},\ Y(25)\rightarrow {Cap} \] So coded form: \[ {frIdAY} \]
Hence, the correct answer is frIdAY.
Was this answer helpful?
0
0