Math, asked by mickeyyadavyadav, 9 months ago

convert the binary no. 110010 into decimal no. plz solve full not half as some of u don't tell it nicely​

Answers

Answered by vikhyat04
0

Answer:

110010(base 2)--->50(Base 10)

Step-by-step explanation:

For 110010(base 2),

0*1+1*2^1+0*2^2+0*2^3+1*2^4+1*2^5

(Have to multiply digit with 2^n-1 where n is the place holder)

--->0+2+0+0+16+32

-->50

Steps to Convert Binary to Decimal

Converting from binary to decimal involves multiplying the value of each digit (i.e. 1 or 0) by the value of the placeholder in the number

  • Write down the number.
  • Starting with the LSB, multiply the digit by the value of the place holder.
  • Continue doing this until you reach the MSB.
  • Add the results together.

Example:-

Check attached document

PLEASE MARK BRAINIEST

Attachments:
Similar questions