Fix minor typo

This commit is contained in:
Yee-Ning Cheng 2018-12-28 09:04:09 -05:00
parent 35e7f96cc6
commit dd4da8e2c0
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ so the median is 2.
The median is an optimal choice,
because if $x$ is smaller than the median,
the sum becomes smaller by increasing $x$,
and if $x$ is larger then the median,
and if $x$ is larger than the median,
the sum becomes smaller by decreasing $x$.
Hence, the optimal solution is that $x$
is the median.