What operation is denoted by this subscript notation?

87 Views Asked by At

What operation is denoted here?

$$11_3$$

I believe the answer to this is 4.

2

There are 2 best solutions below

0
On BEST ANSWER

Base, or radix.

$11_3$ is the number $4$ written in base $3$: $$ 11_3 = 1\cdot 3^1+1\cdot 3^0 = 3+1=4 $$ A small nitpick: it is not technically an operation, but a notation.

0
On

It's not an operation - it's a sign for what base the number is expressed in.

$11_3=4_{10}$.