QuestionConvert the following binary numbers to decimal: 39. and 40. .
Studdy Solution
STEP 1
Assumptions1. The numbers are given in binary format (base). . We need to convert these binary numbers into denary (base10) numbers.
STEP 2
We will use the method of binary to decimal conversion. In this method, each digit of the binary number is multiplied by2 raised to the power of its position, starting from0 on the rightmost side. The sum of these products gives the decimal number.
For the first number10112
STEP 3
Calculate the value of the first number.
STEP 4
implify the equation to get the decimal equivalent of the binary number.
STEP 5
Now, let's convert the second binary number to decimal using the same method.
STEP 6
Calculate the value of the second number.
STEP 7
implify the equation to get the decimal equivalent of the binary number.
So, the denary (decimal) equivalents of the binary numbers10112 and are24 and29 respectively.
Was this helpful?