Question: In a number system where \'B\' represents 11, what is the value of \'B2\' in decimal?
Options:
Correct Answer: 21
Solution:
\'B2\' = 11*5^1 + 2*5^0 = 55 + 2 = 57 in decimal.