Friday, 5 June 2026

Conversion From Base Two To Base Ten

 

Converting Base Two to Base Ten

To convert a number from Base Two (Binary) back to Base Ten (Decimal), we multiply each digit by its positional power of 2 (starting from 20 on the far right) and add the results together.

Question 1: Convert 1102 to Base Ten

Solution:
• (1 × 22) + (1 × 21) + (0 × 20)
• (1 × 4) + (1 × 2) + (0 × 1)
• 4 + 2 + 0 = 6

Answer: 1102 = 610

Question 2: Convert 10012 to Base Ten

Solution:
• (1 × 23) + (0 × 22) + (0 × 21) + (1 × 20)
• (1 × 8) + (0 × 4) + (0 × 2) + (1 × 1)
• 8 + 0 + 0 + 1 = 9

Answer: 10012 = 910

Question 3: Convert 11002 to Base Ten

Solution:
• (1 × 23) + (1 × 22) + (0 × 21) + (0 × 20)
• (1 × 8) + (1 × 4) + (0 × 2) + (0 × 1)
• 8 + 4 + 0 + 0 = 12

Answer: 11002 = 1210

Question 4: Convert 11112 to Base Ten

Solution:
• (1 × 23) + (1 × 22) + (1 × 21) + (1 × 20)
• (1 × 8) + (1 × 4) + (1 × 2) + (1 × 1)
• 8 + 4 + 2 + 1 = 15

Answer: 11112 = 1510

Question 5: Convert 101002 to Base Ten

Solution:
• (1 × 24) + (0 × 23) + (1 × 22) + (0 × 21) + (0 × 20)
• (1 × 16) + (0 × 8) + (1 × 4) + (0 × 2) + (0 × 1)
• 16 + 0 + 4 + 0 + 0 = 20

Answer: 101002 = 2010

No comments:

Post a Comment