Loading [MathJax]/jax/output/HTML-CSS/jax.js
First time here? Checkout the FAQ!
x
+1 vote
612 views
asked in Discrete Mathematics by (200 points)  
If h(x)=4x+5, how do i find h inverse of x?
  

2 Answers

+1 vote
answered by (530 points)  
selected by
 
Best answer
Hey there bro. Let me teach you a trick to solving simple inverse functions. Let's use your question as an example. Let's switch the x and the y. This will give us x=4y+5. Now try and isolate the y again. You should end up with y=(x5)/4. have fun!
commented by (200 points)  
Thanks for the help man!
0 votes
answered by (116k points)  
You need to find y based on x.
h(x)=y=4x+5

y5=4x

x=y54
Now, from the above equation, you can define a function which is inverse function:

g(y)=y54
...