Answer:
32₁₀
Step-by-step explanation:
Start off by multypling each digit by 2 to the power of it's place value, and then add them together.
The base is 2 in the binary number because it uses two possible numbers: 1 and 0.
The base is 10 in the result because normal digits have 10 different numbers: 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9.
(100000)₂ = (1 × 2⁵) + (0 × 2⁴) + (0 × 2³) + (0 × 2²) + (0 × 2¹) + (0 × 2⁰) = (32)₁₀