Matt needs to convert the binary number 100101 to decimal. What are the steps Matt takes? Put the following sentences in order

He figures out the power of two values of each digit.

He adds together the results.

He multiplies the binary digit by the power of two it represents.

He writes out the binary number.

Respuesta :

Answer:

The order goes,

He writes out the binary number

He figures out the power of two values of each digit.

He multiplies the binary digit by the power of two it represents.

He adds together the results.

Explanation: