ANSWER:
11, 2, 11, makes sense
25, 5.5, 25, does not makes sense
31, 7, 31, does not makes sense
Intergers in a <= x <= b
a = 1 and b = 6
Explanation:
We have the following function:
where x is the value rolled on the die
The die can land on the numbers 1, 2, 3, 4, 5 and 6.
Therefore:
when x is 2:
f(2) = 11, meaning when a 2 is rolled on the die, the player is awarded 11 points. This interpretation makes sense in the context problem.
when x is 5.5:
f(5.5) = 25, meaning when a 5.5 is rolled on the die, the player is awarded 25 points. This interpretation does not makes sense in the context problem.
when x is 7:
f(7) = 31, meaning when a 7 is rolled on the die, the player is awarded 31 points. This interpretation does not makes sense in the context problem.
Based on the observations above, it is clear that an appropiate domain for the funcion is intergers in a <= x <= b
a = 1 and b = 6