Solve any maths problem

Equations, derivatives, integrals, matrices, triangles, primes, statistics — or a word problem the tutor breaks into parts.

1000 to hex

1000,\ 16

Step by step

  1. 1000_{10} \to \text{base } 16

    Repeatedly divide by 16; the remainders, read bottom-up, are the digits.

  2. 1000 = 62 \times 16 + 8

    remainder 8

  3. 62 = 3 \times 16 + 14

    remainder E

  4. 3 = 0 \times 16 + 3

    remainder 3

Reveal the answer
1000_{10} = 3E8_{16}