Recall that when you first learned to multiply two multi-digit numbers such as \(3124\cdot 425\), you probably used the following procedure:
It turns out that multiplication of numbers works exactly the same way in binary, except with the added benefit that you won’t ever need to carry a digit to the next location. In other bases, carrying will be required when the product of the digits you’re multiplying give you a product that is bigger than the base. Perhaps more on this later.
\(11110_2\)
\(1101001_2\)
\(111111_2\)