The remainder can be defined for all real numbers and with by where denotes the greatest integer less than or equal to . What is the value of ?
- A)
- B)
- C)
- D)
- E)
Answer
B
Key insight
The quotient (3/8)/(-2/5) = -15/16 has floor -1, not 0, so rem = 3/8 + (-2/5) = -1/40.
Solution
First compute the quotient:
The floor of is the greatest integer that is at most , which is (not , since ).
Now apply the definition:
The answer is .
Why this works
The problem is a definition-following exercise whose only danger is the floor of a negative number: floor always rounds down on the number line, so . A sanity check: this remainder convention always produces a result with the same sign as and smaller in magnitude, and fits.
The trap
Taking the floor of -15/16 to be 0 (rounding toward zero) and answering 3/8.
Common mistakes
- Taking the floor of -15/16 to be 0 (rounding toward zero) and answering 3/8.
- Sign slips when substituting: , not (which gives the distractor ).
Techniques
Set up the equation/formula and compute; no special trick needed