Sometimes integers are encoded by using four-digit binary expansions to represent each decimal digit. this produces the binary c
oded decimal form of the integer. for instance, 791 is encoded in this way by 011110010001. how many bits are required to represent a number with n decimal digits using this type of encoding