Can a Carry Be Greater Than 1 in Base 2?

  • Thread starter Thread starter exequor
  • Start date Start date
  • Tags Tags
    Base
AI Thread Summary
The discussion centers on the concept of carries in different number bases, particularly base two and the confusion surrounding base one. Participants clarify that in base one, only the digit zero exists, making carries greater than one impossible. In base two, the maximum carry is indeed one, as adding two binary digits results in a carry of one into the next higher place value. However, there is a debate about whether larger carries can occur in digital logic contexts, with some arguing that carries can exceed one based on the function being evaluated. Ultimately, the consensus is that in binary addition, the carry remains limited to one, aligning with standard arithmetic rules in base two.
exequor
Messages
393
Reaction score
0
Ok, I am currently taking a course where you have to draw state diagrams to represent functions in different bases. the function is 2x_{1}+x_{2}. When you add two numbers regardless of the base you have a sum (least significant digit) and a carry. Now in base one, is it possible to have a carry greater than "1" since all you are dealing with is "0"s and "1"s?
 
Last edited:
Engineering news on Phys.org
exequor said:
Ok, I am currently taking a course where you have to draw state diagrams to represent functions in different bases. the function is 2(x1) + (x2). When you add two numbers regardless of the base you have a sum (least significant digit) and a carry. Now in base one, is it possible to have a carry greater than "1" since all you are dealing with is "0"s and "1"s?

You must mean base 2. In base one, you only have one digit, 0.

No, the carry is always a 1.


01 + 01 = 10. The carry was a "1" into the second slot.
 
I agree with Antiphon, I think you mean binary (base 2). I have not heard of a unary base being used.

Definition of unary base (from dictionary.com) - <data, humour> Base one. A number base with only one digit, namely zero, and which can therefore only be used to express the number zero. Attempting to add one to zero results in an infinite sequence of carries. Numbers in unary notation can be represented particularly efficiently however since each digit requires no storage.
 
Exequor, think of it this way. Do you ever carry anything larger than 9 in base 10 system? You know the answer of course, and we never carry 0 (duh) soooooo, there is only one thing in binary we ever carry and that is 1.
 
Oh yea, I meant base two. :D

The thing is the class is "digital logic" right, and using my own logic I know that there can not be a carry of "2" in base two. I mentioned it to the professor and he said that you can have a carry of any size... to me it is a matter of confusing bases and the way that we use them because I think that it is a base ten thing. I just had to ask the question here to ensure that I was not the only "stupid" person that thought the largest carry in base two is "1" and the highest carry in base five is "4".

If the function was 3x_{1}+x_{2} and you got something like 4 you convert that to base two... 100 your sum would be "0" and your carry would be "100" right?
 
Last edited:
Hey guys. I have a question related to electricity and alternating current. Say an alien fictional society developed electricity, and settled on a standard like 73V AC current at 46 Hz. How would appliances be designed, and what impact would the lower frequency and voltage have on transformers, wiring, TVs, computers, LEDs, motors, and heating, assuming the laws of physics and technology are the same as on Earth?
While I was rolling out a shielded cable, a though came to my mind - what happens to the current flow in the cable if there came a short between the wire and the shield in both ends of the cable? For simplicity, lets assume a 1-wire copper wire wrapped in an aluminum shield. The wire and the shield has the same cross section area. There are insulating material between them, and in both ends there is a short between them. My first thought, the total resistance of the cable would be reduced...
I used to be an HVAC technician. One time I had a service call in which there was no power to the thermostat. The thermostat did not have power because the fuse in the air handler was blown. The fuse in the air handler was blown because there was a low voltage short. The rubber coating on one of the thermostat wires was chewed off by a rodent. The exposed metal in the thermostat wire was touching the metal cabinet of the air handler. This was a low voltage short. This low voltage...
Back
Top