The problem is to convert the binary number $10101_2$ to its equivalent decimal (base 10) representation.
2025/6/7
1. Problem Description
The problem is to convert the binary number to its equivalent decimal (base 10) representation.
2. Solution Steps
To convert a binary number to a decimal number, we multiply each digit of the binary number by the corresponding power of 2, starting from the rightmost digit with , and then sum the results.
3. Final Answer
The decimal representation of the binary number is
2
1.