SOLUTION: Please help me with this Max and Min question Find the critical numbers of the function. f(x) = x^4*e^-8x

Algebra ->  Functions -> SOLUTION: Please help me with this Max and Min question Find the critical numbers of the function. f(x) = x^4*e^-8x       Log On


   



Question 1155985: Please help me with this Max and Min question
Find the critical numbers of the function.
f(x) = x^4*e^-8x

Answer by greenestamps(13195) About Me  (Show Source):
You can put this solution on YOUR website!


The program on this website that interprets your expressions interprets this (using standard rules of order of operations) as

f(x) = x^4*e^-8x = f%28x%29+=+x%5E4%2Ae%5E-8x

Do you perhaps (probably) mean

f(x) = x^4*e^-8x = f%28x%29+=+x%5E4%2Ae%5E%28-8x%29?

Use parentheses!!!

Re-post, showing the expressions correctly.