Computer Science, asked by sargunjisuhana, 4 hours ago

Convert the binary no. (110010)2 into decimal no

Answers

Answered by Kapoor1914
1

Answer:Step 1: Write down the binary number:

110010

Step 2: Multiply each digit of the binary number by the corresponding power of two:

1x25 + 1x24 + 0x23 + 0x22 + 1x21 + 0x20

Step 3: Solve the powers:

1x32 + 1x16 + 0x8 + 0x4 + 1x2 + 0x1 = 32 + 16 + 0 + 0 + 2 + 0

Step 4: Add up the numbers written above:

32 + 16 + 0 + 0 + 2 + 0 = 50.

So, 50 is the decimal equivalent of the binary number 110010.

Explanation:

Answered by janeolivefeb
0

Answer:

50

(Note: I hope this helps you and please mark me as brainliest because I worked really hard on this.)

Similar questions