MSB Rule:
The most significant bit (MSB) of Binary is the same as the MSB of Gray.
Bn=Gn
Other Bits Rule:
Each next Binary bit is obtained by XOR of the previous Binary bit with the current Gray bit.
Bi=Bi+1⊕Gi
K- MAPS:
BOOLEAN EXPRESSION
LOGIC DIAGRAM