Skip to main contentSkip to solution

In a certain code language, if GREEN is coded as 1677209 , then how would BLUE be coded in that language ?

Solution

Correct Option: 1

The pattern is +2+2 to the numeric positions and then reversed.

G =7=7

R =18=18

E =5=5

N =14=14

After +2,+2, we'll get: 9,20,7,7,16.9,20,7,7,16. Reverse that, and we'll get the code: 1677209.

The same for BLUE:

B =2=2

L =12=12

U =21=21

E =5=5

Add +2+2, we'll get: 4,14,23,7.4,14,23,7. Reverse that, and we'll get: 723144.

Keyboard Shortcuts

  • Left arrow: Previous question
  • Right arrow: Next question
  • S key: Jump to solution
  • Q key: Jump to question