Let be a positive integer such that is an integer. Which of the following statements is not true:
- A)
- B)
- C)
- D)
- E)
Answer
E
Key insight
The three given fractions total 41/42, just below 1, and 1/n adds at most 1, so the integer sum must be exactly 1 and n = 42.
Solution
Combine the three known fractions over :
Since is a positive integer, . Therefore the full sum lies strictly between and . The only integer in that window is , so
Now test the statements: is divisible by , , and , so (A) through (D) are true, while is false.
The answer is .
Why this works
"The sum is an integer" is a strong condition when you can bound the sum: squeezing it between two consecutive integers leaves only one possible value. The size of is the lever. After is determined, the question is pure checking, and the "not true" wording means four statements will pass and one will fail.
The trap
Trying to make the sum equal 2 (impossible since 1/n is at most 1) or assuming only that n is a multiple of 42 without pinning it down.
Common mistakes
- Trying to make the sum equal 2 (impossible since 1/n is at most 1) or assuming only that n is a multiple of 42 without pinning it down.
- Misadding the fractions (for example ), which makes and wrongly marks (A) or (C) as false.
Techniques
Use the answer choices (mod checks, size, form) to eliminate or select · Bound the quantity above/below or estimate to pin it down