Shift the BCD number 0101 0011 to the right bit by bit as follows: If a 1 is shifted right out of some digit position, then 0101 is added to the next lower digit position. Show that the resulting number is binary equivalent of 0101 0011. If one were to design a BCD-to-binary converter module based on the scheme just described, what is the implication on the overall logic circuit that will be needed for converting an n-digit BCD to its binary equivalent?