Bob is designing a digital system to implement the multiplication table. When two single-digit integers (0-9), e.g. 4 and 7, are entered, the system will output their product (28 in this case). When both input and output are expressed in binary, the system should have x bits as input, y bits as output, and z input combinations as don't care conditions. What are the values of (x, y, z)? Enter your answer in the format of (1,3,2) or simply 1, 3, 2.
I put 4, 7, 6 because since the integers are 0-9 and 2^4=16 then that means the integer has to have 4 bits and for the output, the max is 81, so it is 2^7 so 7 bits and for the don't cares, there are 6 of them because we only need integers 0-9 but we have 4 bits so 10-15 don't matter so there are 6 don't cares for input at least. Sow wtf is wrong with my answer
ANSWERS APPRECIATED
I put 4, 7, 6 because since the integers are 0-9 and 2^4=16 then that means the integer has to have 4 bits and for the output, the max is 81, so it is 2^7 so 7 bits and for the don't cares, there are 6 of them because we only need integers 0-9 but we have 4 bits so 10-15 don't matter so there are 6 don't cares for input at least. Sow wtf is wrong with my answer
ANSWERS APPRECIATED