If $\sqrt{28x}$ is an integer is $\sqrt{7x}$ an integer? I have a book that says no, but I cannot think of an example of the contrary... Not looking for a full proof here just wanting to see a counterexample or logic showing that the book is wrong...
-
Notice that $\sqrt{28}=2\sqrt{7}$ – user84413 Sep 03 '15 at 23:20
-
3If $2A$ is an integer, is $A$ an integer? – symplectomorphic Sep 03 '15 at 23:35
-
1Just a comment: You say you want to "check your logic". But you haven't actually told us what your logic is, other than "I can't think of a counterexample." In general, "I can't think of a counterexample" is not good logic at all. – mweiss Sep 03 '15 at 23:40
-
mweiss, great point. Sorry for the poor word choice. I've changed the question to better reflect what I mean. – Padawan Sep 03 '15 at 23:45
4 Answers
I cannot think of an example of the contrary $\dots$ just wanting to see a counterexample
Would $~x=\dfrac1{28}~$ satisfy your curiosity ?

- 48,334
- 2
- 83
- 154
-
2It is outright mind-boggling how my most basic answers are also the ones gathering the most upvotes. – Lucian Sep 04 '15 at 02:46
Consider the first part $\sqrt{28 \, x} = \pm n$, $n$ being an integer. Then one finds $$x = \frac{n^{2}}{28}.$$ Now consider the second part $$\sqrt{7 \, x} = \sqrt{ \frac{7 \, n^{2}}{28} } = \sqrt{\frac{n^{2}}{4}} = \pm \frac{n}{2}.$$ This shows that if $n$ is not an even value then the value of $\sqrt{7 \, x}$ is not an integer.

- 26,329
-
3Presumably you meant to write "an even integer" rather than "an even function", correct? – mweiss Sep 04 '15 at 00:09
-
3Why is it that the positive root of $7x$ can yield a negative number? Wouldn't it just be $\sqrt{7x}=\frac{n}{2}$? – Ud779 Sep 04 '15 at 00:14
Note that $\sqrt{28x}=\sqrt{4\times 7x}=2\sqrt{7x}$. Can you see what might happen so that $\sqrt{28x}$ is an integer while $\sqrt{7x}$ is not?

- 21,114
Suppose x is an integer.
Then 28 * x is always even, since 28 * x = 2 * 14x.
The square root of an even number, is never an odd number. (Check that odd * odd = odd)
So if you take examples where x is an integer, sqrt(28x) is never odd, and therefore there exists no counterexample.
So x must be a fraction to find a counterexample, (like 1/28 or 9/28).

- 1