Convert 110 from base 10 to base 2.
Answers
Answered by
3
There are 10 digits in Decimal number system, 1,2,3........9,0
And 2 digits in binary number system, i.e 1 & 0.
Therefore decimal number system have base 10
And binary number system have base 2
To convert decimal number to binary follow the steps ↓
1) To make it easy I will let you understand by taking x as an example
2) Divide x from 2 and write the remainder at the side of it (if it is fully divided write 0 ) .and in middle column write quotient
3) Now again Follow the same procedure.
4) Till you get 2 as the answer in quotient finally you have to wite 0 in middle column and 1 in last column.
5) Now write the numbers upside t\down in last column in different line .
Refer the Attachment below for your answer
(110)₁₀ = (10111110)₂
Ask in comments if any problem/or can't understand the writing in attachment
And 2 digits in binary number system, i.e 1 & 0.
Therefore decimal number system have base 10
And binary number system have base 2
To convert decimal number to binary follow the steps ↓
1) To make it easy I will let you understand by taking x as an example
2) Divide x from 2 and write the remainder at the side of it (if it is fully divided write 0 ) .and in middle column write quotient
3) Now again Follow the same procedure.
4) Till you get 2 as the answer in quotient finally you have to wite 0 in middle column and 1 in last column.
5) Now write the numbers upside t\down in last column in different line .
Refer the Attachment below for your answer
(110)₁₀ = (10111110)₂
Ask in comments if any problem/or can't understand the writing in attachment
Attachments:
Similar questions