Given that a and b are real numbers and that x satisfies the inequality ax>=b when x>=14, what is the smallest integer x that satisfies ax>a+2b ?

To find the smallest integer x that satisfies the inequality ax > a + 2b, we need to consider the given condition ax >= b when x >= 14.

Let's start by solving ax >= a + 2b for x when x >= 14.

First, subtract a from both sides of the inequality to isolate the term with x:
ax - a >= 2b.

Next, divide both sides of the inequality by a:
x - 1 >= (2b) / a.

Since the result of the right-hand side can be any real number depending on the values of a and b, we can state that x - 1 can take any value greater than or equal to (2b) / a.

Now, let's consider the condition x >= 14. Since we are looking for the smallest integer value that satisfies the inequality ax > a + 2b, it means that x must be the smallest integer greater than or equal to (2b) / a + 1.

Since the only constraint we have is that x must be an integer greater than or equal to (2b) / a + 1, we can conclude that the smallest integer x that satisfies the inequality ax > a + 2b is the ceiling value (or smallest integer greater than or equal to) of (2b) / a + 1.

Therefore, the answer to the question depends on the values of a and b, and you need to provide their specific values for a more precise answer.