Multiple choice

6 is the decimal equivalent of _____.

  1. 1110

  2. 1101

  3. 110

  4. 1000

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

To find which binary equals 6, we test: 110 = 1×2² + 1×2¹ + 0×2⁰ = 4 + 2 + 0 = 6. This is the correct representation using the 4 and 2 positions.