Question

Convert decimal 298 to base 2, 8, and 16 using mathematics. Please show all work.

Convert decimal 298 to base 2, 8, and 16 using mathematics. Please show all work.

Homework Answers

Answer #1

1)  base-2
Divide 298 successively by 2 until the quotient is 0
298/2 = 149, remainder is 0
149/2 = 74, remainder is 1
74/2 = 37, remainder is 0
37/2 = 18, remainder is 1
18/2 = 9, remainder is 0
9/2 = 4, remainder is 1
4/2 = 2, remainder is 0
2/2 = 1, remainder is 0
1/2 = 0, remainder is 1
Read remainders from the bottom to top as 100101010
Answer: 100101010

2)  base-8
Divide 298 successively by 8 until the quotient is 0
298/8 = 37, remainder is 2
37/8 = 4, remainder is 5
4/8 = 0, remainder is 4
Read remainders from the bottom to top as 452
Answer: 452

3)  base-16
Divide 298 successively by 16 until the quotient is 0
298/16 = 18, remainder is 10
18/16 = 1, remainder is 2
1/16 = 0, remainder is 1
Read remainders from the bottom to top as 12A
Answer: 12A


Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
1a. Convert 101011101011011101 (base 2) to hexadecimal. Show your work. 1b. Convert 67 (base 10) to...
1a. Convert 101011101011011101 (base 2) to hexadecimal. Show your work. 1b. Convert 67 (base 10) to 8-bit binary using signed magnitude. Show your work. 1c. Convert 69 (base 10) to 8-bit binary using one’s complement. Show your work. 1d. Convert 70 (base 10) to 8-bit binary using two’s complement. Show your work.
Convert the decimal number 147 base 10 to base 3. However, do this using a POWER...
Convert the decimal number 147 base 10 to base 3. However, do this using a POWER SERIES EXPANSION of the form 147_10=a_2 *R^2+a_1*R^1+a_0*R^0, where R is the number 10 in the base of the number you want to convert to (3) (i.e., R=10_3) and {a_0, a_1,a_2} are the coefficients represented in base 3. Verify your answer using the "division method". Show all your work and all steps.
a)Convert 530 base 5 to base 2 b)Convert 100100110001110 base 2 to base 4 , 8,...
a)Convert 530 base 5 to base 2 b)Convert 100100110001110 base 2 to base 4 , 8, 16
1. Convert 101 from binary to decimal. Show your work. 2. Convert 11111111 from binary to...
1. Convert 101 from binary to decimal. Show your work. 2. Convert 11111111 from binary to hexadecimal. Show your work. 3. Convert 11001 from binary to decimal. Show your work. 4. Convert A4B from hexadecimal to binary. Show your work. 5. Convert 1100100 from binary to decimal. Show your work. 6. Convert 15 from decimal to binary. Show your work. 7. Convert 255 from decimal to binary. Show your work. 8. Convert BAC4 from hexadecimal to decimal. Show your work....
2 Convert each of the following octal numbers to 10-bit binary, hexadecimal, and decimal. Show your...
2 Convert each of the following octal numbers to 10-bit binary, hexadecimal, and decimal. Show your work. (a) 368 (b) 7568 3 Convert the following binary values into Decimal, Octal and hexadecimal. Show your work. (a) 111010101011112 (b) 1010111011001102 (c) 1011101010001112 (d) 1111101011102 4 Convert the following hexadecimal numbers to 16-bit binary and decimal numbers. Show your work. (a) FE9816 (b) FCAD16 (c) B00C16 (d) FEDF16 5 Perform the addition on the following unsigned binary numbers. Indicate whether or not...
Convert the decimal number 1819111023.439246416091794 to the base 256 system. Show all the intermediate steps. Don’t...
Convert the decimal number 1819111023.439246416091794 to the base 256 system. Show all the intermediate steps. Don’t miss a decimal point in this number.
Question 1: A. Convert the following numbers to their decimal representation. Show your work. 1. 100110112...
Question 1: A. Convert the following numbers to their decimal representation. Show your work. 1. 100110112 =
 2. 4567 =
 3. 38A16 = 4. 22145 = B. Convert the following numbers to their binary representation: 1. 6910 =
 2. 48510=
 3. 6D1A16 = C. Convert the following numbers to their hexadecimal representation: 1. 11010112 =
 2. 89510 = Question 2: Solve the following, do all calculation in the given base. Show your work.
1. Assuming unsigned binary representation, convert 10110 (B) to decimal. Show work. 2 . Assuming unsigned...
1. Assuming unsigned binary representation, convert 10110 (B) to decimal. Show work. 2 . Assuming unsigned binary representation, convert 12 (D) to binary. Show work. 4. Assuming 9-bit two’s complement representation and let x be binary representation of 94 (D) a. Find x. Show work. b. Show the effect of the ASL operation on x, and then convert the result back to decimal. c. Show the effect of the ASR operation on x, and then convert the result back to...
Convert to the indicated base, please show steps and give an explanation- very confused about this....
Convert to the indicated base, please show steps and give an explanation- very confused about this. 4420 to base 9 2874 to base 7 703 to base 16 221 from base 5 to base 10 435 from base 7 to base 10 B4E8 from base 16 to base 10
2) Answer the following number base questions. (SHOW ALL WORK) a. What is 1AA2h in decimal?...
2) Answer the following number base questions. (SHOW ALL WORK) a. What is 1AA2h in decimal? do not simplfy b. What is 238in hex? (put your answer in into word format) c. What is -126 in binary ? d. What is -128 in binary? e. Using the binary compliment method , subtract 11001b – 10110b