SOLUTION: Find the inverse of the function from the ‘procedural perspective’ discussed in Example 6.1.5 f(x)=7^(x+5)-12
Algebra
->
Inverses
-> SOLUTION: Find the inverse of the function from the ‘procedural perspective’ discussed in Example 6.1.5 f(x)=7^(x+5)-12
Log On
Algebra: Inverse operations for addition and multiplication, reciprocals
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Inverses
Question 1125642
:
Find the inverse of the function from the ‘procedural perspective’ discussed in Example 6.1.5
f(x)=7^(x+5)-12
Answer by
htmentor(1343)
(
Show Source
):
You can
put this solution on YOUR website!
f(x) = y = 7^(x+5)-12
To find the inverse, we solve the equation for x:
ln(y + 12) = (x + 5)*ln(7)
x = ln(y + 12)/ln(7) - 5
Reverse x and y:
y = ln(x + 12)/ln(7) - 5