Computer Science, asked by gunreet7914, 5 days ago

convert the given binary number (11011) 2 into decimal number ( ) 10​

Answers

Answered by akc181
24

Answer:

(11011)2= (27)10

Explanation:

1×2⁴ + 1×2³ + 0×2² + 1×2¹ + 1× 2⁰

= 1×16 + 1×8 + 0 + 2 + 1

= 16+8+2+1

=27

I hope it helps.

Answered by pulakmath007
4

(11011)₂ = (27)₁₀

Given :

The binary number (11011)₂

To find :

To convert the binary number into decimal number

Solution :

Step 1 of 2 :

Write down the given binary number

Here the given binary number is (11011)₂

Step 2 of 2 :

Convert the binary number into decimal number

\displaystyle \sf{(11011)_{2  }}

\displaystyle \sf{ =  \bigg((1 \times  {2}^{4} ) + (1  \times {2}^{3} ) + (0 \times  {2}^{2} ) + (1 \times   {2}^{1} )+ (1 \times  {2}^{0} ) \bigg)_{10  }}

\displaystyle \sf{ =  \bigg(16 + 8 + 0 + 2 + 1 \bigg)_{10  }}

\displaystyle \sf{ =  (27)_{10  }}

━━━━━━━━━━━━━━━━

Learn more from Brainly :-

1. What is f s complement of 2BDF

https://brainly.in/question/22952257

2. 11001001.1011()2=()8=()16

https://brainly.in/question/15093806

#SPJ3

Similar questions