Computer Science, asked by bhattarailaxman97, 3 days ago

convert (438) decimal number into hexadecimal.​
step by step

Answers

Answered by chinmaysj
0

Correct Answer:

438/16 = 27 remainder is 6

27/16 = 1 remainder is 11

1/16 = 0 remainder is 1

Hence, 11=B(in hexa-decimal number)

Final answer : 1B6

Answered by anindyaadhikari13
1

Answer:

  • The hexadecimal equivalent of the given decimal number (438)₁₀ is (1B6)₁₆

Solution:

Conversion is given as follows:

\boxed{\begin{array}{c|c|c}\rm16&\rm438&\\ \rm16&\rm 27&\rm6\\ \rm16&\rm1&\rm11/B\\ &\rm0&\rm1\end{array}}

Now arrange the remainders obtained from bottom to top:

>  (438)₁₀ = (1B6)₁₆  (Answer)

Steps To Solve:

  • Divide the decimal number by 16.
  • Write the quotient and the remainder and again divide the number by 16.
  • Repeat the above two processes until the quotient becomes 0.
  • Write the letters A-F if the remainders obtained are 10-15.
  • Now write the remainders obtained from bottom to top. Result obtained will be the hexadecimal equivalent of the decimal number.
Similar questions