Celeb Glow
updates | April 20, 2026

What does the notation [x] mean in this question?

$\begingroup$

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$ 7

1 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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy