skip to main content


Puzzle ZWTB 


X Support Cup It is now three years since I first asked for support, and I would like to sincerely thank everyone who has helped me. BrainBashers doesn't show adverts, and I continue to depend on the ongoing support from everyone who enjoys the site.
support BrainBashers
??

Using the new BrainBashers programming language, BrainBasic, the following words have their equivalents next to them, what should FOX be?
CLICK = 100501100K MILK  = 1000150K LOG   = 50OG LIFE  = 501FE ALIVE = A5015E FOX   = ?

Puzzle Copyright © Kevin Stone

workings hint hide answer print

Answer
FO10.

Reasoning
If there is a Roman numeral, it is replaced by its modern equivalent.
   I = 1
   V = 5
   X = 10
   L = 50
   C = 100
   D = 500
   M = 1000

Double-Checking
CLICK = 100 50 1 100 K MILK  = 1000 1 50 K LOG   = 50 O G LIFE  = 50 1 F E ALIVE = A 50 1 5 E FOX   = F O 10

 

Note: BrainBashers has a Dark Mode option. For BrainBashers, I'd recommend not using your browser's built-in dark mode, or any dark mode extensions (sometimes you can add an exception for a specific website).