Convert the octal number 0.4051 into its equivalent decimal number.

2017

Convert the octal number 0.4051 into its equivalent decimal number.

Answer: A. 0.5100098Key idea: convert each octal fractional digit d at position n to decimal by computing d × 8⁻n, then sum. Apply to 0.4051 (base 8): 4 × 8⁻1 = 4 × 1/8 = 0.5 0 ×…

  1. A.

    0.5100098

  2. B.

    0.2096

  3. C.

    0.52 

  4. D.

    0.4192

Attempted by 767 students.

Show answer & explanation

Correct answer: A

Key idea: convert each octal fractional digit d at position n to decimal by computing d × 8⁻n, then sum.

Apply to 0.4051 (base 8):

  • 4 × 8⁻1 = 4 × 1/8 = 0.5

  • 0 × 8⁻2 = 0 × 1/64 = 0

  • 5 × 8⁻3 = 5 × 1/512 = 0.009765625

  • 1 × 8⁻4 = 1 × 1/4096 = 0.000244140625

Sum the contributions:

0.5 + 0 + 0.009765625 + 0.000244140625 = 0.510009765625

Therefore the exact decimal equivalent is 0.510009765625. Rounded to seven decimal places this is 0.5100098, which matches the given correct option.

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Nta Ugc Net Paper 1

Loading lesson…