(r – 1) ’s compliment: (M – N) r This is similar to r’s compliment. There is a difference while dealing with the final carry we get If we have both M & N positives, then The Procedure for doing subtraction using (r – 1) ’s compliment is as follow: Take (r – 1) ’s compliment […]
Tag: decimal system
Subtraction using compliments
Subtraction method mentioned earlier looks good when we do it on paper and pencil but to implement a subtraction method on a digital platform then subtraction using compliments is better and efficient. r’s compliment: If we are given numbers M & N with base r, then we can to have to find M – N […]
SUBTRACTION (without using compliment method)
Decimal system: Let’s now analyze the subtraction of decimal systems. For subtraction we first subtract the least significant digit of subtrahend from that of minuend and if least significant digit of subtrahend is greater than that of minuend then we take borrow from the next digit of minuend and add 10 (base) to the previous digit […]
Decimal System
This is the system which we use in daily life Value of b=10 e.g. (456)10 = 4*102 + 5*101 + 6* 100 The weights of the corresponding bits for decimal system are as 104 103 102 101 100 . 10-1 10-2 10000 1000 100 10 1 . 0.10 0.01 MSB Decimal point […]