What does the notation [x] mean in this question?
Taken from the Rhode Island Mathletes Documentation from 1986 (I encountered this problem while scanning through older documents from a contest I'm currently preparing for)
if $[x]$ is the largest integer not bigger than $x$, what is $[-2.4] + [2.4]$
I'm not sure what this question is asking at all, for a start, how can $[x]$ be less than $x$? And what do the brackets mean at all?
$\endgroup$ 71 Answer
$\begingroup$This is the floor function, which takes any number and "rounds down" to the closest integer that's smaller than or equal to $x$. The ceiling function is very similar, but "rounds up" to the closest integer greater than or equal to $x$. Note that if $x$ is whole, $\lfloor x \rfloor$ = $x$, not $x-1$.
$\endgroup$ 0