Respuesta :

Answer:

See Explanation

Explanation:

The question is incomplete as the options are not given.

However, the question can still be solved

Given

0011, 0110 and 1111

First, I'll convert each digit to decimal equivalent as follows

[tex]0011_2 = 0 * 2^3 + 0 * 2^2 + 1 * 2^1 + 1 * 2^0[/tex]

[tex]0011_2 = 0 * 8 + 0 *4 + 1 * 2 + 1 *1[/tex]

[tex]0011_2 = 0 + 0 + 2 + 1[/tex]

[tex]0011_2 = 3[/tex]

[tex]0110_2 = 0 * 2^3 + 1 *2^2 + 1 * 2^1 + 0 * 2^0[/tex]

[tex]0110_2 = 0 * 8 + 1 *4 + 1 * 2 + 0 * 1[/tex]

[tex]0110_2 = 0 + 4 + 2 + 0[/tex]

[tex]0110_2 = 6[/tex]

[tex]1111_2 = 1 * 2^3 + 1 * 2^2 + 1 * 2^1 + 1*2^0[/tex]

[tex]1111_2 = 1 *8 + 1 * 4 + 1 * 2 + 1*1[/tex]

[tex]1111_2 = 8 + 4 + 2 + 1[/tex]

[tex]1111_2 = 15[/tex]

Any number other than 3, 6 and 15 answers the question