Prove they cannot both be integers

181 Views Asked by At

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?

5

There are 5 best solutions below

0
On

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.

2
On

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).

0
On

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

0
On

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

0
On

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.