Answer:
213
Explanation:
The given parameters are;
The network on which the host is on = 192.168.146.0
The subnet mast = 255.255.255.0
The binary value of the host portion = 11010101
To convert the binary value to decimal value, we proceed by multiplying each of the digits of the binary value by the corresponding power of 2, from the left to right, starting from a power of 0, and sum the result, as follows;
(11010101)ā = (1Ć2ā· + 1Ć2ā¶ + 0Ć2āµ + 1Ć2ā“ + 0Ć2³ + 1Ć2² + 0Ć2¹ + 1Ć2ā°)āā
1Ć2ā·+1Ć2ā¶+0Ć2āµ+1Ć2ā“+0Ć2³+1Ć2²+0Ć2¹+1Ć2ā°= 128+64+0+16+4+1 = 213
ā“ (11010101)ā = (213)āā
The decimal value of 11010101 is 213.