The function f is defined piecewise as follows:
For x > 4, f(x) = 3x + 2
For x = 4, f(x) = 3x - 2
For x < 4, f(x) = 5x - 3
To find f(4) - f(-3), we first need to find f(4) and f(-3) separately.
Since f(4) is defined as 3x - 2 when x = 4, we have f(4) = 3(4) - 2 = 10.
Since f(x) is defined as 5x - 3 when x < 4 and we are looking for f(-3), we substitute -3 for x to get f(-3) = 5(-3) - 3 = -18.
Now we can calculate f(4) - f(-3) as:
f(4) - f(-3) = 10 - (-18) = 28
Therefore, the answer is 28.