I'm given the following function $$f(x)=-(5/3)x+10$$ and told to find the inverse. By using mymathlab help and typing in the wrong number multiple times it shows me the answer is $$f^{-1}(x)=-(3/5)x+6$$. How do you get to this answer? Do I need to switch $x$ and $y$ then solve for $x$?
2026-04-08 18:10:30.1775671830
How do you find the inverse of the function: $f(x)=-(5/3)x+10$
357 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
set $f(x)=y$ and solve for $y$
$y=\frac{-5x}{3}+10\implies x=\frac{3(10-y)}{5}$ Thus $f^{-1}(x)=\frac{3(10-x)}{5}$