• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

What is 3+7?

Peter sed:
Decimal is only important for people who use their fingers to count.

or anytime you communicate with that small minority of people in the world ( 6,379,038,183 out of 6,443,472,913, as a SWAG) who don't use alternative number bases on a regular basis...

 
Originally posted by: fuzzynavel
3+7 in hex = A
Oct = 12
binary = 1010


binary???
what the heck does 3 mean if you're adding them in binary?
11 + 111 = 1010 in binary. 3 doesn't exist to be added in the binary system.
 
Originally posted by: DrPizza
Originally posted by: fuzzynavel
3+7 in hex = A
Oct = 12
binary = 1010


binary???
what the heck does 3 mean if you're adding them in binary?
11 + 111 = 1010 in binary. 3 doesn't exist to be added in the binary system.

Yes it does....
11(base 2) = 3(base 10)
111(base 2) = 7(base 10)
so 11(base 2) +111(base 2) = 1010(base 2)
 
Back
Top