Me: There are 10 kinds of people who understand binary.Those who do.
And those that don't.
FriendA: groan!
friendB: Why don't you just say "I'm smarter than you" and be done with it. 0101
friendC: {friendB} said it all. What is binary?
friendC: binary of or based on the number 2 or the numeration system - numerals are represented
as sums of powers of 2 and numerals can be written using just 0101010101010101
I looked it up but still confused. Good luck to you on your homework.
Me: not homework. 10 in binary equals 2. Each one represents addition and
each zero represents a null. starting from left to right the digits are worth 1, 2, 4, 8, 16, 32... so 10 actually means (1*2)+(0*1).
Me: So, the number in binary that {friendB} put in her post is 5. (0*8)+(1*4)+(0*2)+(1*1).
FriendC: Thanks I think I get it
(I wasn't intending to be smart-alecky when I made the original post)