answersLogoWhite

0


Best Answer

This is my own way of finding a binary of a number. We all know that binary is in base 2 (it only have 2 values - 0 and 1). Here is how I do it:

Steps:

1) Divide the number by 2. If there is a remainder, then write the number 1 as the first binary number otherwise write 0.

Ex:

7/2 = 3.5 ---> Since there's a remainder write 1.

8/2 = 4 ---> If there's no remainder write 0.

2) Repeat the first step using the value that was derived on the first one. Continue doing so until the number is not less than 1

Ex:

3/2 = 1.5 ---> Our binary now is 11.

4/2 = 2 ---> Our binary here is 00.

Repeat:

1/2 = 0.5 ---> Since the number is less than zero, just write the final result. Our binary now is 111.

2/2 = 1 ---> Again here we write 000.

1/2 = 0.5 ---> Now we write it as 0001.

3) After getting the final value, reverse your answer and it will now be the binary form.

Answer:

710 = 1112

810 = 10002

Note: Please edit my answer if you are a bit confuse with the steps.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How is the decimal number 7 written in binary?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

1 how is the decimal number 7 written in binary?

The number 7 - written in binary is... 111


What decimal number is equal to the decimal no 7 How do you reach the conclusion of 0111?

When you write the decimal number '7' in Base-2 (binary), you write '0111'.


Which decimal number corresponds with binary number 00000111?

7


Which decimal number corresponds to the binary number 00000111?

7


Decimal numbers correspond to the binary number 00000111?

It is 7.


Which binary number corrresponds to 00000111 decimal?

IF you are asking what that binary number is in decimal form... it would be 7. The question though seems to be asking waht that decimal number is in binary. You want to know what 111 is in binary? 1101111. Try using google. "111 in binary" as a search phrase gives you the answer.


What is the binary number of decimal number of 24?

To convert decimal to binary, and binary to decimal, you can use the calculator included in Windows. Up to Windows XP, select "scientific" mode; in Windows 7, select "programmer" mode. <><><><><> 2410 = 110002.


What is 97 as a binary number?

You can convert decimal to binary, and vice versa, with most scientific calculators. In Windows XP, open the calculator and set it to "Scientific". In Windows 7, set it to "Programmer". After doing this, select "Decimal", type in the number, and then select "Binary" to convert to binary.


What is the decimal conversion of the binary number 111?

4 + 2 + 1 ie 7


What is the Decimal equivalent of 01010101?

That depends on what base your number is written in now. -- If it's base-7 now, then it's equal to the decimal number 120,100 . -- If it's base-3 now, then it's equal to the decimal number 820 . -- If it's a binary number (base-2), then it's equal to the decimal number 85 .


How many digits does it take to represent the decimal number 81 in binary?

It takes 7 digits.


2 what decimal numbers corresponds to the binary number 00000111?

A binary number should start with 1. So 00000111 is really just 111, which equals 7