=============================================== DAT2343 - Size needed for output of ADD and MUL =============================================== -IAN! idallen@ncf.ca Addition of two Integers 1) If you have two 8-digit decimal integers and you add them together, how many decimal digits are required to hold the largest result? 2) If the numbers are 5 digits, 10 digits, or "N" digits, how many decimal digits are required for the result? 3) If the numbers are octal, hex, or binary digits, is the formula for the resulting number of octal, hex, or binary digits different? (Hint: No.) Multiplication of two Integers 1) If you have two 8-digit decimal integers and you multiply them together, how many decimal digits are required to hold the largest result? 2) If the numbers are 5 digits, 10 digits, or "N" digits, how many decimal digits are required for the result? 3) If the numbers are octal, hex, or binary digits, is the formula for the resulting number of octal, hex, or binary digits different? (Hint: No.) Question If you multiply together two 100 bit binary integers, how many bits are required to store the largest result?