【General guidance】The answer provided below has been developed in a clear step by step manner.Step1/2Here the given number is converted to binary number with base 2 from the base 10 The binary convertion can be done by dividing the given decimal number by 2 and the quotient is then divide by 2 and the remainders are arranged from bottom to top and thus forms a binary convertionThe hexadecimal convertion can be done by dividing the decimal number with 16 and then the quotient is then divided by 16 until the quotient becomes 0 and the remainders are arranged from bottom to top , thus forming a hexadecimal number the hexadecimal number consists of number from 0 to 15 and from 10 -15 are represented using the english alphabets from A to FThe binary system contains only 2 numbers 0 and 1.Explanation:Please refer to solution in this step.Step2/2Now let's convert the given numbers to binary The binary value of 3479 is 110110010111 and this can be achieved as follows remainder2 | 34792 | 1739 12 | 869 ... See the full answer