Enter an equation or problem
Camera input is not recognized!

Solution - Base conversion

2,214
2,214

Other Ways to Solve

Base conversion

Step-by-step explanation

1. Parse base conversion function input

(8A6)16=base10

Identify the source number, source base, and target base before converting through base 10.

2. Convert source to base 10

(8A6)16

Expand digits with place-value powers in the source base.

8162+10161+6160

Sum the expanded terms to obtain the base-10 value.

2214

Expand each digit by place value: 8·162
+ 10·161
+ 6·160. This gives 2,214 in base 10.

3. Conclude target-base conversion

2214(base10)

Use repeated division by the target base.

221410

Record quotient and remainder for this division cycle.

2214=10221+4

Record quotient and remainder for this division cycle.

221=1022+1

Record quotient and remainder for this division cycle.

22=102+2

Record quotient and remainder for this division cycle.

2=100+2

Read remainders from last to first to form target-base digits.

2214

Final converted representation in the target base.

(2214)10

Repeatedly divide 2,214 by 10, collect remainders, and read them in reverse to get 2,214.

Why learn this

Learn more with Tiger

Base conversion is foundational for computer science, digital systems, and number theory.

Terms and topics