🔍
How to convert 85 into binary number?
0 like 0 dislike

1 Answer

✔️
Best answer
To convert the decimal number 85 into binary, you can use the method of dividing the number by 2 and recording the remainders. Here's a step-by-step guide:

1. **Divide 85 by 2.**  
   85 ÷ 2 = 42 with a remainder of 1.

2. **Divide 42 by 2.**  
   42 ÷ 2 = 21 with a remainder of 0.

3. **Divide 21 by 2.**  
   21 ÷ 2 = 10 with a remainder of 1.

4. **Divide 10 by 2.**  
   10 ÷ 2 = 5 with a remainder of 0.

5. **Divide 5 by 2.**  
   5 ÷ 2 = 2 with a remainder of 1.

6. **Divide 2 by 2.**  
   2 ÷ 2 = 1 with a remainder of 0.

7. **Divide 1 by 2.**  
   1 ÷ 2 = 0 with a remainder of 1.

Now, take the remainders from bottom to top (last remainder is the first digit). So, the binary equivalent of 85 is:

**1010101**

Thus, 85 in binary is **1010101**.
0 like 0 dislike

Related questions

How do you convert 150 10 into binary then convert the binary number to octal?
Answer : Let's break it down step by step: ### Step 1: Convert the decimal number (150 in base 10) to binary (base 2). To convert 150 to binary, we can divide by 2 repeatedly and keep track of the remainders: ... Answer: - 150 in decimal = **10010110** in binary - **10010110** in binary = **226** in octal...

View solution
0 like 0 dislike
11 views 1 answer
× Full Screen Image
0 like 0 dislike
7 views 0 answers
× Full Screen Image
0 like 0 dislike
9 views 0 answers
× Full Screen Image

How to convert 126 to binary number?
Answer : To convert the decimal number 126 to binary, you can follow these steps: 1. **Divide 126 by 2** (since binary is base 2) and note the quotient and remainder. 2. **Keep dividing the quotient by 2** ... Now, take the remainders from bottom to top: **1111110** So, **126 in binary is 1111110**....

View solution
0 like 0 dislike
10 views 1 answer
× Full Screen Image
0 like 0 dislike
5 views 0 answers
× Full Screen Image

How to convert 13 to binary number?
Answer : To convert the decimal number 13 into binary, you can follow these steps: 1. **Divide 13 by 2** (since binary is base 2) and note the **quotient** and **remainder**. 2. **Repeat the process** ... read the remainders from bottom to top: **1101**. So, the binary representation of 13 is **1101**....

View solution
0 like 0 dislike
8 views 1 answer
× Full Screen Image

How to convert binary number to decimal and vice versa?

View solution
0 like 0 dislike
9 views 0 answers
× Full Screen Image

How do you convert a number to binary and vice versa?

View solution
0 like 0 dislike
5 views 0 answers
× Full Screen Image
0 like 0 dislike
6 views 0 answers
× Full Screen Image
0 like 0 dislike
7 views 0 answers
× Full Screen Image
0 like 0 dislike
8 views 0 answers
× Full Screen Image
0 like 0 dislike
6 views 0 answers
× Full Screen Image
0 like 0 dislike
5 views 0 answers
× Full Screen Image

What is the octal number 6247 converted to binary number?

View solution
0 like 0 dislike
7 views 0 answers
× Full Screen Image

What is the octal number 6247 converted to binary numbers?
Answer : To convert the octal number **6247** to binary, we need to convert each octal digit to its 3-bit binary equivalent. Here's the process: ### Step 1: Convert each octal digit to binary. - **6** in octal ... 110 010 100 111** in binary. ### Final Answer: **6247** (octal) = **110010100111** (binary)....

View solution
0 like 0 dislike
9 views 1 answer
× Full Screen Image
0 like 0 dislike
9 views 0 answers
× Full Screen Image
0 like 0 dislike
3 views 0 answers
× Full Screen Image
0 like 0 dislike
4 views 0 answers
× Full Screen Image

How to convert delta connection into star connection?
Answer : Alright! Let's go through this **step-by-step**, and I'll explain it clearly so everyone - even beginners - can understand: --- ## What is Delta and Star Connection? - **Delta (Δ) Connection:** ... Would you also like me to show a simple **diagram** to make it even clearer? Let me know! ...

View solution
0 like 0 dislike
7 views 1 answer
× Full Screen Image

How to convert rpm into torque?
Answer : To convert RPM (revolutions per minute) into torque, you typically need the power (in watts or horsepower) and the RPM value. The relationship between power, RPM, and torque is given by the formula: ... value, either in watts or horsepower. Use the formula and make sure to use the correct units....

View solution
0 like 0 dislike
12 views 1 answer
× Full Screen Image

How to convert motor into generator?
Answer : To convert a motor into a generator, the basic principle is to reverse the way the motor works. Here's how you can do it: ### 1. **Understand the working principle**: - A motor ... 's shaft, and it will generate electrical energy, which can then be used to power devices or charge batteries....

View solution
0 like 0 dislike
8 views 1 answer
× Full Screen Image
0 like 0 dislike
5 views 0 answers
× Full Screen Image

How to convert AC into DC?
Answer : To convert AC (Alternating Current) into DC (Direct Current), we typically use a **rectifier circuit**. Here's a simple breakdown of how that works: ### 1. **Rectification:** Rectification is the ... this help clarify the process? Let me know if you'd like a more detailed explanation or diagrams!...

View solution
0 like 0 dislike
11 views 1 answer
× Full Screen Image
0 like 0 dislike
9 views 0 answers
× Full Screen Image
0 like 0 dislike
12 views 0 answers
× Full Screen Image
0 like 0 dislike
7 views 0 answers
× Full Screen Image
0 like 0 dislike
10 views 0 answers
× Full Screen Image
0 like 0 dislike
7 views 0 answers
× Full Screen Image
0 like 0 dislike
7 views 0 answers
× Full Screen Image
0 like 0 dislike
8 views 0 answers
× Full Screen Image

How to convert 10010110 binary to octal?
Answer : To convert the binary number **10010110** to octal, follow these steps: ### Step 1: Group the binary number into groups of 3 bits, starting from the right. If the number of bits is not divisible by 3, add ... in binary equals **456** in octal. ### Final Answer: **10010110 (binary) = 456 (octal)**....

View solution
0 like 0 dislike
9 views 1 answer
× Full Screen Image

How do you convert octal numbers to binary numbers?
Answer : To convert an octal number to a binary number, you can follow these simple steps: ### Steps: 1. **Write down each octal digit.** - An octal number uses digits from 0 to 7. 2. ** ... : - Each octal digit maps to 3 binary digits. - Just convert each digit separately and then put them together....

View solution
0 like 0 dislike
6 views 1 answer
× Full Screen Image
0 like 0 dislike
8 views 0 answers
× Full Screen Image
0 like 0 dislike
8 views 0 answers
× Full Screen Image
0 like 0 dislike
9 views 0 answers
× Full Screen Image

How do you convert octal to binary easily?
Answer : To convert octal to binary easily, you can follow these simple steps: ### Step-by-step process: 1. **Write down the octal number.** For example, let's take the octal number ... each octal digit can be directly converted into a 3-bit binary number, making the conversion very straightforward....

View solution
0 like 0 dislike
9 views 1 answer
× Full Screen Image

How do you convert octal binary to decimal?
Answer : Alright, let's break it down simply: - **Octal** is base-8 (digits 0-7). - **Binary** is base-2 (digits 0-1). - **Decimal** is base-10 (digits 0-9). When you say **"octal binary, ... numbers made from groups of binary digits), just tell me - I can show that too! Which one were you asking about? ...

View solution
0 like 0 dislike
11 views 1 answer
× Full Screen Image

How do you convert binary to decimal and vice versa?
Answer : To convert between binary and decimal, we need to understand both systems. Here's a simple explanation for both conversions: ### 1. **Binary to Decimal:** Binary is a base-2 system (only uses 0 and ... number by 2, record remainders, read them in reverse. Let me know if you'd like more examples!...

View solution
0 like 0 dislike
9 views 1 answer
× Full Screen Image
0 like 0 dislike
9 views 0 answers
× Full Screen Image

How to convert binary easy?
Answer : Converting binary numbers to decimal (and vice versa) is pretty straightforward once you know the steps. Let's break it down into simple methods: ### 1. **Binary to Decimal Conversion** (From ... between binary and decimal. Let me know if you need help with anything specific about binary numbers!...

View solution
0 like 0 dislike
10 views 1 answer
× Full Screen Image

How to convert 8 bit binary to BCD?
Answer : To convert an 8-bit binary number to Binary-Coded Decimal (BCD), follow these steps: ### 1. Break down the 8-bit binary number: First, split the 8-bit binary number into two 4-bit sections ... each decimal number as its BCD equivalent. Let me know if you'd like more examples or clarification!...

View solution
0 like 0 dislike
17 views 1 answer
× Full Screen Image

How to quickly convert to binary?
Answer : To quickly convert a decimal number to binary, you can use a method called **repeated division by 2**. Here's how you can do it step by step: ### Step-by-Step Method: 1. **Start ... If the number is large, you can always use a calculator or a programming language to do the conversion quickly....

View solution
0 like 0 dislike
9 views 1 answer
× Full Screen Image

How to convert 76 octal to binary?
Answer : To convert the octal number 76 to binary, follow these steps: 1. **Write down each octal digit and convert it to its 3-bit binary equivalent.** The octal system is base 8, and each digit in octal can ... {8} = 111 \ 110_2 \] Therefore, the binary equivalent of octal 76 is **111110**....

View solution
0 like 0 dislike
13 views 1 answer
× Full Screen Image
0 like 0 dislike
6 views 0 answers
× Full Screen Image

How to convert octal to binary Cuemath?
Answer : To convert an octal number to binary, you can follow a simple process. Each octal digit can be directly converted into a 3-bit binary equivalent. ### Step-by-step Process: 1. **Write down the octal number* ... )₈** in binary is **011100101₂**. That's how you can convert an octal number to binary!...

View solution
0 like 0 dislike
11 views 1 answer
× Full Screen Image

How to convert 123 octal to binary?
Answer : To convert the octal number 123 to binary, you can follow these steps: ### Step 1: Convert each octal digit to its 3-bit binary equivalent. - Octal 1 → Binary 001 - Octal 2 → Binary 010 - Octal 3 → ... binary representation of 123 in octal is: **1010011** So, **123 (octal) = 1010011 (binary)**....

View solution
0 like 0 dislike
12 views 1 answer
× Full Screen Image

How to convert binary to octal easy?
Answer : To convert binary to octal, you can follow these easy steps: ### 1. **Group the Binary Digits into Sets of Three:** - Start from the right (least significant bit) and group the binary digits in sets of three ... : `55` So, `101101` in binary is equal to `55` in octal. It's really that simple!...

View solution
0 like 0 dislike
12 views 1 answer
× Full Screen Image

How to convert binary to octal and binary to hexadecimal and vice versa?

View solution
0 like 0 dislike
5 views 0 answers
× Full Screen Image

How do you convert decimals to binary and vice versa?

View solution
0 like 0 dislike
6 views 0 answers
× Full Screen Image
0 like 0 dislike
9 views 0 answers
× Full Screen Image
Learn Electrical Engineering the easy way at Electrical-Engineering.app – tutorials, tools, calculators, and video lessons for students, professionals, and beginners.

Subjects

29.4k questions

14.2k answers

8.0k users