Answer:
Ok, this question seems incomplete, so i will answer it in a general way.
Suppose that regularly, Ken eats A calories during the day. (A is a positive number)
Now, Ken wants to reduce this number, but his nutritionist tells him to reduce no more than 7% (So the max reduction possible is a reduction of the 7%).
So after the reduction, Ken eats C calories per day.
First, the maximum reduction that Ken can do is when he reduces exactly 7% of the calories.
So if he regularly consumes A calories, the reduction will be of
(7%/100%)*A = 0.07*A
So after the reduction, the amount of calories that he consumes per day is:
C = A - 0.07*A = A*(1 - 0.07) = A*0.93
But this is the minimum amount of calories that he can consume, the actual range of possible options will be:
A < C ≤ A*0.97.
C is strictly smaller than A because we must have a reduction in the number of calories.
Those values of C is all the posible amounts of calories that Ken eats per day after the initial reduction in the number of calories per day.