As previously stated, computers represent numbers that are to be involved in arithmetic operations using the binary (base-2) numbering system. Suppose that a computer use n bits to represent numbers. Also, suppose that this computer represent positive numbers only. Since n bits can yield 2n different bit combinations, this computer can represent 2n positive numbers. The minimum is 0 and the maximum is 2n – 1.