I am reading the book CS:APP3 and in the chapter about floating point numbers there is a task about the number 0.1 in binary form. I figured out how to represent it in binary form. The number is represented with 23 bits after the decimal point. Then the questions are asked. 1. What is the binary representation of 0.1 - x? 2. What is the approximate decimal value of 0.1 - x?