Write the digital numerical value of 857 as a binary number in base 2?|||to do this.
%26gt; take 857 / 2 = 428 R1
%26gt; take 428 / 2 = 214 R0
%26gt; 214 / 2 = 107 R0
%26gt; 107 / 2 = 53 R1
%26gt; 53 / 2 = 26 R1
%26gt;26 / 2 = 13 R0
%26gt;13 / 2 = 6 R1
%26gt;6 / 2 = 3 R0
%26gt;3 / 2 = 1 R1
%26gt; 1 / 2 = 0 R1
%26gt; 0 / 2 = 0 R0
therfore. 857 = 1101011001
:D|||(857)to the base 2 = 1010010001 which is its binary equivalent.|||1101011001|||I'm pretty sure you could use http://www.digitconvert.com/ to do this conversion. Hope that helps ;)|||start
run
calc
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment