A Simple Calculus Question I Can't Get

  • Thread starter Thread starter Sane
  • Start date Start date
  • Tags Tags
    Calculus
Sane
Messages
220
Reaction score
0
I don't know why ... I've done every single question in the textbook up to this point, and am now stumped on one of the easier ones. I've made my equation, and solved it, but it is not the correct answer. Nor does the correct answer make any sense.

Either the back of the book is incorrect, or I have clearly misread the question. I'll show you what I did...

Stan needs to move some excess topsoil from his farm. He can hire a dump truck and a driver for $60/h. The driver will take 30 min to deliver a load of topsoil and return to the farm. One person will take 40 h to load the truck with soil. Labourers get $18/h (whether they are loading the truck with soil or waiting for the truck to return). How many labourers should Stan hire to minimize the cost per load?

Let h represent the number hours that one complete load will take. Let x represent the number of labourers that Stan is hiring to load the truck with soil. Let C represent the total cost of completing one load.

C = 60h + (18x)h

Since the number of hours is determined by the number of labourers, plus half an hour of delivering the soil, the equation for h is as follows.

h = \frac{40}{x} + \frac{1}{2}

Therefore, the solution to the equation is:

\begin{align*}<br /> <br /> C &amp;= 60(\frac{40}{x} + \frac{1}{2}) + (18x)(\frac{40}{x} + \frac{1}{2})\\<br /> &amp;= \frac{2400}{x} + 30 + 720 + 9x\\<br /> \frac{dC}{dx} &amp;= \frac{-2400}{x^{2}} + 9\\<br /> x^{2} &amp;= \frac{2400}{9}\\<br /> x &amp;\approx 16\\<br /> <br /> \end{align*}

Plugging x back into the original equation will prove a minimum cost. However, the back of the book says the answer is 5. Why?
 
Last edited:
Physics news on Phys.org
As you have stated the problem, your answer is correct. I don't see how the correct answer could be 5, unless the problem isn't stated clearly enough in the book. I have had a few textbooks with answers that are incorrect in the back, so I think this is what has happened
 
Yes, I believe you are correct. Another friend from my class says the back of the book must be wrong. I'm glad that was the problem. Thanks for looking into it!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top