answersLogoWhite

0

It's pretty much just like multiplying in base-10 by hand, but you will not have any 'carrying over' to do, since the only possibilities are 0 & 1: 0x0 = 0, 0x1=0, 1x0=0, 1x1=1 (except when you add up the column of numbers after multiplying). An example: Five times six = thirty. So Five is 101 and Six is 110.

00101

x0110

-----

00000

0101

101

--------

11110 ---> in base-10: 16 + 8 + 4 + 2 = 30.

that did not have any carry overs, but if you had to add two or more ones (1+1=10), then a one would carry over to the next column.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How do paramecium's multiply?

They multiply by binary fission.


How dos the paramecium?

They multiply by binary fission.


What is 1000 multiply 111 equals in binary numbers?

111000


How do you convert 47.5 into binary?

To convert 47.5 into binary, first convert the integer part (47) to binary. 47 in binary is 101111. For the fractional part (0.5), multiply by 2, resulting in 1.0, which indicates that the binary representation of 0.5 is .1. Combining both parts, 47.5 in binary is 101111.1.


How micro-organism multiply?

Microorganisms multiply in a few different ways. They can multiply using binary fission, mitosis and meiosis. Different organisms use different ways.


What is 1x1 in binary?

I assume you mean what is the answer of 1x1 in binary. Obviously the answer to 1x1 is 1. In binary the base ten 'one' is 1. If you mean the 1's in binary you can convert to decimal (they stay 1) and then multiply (getting 1) then convert back to binary (1)


What will be answer of3754 in octal multiply?

Multiplication is a binary operation. That means you need to have two (or more) numbers that you multiply together to get an answer. There is only one number in your question.


How do you multiply 94128?

It depends on what you want to multiply it by. Multiplication is a binary operations: you start with two numbers and then combine them to make one. You do not start with just one!


Why can you multiply decimals?

Because multiplication is a binary operation that is defined so that it is valid for all numbers.


What is the product of 1011 and 101 using binary multiplication?

The answer is 110111 The step is given


How do you convert the decimal value 36.625 to binary?

36.62510 = 100100.1012 Multiply 36.625 by 2 until it is an integer, giving 293. This requires 3 multiplies. Convert 293 to binary, giving 100100101. Shift right 3 binary places (balancing the 3 multiplies), giving 100100.101.


What is 6x6x6x8x8 base of 2?

The expression 6x6x6x8x8 in base 2 means that each number is written in binary. Converting each number to binary, we have 110x110x110x1000x1000. Evaluating this expression, we multiply the binary numbers together to get a final result in base 2.