hello
to find the inverse of a funtion, we'll follow some basic steps to get there
step 1
replace x with y or the notation you want to represent the inverse with
f(x) = (3x+4)/5
replace x with y and y with x
[tex]\begin{gathered} y=\frac{3x+4}{5} \\ x=\frac{3y+4}{5} \end{gathered}[/tex]step 2
solve for y in the equation
[tex]\begin{gathered} x=\frac{3y+4}{5} \\ \text{make y the subject of formula} \\ \text{cross multiply both sides } \\ 5x=3y+4 \\ 3y=5x-4 \\ y=\frac{5x-4}{3} \end{gathered}[/tex]now replace f(x) with f(x)^-1
f(x)^-1 = (5x - 4) / 3
[tex]\text{note: f(x)\textasciicircum -1 represent f(x)}^{-1}\text{ which is the inverse of the function}[/tex]