How To Convert Decimal Binary To Decimal?
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 number to binary, divide the number by two and record the remainder. Continue to divide the result by two until a result of zero is reached. The remainders (from bottom to top) will be the binary representation of the decimal number. To convert a binary number to decimal, multiply each digit in the binary number from right to left by 2^n where n is the position of the digit (beginning with 0). Add the results together to get the decimal number.