Simpson is trying to solve an equation related to converting a decimal number to its hexadecimal form. He decides to utilize the grouping binary method of conversion. How will he represent the decimal number 1210 in the hexadecimal form?

Relax

Respuesta :

divide 1210 by 16  and write reminder divide until value zero 

first step divide 1210 by 16 =  10 
then 75 divide by 16 =  11


we can write 4 B A 
in hexadecimal