Step 1: In Binary Coded Decimal (BCD), each decimal digit is represented by a 4-bit binary equivalent.
Step 2: The decimal number 82 is written as two digits: 8 and 2.
Step 3: The binary equivalent of 8 is 1000, and for 2 it is 0010. Therefore, the BCD of 82 is 0110 0010.