In BCD adder, to get the correct BCD sum
-
binary 6 (0110) is added
-
binary 9 (1001) is added
-
no number is added
-
bianry 1 (001) is added
A
Correct answer
Explanation
In BCD addition, when the binary sum exceeds 9 or produces a carry, adding binary 6 (0110) corrects it to valid BCD. This adjustment accounts for the 6 invalid BCD states (10-15) that are valid in binary but not in BCD representation.