Question: In a base 8 system, what is the value of \'57\'?
Options:
Correct Answer: 46
Solution:
\'57\' in base 8 is calculated as 5*8^1 + 7*8^0 = 40 + 7 = 47.