1.Prove that 102n+1−1 is never a perfect square. For n∈N
Give different methods of solving this. This was a problem to the OPC 2. The OPC 2 has already ended. OPC 3 will be released soon.Calvin sir suggested me to do this.So Thanks to him.⌣¨
#Proofs
#Contests
#Problems
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
A strange solution.
Suppose 102n+1−1=a2
so
102n+1−10=a2−9
10(102n−1)=(a−3)(a+3)
LHS is even so RHS is even. But a−3 and a+3 are both even or both odd, so 4 divides RHS.
But clearly 4 doesn't divide LHS. Contradiction.
A direct method would be : 102n+1−1≡−1(mod4). but a perfect square is 0 or 1 modulo 4.