Multiplying two N bit signed numbers together

In summary, the number of bits needed to represent the range of results obtained when two N bit signed numbers are multiplied together is 2N for 2's complement and one less than 2N for sign-magnitude or ones complement.
  • #1
39
0

Homework Statement



Determine the number of bits needed to represent the range of results obtained when two N bit signed numbers are multiplied together.


Homework Equations



None.

The Attempt at a Solution



I considered the case when N = 3, i.e. a 3 bit signed number. The values that can be expressed with this are +3 - > -4. Hence with two 3 bit signed numbers we can get a maximum positive number of +16 and a maximum negative number of -12. We would therefore need 6 bits to represent this range of results (2N).

Looking at the case of 4 bits, the values that can be expressed are +7 -> -8. Here our largest positive number would be 64 and largest negative number -56. We would therefore need 8 bits (2N).

So my answer is 2N, is this correct ?
 
Physics news on Phys.org
  • #2
For 2's complement, this is true. For sign-magnitude, one less so.
 
  • #3
That's pretty much the same thing that's bothering me... I have written the question as it has been asked. I'm assuming they mean sign magnitude ?
 
  • #4
I suggest clarify question with instructor or state your assumptions in the answer. If you can't do that and if it is one of these computer-based answer entry systems (no assumptions permitted) I'd go with 2N. It allows you to do both.
 
  • #5
lewando said:
For 2's complement, this is true. For sign-magnitude, one less so.
Or ones complement. For 3 bit sign-magnitude or one's complement numbers the range of products is limited to -9 to +9, which only requires 5 bits.
 

Suggested for: Multiplying two N bit signed numbers together

Replies
8
Views
927
Replies
10
Views
1K
Replies
5
Views
1K
Replies
4
Views
587
Replies
3
Views
727
Replies
7
Views
643
Replies
32
Views
3K
Replies
1
Views
670
Back
Top