Answer:
[tex]118_{10}= 0110111[/tex] 2) [tex]-49_{10}=110001_{2}[/tex] 3) [tex]0_{10}=0:16 \Rightarrow 0_{10}=0_{16}[/tex]
Explanation:
1) Expressing the Division as the summation of the quotient and the remainder
for
118, knowing it is originally a decimal form:
118:2=59 +(0), 59/2 =29 + 1, 29/2=14+1, 14/2=7+0, 7/2=3+1, 3/2=1+1, 1/2=0+1
[tex]118_{10}= 0110111[/tex]
2) [tex]-49_{10}[/tex]
Similarly, we'll start the process with the absolute value of -49 since we want the positive value of it. Then let's start the successive divisions till zero.
|-49|=49
49:2=24+1, 24:2=12+0,12:2=6+0,6:2=3+0,3:2=1+1,1:2=0+1
100011
[tex]-49_{10}=110001_{2}[/tex]
3) [tex](-0)_{10}[/tex]
The first step on that is dividing by 16, and then dividing their quotient again by 16, so on and adding their remainders. Simply put:
[tex](-0)_{10}=0:16=0 \Rightarrow (0)_{10}=0_{16} \:or\\(0)_{16}=0000000000000000[/tex]