If (L)M​ represents a number L in base-M number system, then what will be the…

2024

If (L)M​ represents a number L in base-M number system, then what will be the value of (107)16​+(257)16​ ?

  1. A.

    (762)10

  2. B.

    (862)10

  3. C.

    (962)10​

  4. D.

    (662)10​

Attempted by 91 students.

Show answer & explanation

Correct answer: B

Convert each hexadecimal number to decimal and add:

  1. (107)₁₆ in decimal: 1×16² + 0×16 + 7 = 256 + 0 + 7 = 263

  2. (257)₁₆ in decimal: 2×16² + 5×16 + 7 = 512 + 80 + 7 = 599

  3. Add the decimal values: 263 + 599 = 862

Answer: (862)₁₀

Optional: Verify by adding directly in hexadecimal:

  • 7 + 7 = E (hex)

  • 0 + 5 = 5

  • 1 + 2 = 3

  • Hex sum: (35E)₁₆ = 3×16² + 5×16 + 14 = 768 + 80 + 14 = 862

Explore the full course: Nta Ugc Net Paper 1