SOLUTION: f(x)=x^n+5x, where n is an integer. Find n given the f'(2)=17
Algebra
->
Functions
-> SOLUTION: f(x)=x^n+5x, where n is an integer. Find n given the f'(2)=17
Log On
Algebra: Functions, Domain, NOT graphing
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Functions
Question 1079382
:
f(x)=x^n+5x, where n is an integer. Find n given the f'(2)=17
Answer by
htmentor(1343)
(
Show Source
):
You can
put this solution on YOUR website!
f(x)=x^n+5x
f'(x) = nx^(n-1) + 5
f'(2) = n*2^(n-1) = 12 -> n*2^n/2 = 12 -> n*2^n = 24
Recognizing that 24 = 3*2^3, we see that n must be equal to 3.
Ans: n = 3
Check: 3(2)^2 + 5 = 17