Question #6
Revisit
in a certain coding system 'BROWN' is coded as 78593 and 'GARDEN' is coded as 218643. How will you code
ORANGE"?
Answers
Answered by
10
Answer:
hexa code:
#FFA500
decimal code:
rgb ( 255, 165, 0)
Answered by
2
ORANGE = 581324
Decoding:
By a certain coding system the following words are encrypted into a number:
BROWN = 78593
GARDEN = 218643
In the decoding questions, the words are encrypted into numbers and they are related by some rule. To find the number for the word 'ORANGE' we first understand the relationship between the rest two words and their respective numbers.
Relation:
In the word "BROWN" and "GARDEN" we can see that each letter is assigned with a certain fixed number. i.e.,
B = 7
R = 8
O = 5
W = 9
N = 3
and,
G = 2
A = 1
R = 8
D = 6
E = 4
N = 3
Hence, for the word 'ORANGE' we just have to write the numbers which belong to the letters.
O = 5
R = 8
A = 1
N = 3
G = 2
E = 4
ORANGE = 581324
Similar questions