Math, asked by arpit4591, 1 year ago

in a certain code language "exam" is coded as 39 "paper" is coded as 51 then "pass" is coded as

Answers

Answered by TooFree
50

A = 1, B = 2, C = 3  .... Z = 26


The decoding steps are as follow:

1. Find the representation of the letters in number

2. Sum them up

3. Subtract the number of letters from the sum


exam = [ 5 + 24 + 1 + 13] - 4 = 43 - 4 = 39

paper = [ 16 + 1 + 16 + 5 + 18 ] - 5 = 51


Therefore

pass = [ 16 + 1 + 19 + 19 ] - 4 = 51


Answer: pass is coded as 51

Similar questions