The least significant bit of the binary number, which is equivalent to any odd decimal number, is:

A. 4
B. 1
C. 5
D. 6

🧠 Explanation (Math):

Given: LSB of binary equivalent of any odd decimal number
Step 1: Odd numbers have remainder 1 when divided by 2
Step 2: In binary, that means least significant bit = 1
Final Answer: 1