convert (438) decimal number into hexadecimal.
step by step
Answers
Answered by
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
1
Answer:
- The hexadecimal equivalent of the given decimal number (438)₁₀ is (1B6)₁₆
Solution:
Conversion is given as follows:
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