Computer Science, asked by ramesh424, 1 year ago

if Ten=72. Men=65 then find HAT

Answers

Answered by jashankang99
0

H -> 8


A -> 1


T -> 20


8x1 + 1x2 + 20x3 = 70

Answered by Anonymous
8

Answer : HAT = 70


Explanation :

As we know that, A = 1, B = 2, C = 3...... Z = 26

So,

Alphabetical place of TEN as in numbers :

T = 20

E = 5

N = 14

∴ TEN = (20 x 1) + (5 x 2) + (14 x 3) = 71



Alphabetical place of MEN as in numbers :

M = 13

E = 5

N = 14

∴ MEN = (13 x 1) + (5 x 2) + (14 x 3) = 65



In the same way, alphabetical place of HAT as in numbers :

H = 8

A = 1

T = 20

∴ HAT = (8 x 1) + (1 x 2) + (20 x 3) = 70

Similar questions