For a given input value n, the function g outputs a value m to satisfy the following equation.

3m - 5n = 11

Write a formula for g(n) in terms of n

.

1 answer

g(n) = (11 + 5n) / 3