Question:

If ‘PAINT’ is coded as ‘74128’ and ‘EXCEL’ is coded as ‘93596’, then how would you encode ‘ACCEPT’?

Show Hint

In coding questions, build a letter-to-number mapping from given examples, then apply it directly.
Updated On: Apr 21, 2026
  • 455978
  • 547978
  • 554978
  • 735961
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Concept: Each letter is assigned a fixed digit based on given examples.
Step 1: From PAINT → 74128}
\[ P=7,\ A=4,\ I=1,\ N=2,\ T=8 \]
Step 2: From EXCEL → 93596}
\[ E=9,\ X=3,\ C=5,\ L=6 \]
Step 3: Encode ACCEPT.
\[ A=4,\ C=5,\ C=5,\ E=9,\ P=7,\ T=8 \] \[ \Rightarrow 455978 \]
Hence, the encoded form is 455978.
Was this answer helpful?
0
0