Question

One of the ways to convert from a decimal number (base-10 number) to a binary number...

One of the ways to convert from a decimal number (base-10 number) to a binary number is to use the remainder method. You basically keep track of the remainders as you divide the number by 2 successively. (10 points)

How would you represent this decimal number 105 using 1 base 3 number.

Hint: Divide by 3

In other words, what is 105 10 = ????? 3

0 0
Add a comment Improve this question Transcribed image text
Answer #1

3 (105 35 - 0 1। २ w - 2 - 0 -- (10 २२0) 3

Add a comment
Know the answer?
Add Answer to:
One of the ways to convert from a decimal number (base-10 number) to a binary number...
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. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Q. No. 1: (A) Convert the decimal number 431.675 to binary in two ways: (i) weight...

    Q. No. 1: (A) Convert the decimal number 431.675 to binary in two ways: (i) weight method (ii) base division and multiplication method. (B) Convert C3DF to binary and into the Octal.

  • a) Convert the binary number 101102 to base 8. b) Convert the decimal number 47.4410 to...

    a) Convert the binary number 101102 to base 8. b) Convert the decimal number 47.4410 to base 12. Find the base 12 fraction up to 6 digits to the right of the fraction point

  • In the following problems, you are asked to convert from one number base to another. I...

    In the following problems, you are asked to convert from one number base to another. I am aware that there are calculators that will do this for you. Thus, you must show all your work to get credit for these problems. 1. (3 points) – Convert the 8-binary binary expansion ( 0110 1001 )2 to a decimal expansion. 2. (3 points) – Convert the following decimal expansion (142)10 to an 8-bit binary expansion. 3. (2 points) – Convert the following...

  • Homework 1: Q1: Convert the following binary number to decimal. • 11001100100.00011 Q2: Convert the following...

    Homework 1: Q1: Convert the following binary number to decimal. • 11001100100.00011 Q2: Convert the following decimal number to binary. • 1365.1234 Q3: Convert the following both to octal and hexadecimal. • (10110100000101.1011)2 (16001.567)10 (directly convert to octal and hexadecimal without converting to binary) Q4: Convert the following hexadecimal number to decimal, octal, and base 4. . ABCD.EF Q5: Convert (375, 765)10 to base 7. Q6: Convert (12310)4 to base 5. Q7: Convert (35421)6 to decimal. Q8: Convert (1991)10 first...

  • C++ Convert a Number from Binary to Decimal using a stack: The language of a computer...

    C++ Convert a Number from Binary to Decimal using a stack: The language of a computer is a sequence of Os and 1s. The numbering system we use is called the decimal system, or base 10 system. The numbering system that the computer uses is called the binary system, or base 2 system. The purpose of this exercise is to write a function to convert a string representing a binary number from base 2 to base 10. To convert a...

  • 1. Do the following base conversions. (10 pts)       a. Convert the binary number 110100 to...

    1. Do the following base conversions. (10 pts)       a. Convert the binary number 110100 to decimal                                                                 b. Convert the decimal number 94 to hexadecimal                           c. Convert the binary number 10111011 to hexadecimal                             d. Convert the hexadecimal number B3 to binary                                   e. Convert the hexadecimal number 39E to binary                     2. The Starship Enterprise is visiting a planet where the inhabitants have 7 fingers. Not surprisingly, they use a...

  • In the following problems, you are asked to convert from one number base to another. I...

    In the following problems, you are asked to convert from one number base to another. I am aware that there are calculators that will do this for you. Thus, you must show all your work to get credit for these problems. 1. (3 points) - Convert the 8-binary binary expansion (0101 1001 ), to a decimal expansion. 2. (3 points) - Convert the following decimal expansion ( 124 ).o to an 8-bit binary expansion. 3. (2 points) - Convert the...

  • In the base conversion problem, the task to be performed is to convert the number of base n to decimal. The base of num...

    In the base conversion problem, the task to be performed is to convert the number of base n to decimal. The base of number can be anything such that all digits are represented using 0 to 9 and A to Z. Value of A is 10, Value for B is 11 and so on. So, write a program to convert a number to decimal Example: Input number is given as string and the output is an integer. Input Output Input...

  • a) The following program is supposed to convert a binary number to its decimal equivalent. Modify...

    a) The following program is supposed to convert a binary number to its decimal equivalent. Modify the program so that it does the job.(15 points) b) How would you create the executable file of the program (file name: b2d.c) in Linux? (5 points) #include <stdio.h> int main (void) int binary: printf("Enter a binary number:\n"); scanf("%d", &binary): int nofDigit = 0, remain = binary: while (remain > 0) - remain = remain/10; nofDigit++; int digit, dval = 0, bx = binary:...

  • 1. Convert the binary number 10101102 to octal, decimal, and hexadecimal numbers. 2. Convert the decimal...

    1. Convert the binary number 10101102 to octal, decimal, and hexadecimal numbers. 2. Convert the decimal number 236.7510 to binary,octal, and hexadecimal numbers. 3. Add the following two binary numbers: 100111102 and 011110112. Remember to show any carries that are generated along the way. 4. Repeat the previous question, but this time subtract the second binary number from the first. Remember to show any borrows that are required along the way. 5. Determine the encoding of the decimal number 28610...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT