If in a code language PAINT is written as 74128 and EXCEL as 93596, th...
Code Language for Words PAINT and EXCEL
Given that in a code language, PAINT is written as 74128 and EXCEL is written as 93596, we need to find the code for the word ACCEPT.
Solution
To solve this problem, we need to find the pattern used to code the given words. Let's analyze the given codes for PAINT and EXCEL.
- PAINT is coded as 74128. We can see that the code for each letter is obtained by adding 1 to the previous letter's code. For example, code for P is 7, code for A is 4 (7-3), code for I is 1 (4-3), code for N is 2 (1+1), and code for T is 8 (2+6).
- EXCEL is coded as 93596. Similarly, we can see that the code for each letter is obtained by adding 2 to the previous letter's code. For example, code for E is 9, code for X is 3 (9-6), code for C is 5 (3+2), code for E is 9 (5+4), and code for L is 6 (9-3).
Code for ACCEPT
Using the above pattern, we can find the code for the word ACCEPT as follows:
- Code for A is 4 (previous code +1)
- Code for C is 5 (previous code +1)
- Code for C is 5 (previous code +1)
- Code for E is 9 (previous code +2)
- Code for P is 7 (previous code -2)
- Code for T is 8 (previous code +1)
Therefore, the code for ACCEPT in the given code language is 455978. Hence, option A is the correct answer.
Conclusion
In this problem, we have learned how to find the code for a given word in a code language using a given pattern. It is important to analyze the pattern carefully and apply it correctly to obtain the correct answer.