Question

Manually convert the following numbers: i) (568)10 to a base 7 number, ii) (3142)5 to decimal...

Manually convert the following numbers: i) (568)10 to a base 7 number, ii) (3142)5 to decimal number, and iii) decimal 3,769,985,891 into its equivalent 256 base number in dotted decimal notation. (be sure to show your work).

Homework Answers

Answer #1

i) (568)10 to a base 7 number

Answer = 1441

Explanation

ii) (3142)5 to decimal number

Answer = 422

Explanation

2*5^0 + 4*5^1 + 1*5^2 + 3*5^3 = 422

iii) decimal 3,769,985,891 into its equivalent 256 base number in dotted decimal notation.

Answer = 224 : 181 : 107 : 99

Explanation

--------------------------------------
Hit the thumbs up if you are fine with the answer. Happy Learning!

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
Convert each following Base-R NUMBER TO THE equivalent BASE-10 NUMBER: A);(AC)16 Convert each following base-10 number...
Convert each following Base-R NUMBER TO THE equivalent BASE-10 NUMBER: A);(AC)16 Convert each following base-10 number to equivalent number base 2,3,4,8,16 b):(175)10 c);(56.4)10
(a) Convert the following binary numbers to their hexadecimal equivalent WITH WORKING OUT   (i) 0b11110001111 (ii)...
(a) Convert the following binary numbers to their hexadecimal equivalent WITH WORKING OUT   (i) 0b11110001111 (ii) 0b11100.011 (iii) 0b110011.10011 (iv) 0b1010101010.1 (v) 0b11011.00111 (b) Perform the binary addition: 0b1101100111 + 0b1011010 + 0b101011011001 and convert the binary answer to a decimal value. (c) Obtain the decimal value of the following arithmetic expression: 3(OxE8B) + 23 + Ox1E4.
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...
5. Convert each of the following binary numbers into base 10. Show your work. (a) 0011...
5. Convert each of the following binary numbers into base 10. Show your work. (a) 0011 0001 (b) 0011 1011 (c) 0101 0110 (d) 1101 1101 (e) 0001 1000 (f) 0010 1110
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.
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.
3. Convert each of the following numbers into the base specified. (a) 6510 into base-5 (b)...
3. Convert each of the following numbers into the base specified. (a) 6510 into base-5 (b) 9110 into base-3 (c) 22510 into base-7 (d) 15510 into base-3
Write a Java program named BinaryConversion that will convert base 2 numbers to base 10 numbers....
Write a Java program named BinaryConversion that will convert base 2 numbers to base 10 numbers. The data for this program will be entered from the keyboard using JOptionPane one 16-bit binary number at a time. Note that each base 2 number is actually read in as a String. The program should continue until a 16-bit base 2 number consisting of all 0’s is entered. Once the 16-bit number has been entered your program should make sure that the input...
Please show all work: Convert the following decimal numbers into 8-bit binary numbers in the 2’s-complement...
Please show all work: Convert the following decimal numbers into 8-bit binary numbers in the 2’s-complement form and perform the indicated operation. Circle the two binary numbers that are being added and the binary answer. Note: All three equivalent binary numbers are required for full credit.             +22             - 10             ----             =