If f(x)= Sqrt(2+5x) find f^-1.

let y = √(2+5x) for all x ≥ -2/5

the inverse is
x = √(2+5y)
x^2 = 2+5y
5y = x^2 - 2
y = (x^2 - 2)/5

test: in original, let x = 4
y = √(2 + 20) = √22

in inverse: let x = √22
y = (√22^2 - 2)/5 = 20/5 = 4

f^-1 = (x^2 - 1)/5