2

Prove that $\frac{21n-3}{4}$ and $\frac{15n+2}{4}$ cannot both be integers for the same positive integer $n$.

How to solving this problem?

Shahar
  • 3,302
K.C.S.
  • 183

5 Answers5

3

Hint $\ $ If $\,4\,$ divides $\,21n-3\,$ and $\,15n+2\,$ then it divides their sum $\,36n-1,\,$ contradiction.

Remark $\ $ In parity language: $ $ integers divisible by $\,4\,$ are even so their sum is even. However, their sum $\,=\, 36n-1\,$ is $ $ odd, $ $ a contradicton. Or, equivalently, their difference $\,= 6n-5\,$ is odd (see robjohn's answer for a fractional version of this).

Bill Dubuque
  • 272,048
2

If they are both integers, then so is their difference which is equal to $\frac{6n-5}4$, absurd since the numerator is odd.

1

In mod 4, $$21n-3=n+1$$ and $$15n+2=3n+2$$ If $n+1=0$ then we would have $n=-1$ and hence $$3n+2=-1$$ so the second quantity could not be divisible by 4. Conversely, $3n+2=0$ would imply $n=2$ so that $$n+1=3$$ would not be divisible by 4. Thus they cannot both be integers.

user140943
  • 2,061
1

Hint: Twice their difference is $$ \frac{6n-5}{2}=3n-3+\frac12 $$

robjohn
  • 345,667
0

The sum of two integers is an integer.

The sum of these two numbers $$\frac{21n - 3}{4} + \frac{15n + 2}{4} = \frac{36n - 1}{4} = 9n-\tfrac{1}{4}$$ is obviously not an integer.

Since the sum is not an integer, the addends can't be, either.

SQB
  • 2,094