Question

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

Homework Answers

Answer #1

A) (AC)16 = (172)10

Steps:

1.As 10 can be represented as A and 12 can be represented as C, this becomes 10 12

2. 10*161 + 12* 160 = 172

b) To convert numbers from base 10 to base 2, following steps must be followed:

Step 1 : Divide the number by the value of the new base

Step 2 : Get the remainder from Step 2 as the least significant digit of new base number.

Step 3 : Divide the quotient of the previous divide by the new base.

Step 4: Store the remainder from Step 3 as the next digit of the new base number.

Repeat steps 3 and 4 till the quotient becomes 0. The remainder should be placed from right to left

Solving the following questions using this method we get:.

(175)10 = (10101111)2

(175)10 = (20111)3

(175)10 = (2233)4

(175)10 = (257)8

(175)10 = (af)16

c) Similarly,

(56.4)10 = (1000110100)2

(56.4)10 = (202220)3

(56.4)10 = (20310)4

(56.4)10 = (1064)8

(56.4)10 = (234)16

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
How to convert 123456 from base 10 to base 16?
How to convert 123456 from base 10 to base 16?
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.
Python program. Write a python program that can convert any radix-d (arbitrary base) number to the...
Python program. Write a python program that can convert any radix-d (arbitrary base) number to the equivalent radix-e (another arbitrary base) number. Where e and d are members in [2, 16]: Hints: The easiest approach is - you can convert the radix-d number to decimal one first, and then convert the decimal number to the radix-e number.
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...
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
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 numbers among different number systems: ( 281 )10 = ( )2 = ( )16 (...
Convert numbers among different number systems: ( 281 )10 = ( )2 = ( )16 ( )10 = ( )2 = ( 281 )16 ( )10 = ( 0110 1010 1011 )2 = ( )16 CSE 118 fundamentals of programming Java 14.0
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...
Write a program in java that: 1. takes any number in any base between 2 and...
Write a program in java that: 1. takes any number in any base between 2 and 16 and converts it to base 10. 2. converts base 10 numbers to any given base between 2 & 16. The program should have a gui with an input box and two buttons, one button to convert any base between 2 and 16 to base 10; and one button to convert base 10 to any base between 2 and 16. **Please DO NOT upload...
Base Conversion One algorithm for converting a base 10 number to another base b involves repeatedly...
Base Conversion One algorithm for converting a base 10 number to another base b involves repeatedly dividing by b. Each time a division is performed the remainder and quotient are saved. At each step, the dividend is the quotient from the preceding step; the divisor is always b. The algorithm stops when the quotient is 0. The number in the new base is the sequence of remainders in reverse order (the last one computed goes first; the first one goes...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT