asked 94.9k views
2 votes
How to do this and find the max or min points

How to do this and find the max or min points-example-1
asked
User Ali Lown
by
8.4k points

2 Answers

2 votes

Answer:

the min is 101.1

answered
User Geckon
by
7.8k points
2 votes
I see your last line is : c(x) = 0.9(x^2-10)^2 + 101.1

Let y = x^2, then c(y) = 0.9(y-10)^2 + 101.1

Apparently, c(y) is a parabola, min is 101.1 when y = 10, max is infinity

So let x^2 = 10 -> x = sqrt(10) or -sqrt(10), min is 101.1, max is infinity
answered
User Meverett
by
7.6k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.