Find the minimum value of x when it's sum is the least . n varies from 1 to 432.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
first of all the problem is incorrectly stated. what it means is: .
find the value of x for which the expression ∑ n = 1 4 3 2 |x-n| has the minimum possible value.
now simply x=432/2 =216 will give the solution