Answer:
47 → 101111
14 → 1110
81 → 1010001
102 → 1100110
241 → 11110001
Explanation:
There are two ways to calculate binary equivalent of decimal values:
e.g.
For 102, we put 1 at 64. than 102[tex]-[/tex]64 = 38
then put 1 at 32, now 38 [tex]-[/tex] 32 = 6.
then put 1 at 4, now 6 [tex]-[/tex] 4 = 2.
then put 1 at 2, now 2[tex]-[/tex]2 = 0.
so put 0 at 1 and all other places except those where we put 1.