Math, asked by adityatiwari2, 7 hours ago

Convert binary number (1111), into decimal please give solve ans​

Answers

Answered by Sonam200583
6

Answer:

the decimal form is hundred please mark me as brainlist

Answered by Shrideepthi
8

Answer:

The decimal number is equal to the sum of binary digits (dn) times their power of 2 (2n)

Step-by-step explanation:

(1111)2 = (15)10

Step by step solution

Step 1: Write down the binary number:

1111

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

1x23 + 1x22 + 1x21 + 1x20

Step 3: Solve the powers:

1x8 + 1x4 + 1x2 + 1x1 = 8 + 4 + 2 + 1

Step 4: Add up the numbers written above:

8 + 4 + 2 + 1 = 15.

So, 15 is the decimal equivalent of the binary number 1111.

Similar questions