Solve any maths problem
Equations, derivatives, integrals, matrices, triangles, primes, statistics — or a word problem the tutor breaks into parts.
Step by step
- 1000_{10} \to \text{base } 16
Repeatedly divide by 16; the remainders, read bottom-up, are the digits.
- 1000 = 62 \times 16 + 8
remainder 8
- 62 = 3 \times 16 + 14
remainder E
- 3 = 0 \times 16 + 3
remainder 3
Reveal the answer
1000_{10} = 3E8_{16}