How To Convert a Decimal Into Binary?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To convert a decimal into binary, you can divide the number by two and write down the remainder. You can then keep dividing the number by two and writing down the remainders until you reach 0. The binary number is formed by writing down the remainders in reverse order. For example, if the decimal number is 42, you would divide it by two and write down the remainder (which is 0). You would then divide the number by two again and write down the remainder (which is 1). You would continue this process until you reach 0, producing the following remainders: 0, 1, 0, 1, 0, 1. The binary number for 42 is 101010.