Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

which of these lists correctly counts from 1 to 5 in binary? choose 1 a…

Question

which of these lists correctly counts from 1 to 5 in binary? choose 1 answer: a 0001, 0010, 0101, 0100, 0011 b 0001, 0010, 0100, 0011, 0101 c 0001, 0010, 0011, 0100, 0101 d 0001, 0010, 0100, 0101, 0011 e 0001, 0010, 0011, 0101, 0100

Explanation:

Step1: Convert 1 - 5 to binary

1 in binary: $0001$ (4 - bit), 2: $0010$, 3: $0011$, 4: $0100$, 5: $0101$.

Step2: Match with options

Check each option's sequence. Option C has $0001$ (1), $0010$ (2), $0011$ (3), $0100$ (4), $0101$ (5), which matches.

Answer:

C. 0001, 0010, 0011, 0100, 0101