To convert a binary number to a decimal number, we need to multiply each digit of the binary number by its corresponding power of 2, starting from the rightmost digit with the power of 0, and then add the products.
Let's apply this method to convert the binary number 101101 to a decimal number: