{"id":251456,"date":"2025-07-10T17:41:48","date_gmt":"2025-07-10T17:41:48","guid":{"rendered":"https:\/\/learnexams.com\/blog\/?p=251456"},"modified":"2025-07-10T17:41:50","modified_gmt":"2025-07-10T17:41:50","slug":"convert-the-following-decimal-number-into-binary-2","status":"publish","type":"post","link":"https:\/\/www.learnexams.com\/blog\/2025\/07\/10\/convert-the-following-decimal-number-into-binary-2\/","title":{"rendered":"Convert the following decimal number into binary."},"content":{"rendered":"\n<p>Convert the following decimal number into binary. please give full answer a) (128)10 b) (55)10 c) (173)10 d) (39)10 please give full answer<\/p>\n\n\n\n<p><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-ast-global-color-1-color\">The Correct Answer and Explanation is:<\/mark><\/strong><\/p>\n\n\n\n<p>To convert a decimal number to binary, we divide the number by 2 and record the remainder at each step. The binary representation is the sequence of remainders read from bottom to top.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">a) (128)\u2081\u2080 to binary:<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>128 \u00f7 2 = 64, remainder 0<\/li>\n\n\n\n<li>64 \u00f7 2 = 32, remainder 0<\/li>\n\n\n\n<li>32 \u00f7 2 = 16, remainder 0<\/li>\n\n\n\n<li>16 \u00f7 2 = 8, remainder 0<\/li>\n\n\n\n<li>8 \u00f7 2 = 4, remainder 0<\/li>\n\n\n\n<li>4 \u00f7 2 = 2, remainder 0<\/li>\n\n\n\n<li>2 \u00f7 2 = 1, remainder 0<\/li>\n\n\n\n<li>1 \u00f7 2 = 0, remainder 1<\/li>\n<\/ol>\n\n\n\n<p>Reading the remainders from bottom to top, we get the binary equivalent of 128 as <strong>10000000<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">b) (55)\u2081\u2080 to binary:<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>55 \u00f7 2 = 27, remainder 1<\/li>\n\n\n\n<li>27 \u00f7 2 = 13, remainder 1<\/li>\n\n\n\n<li>13 \u00f7 2 = 6, remainder 1<\/li>\n\n\n\n<li>6 \u00f7 2 = 3, remainder 0<\/li>\n\n\n\n<li>3 \u00f7 2 = 1, remainder 1<\/li>\n\n\n\n<li>1 \u00f7 2 = 0, remainder 1<\/li>\n<\/ol>\n\n\n\n<p>Reading the remainders from bottom to top, we get the binary equivalent of 55 as <strong>110111<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">c) (173)\u2081\u2080 to binary:<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>173 \u00f7 2 = 86, remainder 1<\/li>\n\n\n\n<li>86 \u00f7 2 = 43, remainder 0<\/li>\n\n\n\n<li>43 \u00f7 2 = 21, remainder 1<\/li>\n\n\n\n<li>21 \u00f7 2 = 10, remainder 1<\/li>\n\n\n\n<li>10 \u00f7 2 = 5, remainder 0<\/li>\n\n\n\n<li>5 \u00f7 2 = 2, remainder 1<\/li>\n\n\n\n<li>2 \u00f7 2 = 1, remainder 0<\/li>\n\n\n\n<li>1 \u00f7 2 = 0, remainder 1<\/li>\n<\/ol>\n\n\n\n<p>Reading the remainders from bottom to top, we get the binary equivalent of 173 as <strong>10101101<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">d) (39)\u2081\u2080 to binary:<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>39 \u00f7 2 = 19, remainder 1<\/li>\n\n\n\n<li>19 \u00f7 2 = 9, remainder 1<\/li>\n\n\n\n<li>9 \u00f7 2 = 4, remainder 1<\/li>\n\n\n\n<li>4 \u00f7 2 = 2, remainder 0<\/li>\n\n\n\n<li>2 \u00f7 2 = 1, remainder 0<\/li>\n\n\n\n<li>1 \u00f7 2 = 0, remainder 1<\/li>\n<\/ol>\n\n\n\n<p>Reading the remainders from bottom to top, we get the binary equivalent of 39 as <strong>100111<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Summary:<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>(128)\u2081\u2080 = <strong>10000000<\/strong>\u2082<\/li>\n\n\n\n<li>(55)\u2081\u2080 = <strong>110111<\/strong>\u2082<\/li>\n\n\n\n<li>(173)\u2081\u2080 = <strong>10101101<\/strong>\u2082<\/li>\n\n\n\n<li>(39)\u2081\u2080 = <strong>100111<\/strong>\u2082<\/li>\n<\/ul>\n\n\n\n<p><strong>Explanation:<\/strong><br>To convert a decimal number to binary, we repeatedly divide the number by 2 and track the remainders. Each division step gives us the next least significant bit (from right to left). The process stops when the quotient reaches 0. The binary number is formed by reading the remainders in reverse order, from the last division to the first.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/learnexams.com\/blog\/wp-content\/uploads\/2025\/07\/learnexams-banner6-161.jpeg\" alt=\"\" class=\"wp-image-251493\"\/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Convert the following decimal number into binary. please give full answer a) (128)10 b) (55)10 c) (173)10 d) (39)10 please give full answer The Correct Answer and Explanation is: To convert a decimal number to binary, we divide the number by 2 and record the remainder at each step. The binary representation is the sequence [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[25],"tags":[],"class_list":["post-251456","post","type-post","status-publish","format-standard","hentry","category-exams-certification"],"_links":{"self":[{"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/posts\/251456","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/comments?post=251456"}],"version-history":[{"count":0,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/posts\/251456\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/media?parent=251456"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/categories?post=251456"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/tags?post=251456"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}