Computers can perform subtraction by using addition through the method of 2's complement, which simplifies the circuitry needed for calculations. Mathematically, subtraction can be expressed as addition of a negative, making the operations fundamentally similar. This approach allows computers to handle both signed and unsigned numbers efficiently. While subtraction in binary is not inherently more complex than addition, the use of complements streamlines the process. The same principle applies to decimal numbers, although it is less straightforward than in binary.