All Exams Test series for 1 year @ ₹349 only
Question

The binary number expression of the decimal number 31 is

The correct answer is

11111

Understanding Decimal to Binary Conversion

Numbers can be represented in different number systems. The decimal system (base 10) is what we use in everyday life, using digits 0 through 9. The binary system (base 2) is used by computers, using only digits 0 and 1. Converting a decimal number to its binary equivalent is a fundamental concept in digital electronics and computer science.

Converting Decimal 31 to Binary

To convert a decimal number to its binary representation, we use the method of repeated division by 2. The process involves dividing the decimal number by 2, noting the remainder, and then dividing the quotient by 2. We repeat this until the quotient becomes 0. The binary representation is obtained by reading the remainders from bottom to top.

Let's convert the decimal number 31 to binary:

Division Quotient Remainder
$31 \div 2$ 15 1
$15 \div 2$ 7 1
$7 \div 2$ 3 1
$3 \div 2$ 1 1
$1 \div 2$ 0 1

Reading the remainders from bottom (most significant bit) to top (least significant bit), we get the binary number:

11111

Therefore, the binary expression of the decimal number 31 is 11111.

Analyzing the Options

  • 1111: Let's convert this binary to decimal: $1 \times 2^3 + 1 \times 2^2 + 1 \times 2^1 + 1 \times 2^0 = 8 + 4 + 2 + 1 = 15$. This is not 31.
  • 10111: Let's convert this binary to decimal: $1 \times 2^4 + 0 \times 2^3 + 1 \times 2^2 + 1 \times 2^1 + 1 \times 2^0 = 16 + 0 + 4 + 2 + 1 = 23$. This is not 31.
  • 11011: Let's convert this binary to decimal: $1 \times 2^4 + 1 \times 2^3 + 0 \times 2^2 + 1 \times 2^1 + 1 \times 2^0 = 16 + 8 + 0 + 2 + 1 = 27$. This is not 31.
  • 11111: As calculated earlier, this binary converts to decimal 31 ($1 \times 2^4 + 1 \times 2^3 + 1 \times 2^2 + 1 \times 2^1 + 1 \times 2^0 = 16 + 8 + 4 + 2 + 1 = 31$). This matches the given decimal number.

Conclusion on Decimal 31 in Binary

Based on the conversion process, the binary representation of the decimal number 31 is 11111.

Revision Table: Number System Conversion Basics

Concept Description
Decimal System Base 10, uses digits 0-9. Positional system where each digit's value depends on its position multiplied by powers of 10.
Binary System Base 2, uses digits 0 and 1. Positional system where each digit's value depends on its position multiplied by powers of 2.
Decimal to Binary Repeatedly divide the decimal number by 2 and record the remainders. Read remainders bottom-up.
Binary to Decimal Multiply each binary digit by the corresponding power of 2 (starting from $2^0$ for the rightmost digit) and sum the results.

Additional Information: Binary Numbers and Place Values

In a binary number like $b_n b_{n-1} ... b_1 b_0$, where $b_i$ is either 0 or 1, the decimal value is calculated as:

Decimal Value $= b_n \times 2^n + b_{n-1} \times 2^{n-1} + ... + b_1 \times 2^1 + b_0 \times 2^0$

For example, in the binary number 11111:

  • The rightmost '1' is at position 0, corresponding to $2^0 = 1$.
  • The next '1' to the left is at position 1, corresponding to $2^1 = 2$.
  • The next '1' is at position 2, corresponding to $2^2 = 4$.
  • The next '1' is at position 3, corresponding to $2^3 = 8$.
  • The leftmost '1' is at position 4, corresponding to $2^4 = 16$.

Summing these place values where the digit is '1' gives $16 + 8 + 4 + 2 + 1 = 31$. This confirms the conversion of 11111 binary to 31 decimal.

Was this answer helpful?

Important Questions from Binary Operations

  1. What is the binary equivalent of the decimal number 0.3125?

  2. What is (1000000001) 2– (0.0101)­ 2equal to?

  3. The decimal number (127.25) 10, when converted to binary number, takes the form

  4. If (11101011) 2is converted to decimal system, then the resulting number is

  5. If the number 235 in decimal system is converted into binary system, then what is the resulting number?

Need Expert Advice?

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App