QUESTION IMAGE
Question
convert the following decimal number (base 10) to binary (base 2):
39₁₀ = (base 2)
submit question
question 5
score on last try: 1 of 1 pts. see details for more.
get a similar question
convert the following octal number (base 8) to binary (base 2).
713₈ = 111001011 (base 2)
submit question
question 6
convert the following binary number (base 2) to octal (base 8).
111110011111₂ = (base 8)
submit question
Step1: Divide by 2 and record remainder
Divide \(39\) by \(2\): \(39\div2 = 19\) with remainder \(1\).
Step2: Continue dividing quotient by 2
\(19\div2=9\) with remainder \(1\).
Step3: Repeat the process
\(9\div2 = 4\) with remainder \(1\).
\(4\div2=2\) with remainder \(0\).
\(2\div2 = 1\) with remainder \(0\).
\(1\div2=0\) with remainder \(1\).
Step4: Read remainders from bottom - to - top
The remainders from bottom - to - top are \(100111\).
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
\(100111\)