Answer:
100010 ⇒ 34
Step-by-step explanation:
To solve this you first need to convert each individual number to binary
Each digit in a binary number represents a power of 2.

So lets say you have: 010111 (which is the same as 10111)
That is like saying
, this is equal to 23.
By repeating the same process for 1011, we get that this is equal to 11
11 + 23 = 34