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:
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top