Changing these to single constant values would make it much harder for the casual observer to read.
That's what comments are for.
Actually, comments are for code that's not understandable without them. The code is more readable as it is, IMHO, than it would be by replacing the expression--perfectly natural in context--with its evaluation, or with a symbolic constant. --Juan