Math, asked by cpsanjeev8068, 1 year ago

If in a certain language BEST is coded as 149, SHOP is coded as 144, and so on, how is GOOD coded in that code?

Answers

Answered by amitnrw
3

Answer:

GOOD = 98

Value of alphabets multiplied by position of alphabet from Left and then Added

Step-by-step explanation:

Using A = 1 , B = 2 , C = 3 ,,,,,,,,,,,,,,,,,,,,,,,,,,,X = 24 , Y = 25 , Z = 26

BEST  = B *1 + E * 2 + S * 3 + T *4  

= 2 *1  + 5*2 + 19*3  + 20*4

= 2 + 10 + 57 + 80

= 149

SHOP = S*1  + H*2  + O *3  + P *4

= 19*1 + 8*2  + 15*3  + 16*4

= 19 + 16 + 45 + 64

= 144

GOOD  = G*1 + O*2 + O*3 + D *4

= 7*1 + 15*2 + 15*3  + 4*4

= 7 + 30 + 45 + 16

= 98

GOOD = 98

Rule = Value of alphabates multiplied by position of alphabet from Left and then Added

Similar questions