Raymond B. answered 10/05/20
Math, microeconomics or criminal justice
f(n) = 19n - 1
f(1) = 18 is true
this creates a sequence
18, 27, 56, ...
f(2) = 27
f(3) = 56
also backwards -1, --20, -39, -58 ...
f(0) = -1
f(-1) = -20
f(-2) = -39
f(-3) = -58
the distance between terms in the sequence is 19 not 18 or -1 , d=19
f(1) is 18 not 19
so 1st and 2nd to last are true. the rest are false.