At Westonci.ca, we provide clear, reliable answers to all your questions. Join our vibrant community and get the solutions you need. Experience the ease of finding precise answers to your questions from a knowledgeable community of experts. Get precise and detailed answers to your questions from a knowledgeable community of experts on our Q&A platform.

Convert (728), to base 10​

Sagot :

Answer:

2D8

Step-by-step explanation:

To convert decimal number 728 to hexadecimal, follow these steps:

step 1 =Divide 728 by 16 keeping notice of the quotient and the remainder.

step 2 =Continue dividing the quotient by 16 until you get a quotient of zero.

step 3 =Then just write out the remainders in the reverse order to get hexadecimal equivalent of decimal number 728.

Using the above steps, here is the work involved in the solution for converting 728 to hexadecimal number:

728 / 16 = 45 with remainder 8

45 / 16 = 2 with remainder 13 (D)

2 / 16 = 0 with remainder 2

Then just write down the remainders in the reverse order to get the answer, The decimal number 728 converted to hexadecimal is therefore equal to :

2D8