f(x) = ax + b for f(x), write y
y = ax + b subtract b rom both sides
[y - b] = ax divide both sides by a
[ y - b] / a = x "swap' x and y
[x - b] / a = y
(1/a)x - b/a = y = f-1(x)
So g(x) = f-1(x) - 3 = (1/a)x - b/a - 3 = 5x - 4
This implies that
(1/a) = 5 and -b/a - 3 = 4
So
a = (1/5) and
-b / (1/5) - 3 = -4 add 3 to both sides
-b / (1/5) = -1
-b = -1 (1/5)
-b = -1/5
b = 1/5
So
5a + 5b =
5(1/5) + 5(1/5) = 1 + 1 = 2
