I've made an image of what the geography of my problem looks like:

Essentially, there are two "chemical plants" (A and B) located on a road 12 miles apart. The pollution from plant A is given by the following equation:
$\dfrac{K}{x^2 + 10}$ (for some constant K)
The pollution from plant B (at x miles from plant B) is 1/4 that of A.
There's also a third plant, C, which is located on the perpendicular road (the one branching off of Road A-B on the map). Plant C is 5 miles from A and 10 miles from B. The pollution from plant C is twice that of B.
Basically, what I am trying to find is the point on Road A-B where the pollution count from the three plants is minimal. I'm not really sure where to even begin with this.
Edit: Trying to solve this problem...
The pollution from Plant B must be $\dfrac{K}{4x^2 + 40}$, and from Plant C must be $\dfrac{K}{2x^2 + 20}$. Adding the three equations would yield the following:
$\dfrac{K}{x^2 + 10}$ + $\dfrac{K}{4x^2 + 40}$ + $\dfrac{K}{2x^2 + 20}$ = $\dfrac{K + 4K + 2K}{x^2 + 10}$ = $\dfrac{7K}{x^2 + 10}$
Finding the derivative of this would be? Not sure I'm doing this right.
$(\dfrac{7K}{x^2 + 10})'$ = $-\dfrac{14K}{(x^2 + 10)^2}$
