so i was working on this problem and i got stuck. i looked up the solution online and i understood it well (take the minimum value > 256 and subtract it from the greatest possible value, ie. 511-257+1); however, when i looked at the book’s answer key, it simply says 2^8 - 1 = 256. can someone explain to me why this solution also works? tya!