Number theory problem

Both 4n+14n+1 and 3n+13n+1 are perfect squares.

Then prove that 56n56|n.

From "An Excursion in Mathematics" . (Solution is not given/Challenge Problem)

Pls type your solution in comments section.

(I could prove easily that 8n8|n and n=7k or 7k2 or 7k+2n=7k\ or\ 7k-2 \ or\ 7k+2)

#NumberTheory #Divisor #PerfectSquare #Multiples

Note by Megh Parikh
7 years, 4 months ago

No vote yet
1 vote

  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:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

If 4n+1=a2 4n+1 = a^2 and 3n+1=b2 3n+1 = b^2 then (2b)23a2=1 (2b)^2-3a^2 = 1 . The solutions to Pell's equation are well known, and b b is even in only every other one. Basically you look at powers of the "fundamental unit" 2+3 2 + \sqrt{3} and set 2b 2b equal to the first summand and a3 a \sqrt{3} equal to the second one. For the first term to be even, you need the odd powers of 2+3 2 + \sqrt{3} only.

This leads to the recurrence relation a1=b1=1 a_1 = b_1 = 1 , ak+1=7ak+8bk,bn+1=6ak+7bk a_{k+1} = 7a_k + 8b_k, b_{n+1} = 6a_k + 7b_k . After that it's an easy induction to see that ak a_k and bk b_k are always ±1 \pm 1 mod 7 7 , so n=(b21)/3 n = (b^2-1)/3 should be divisible by 7 7 .

This is by no means the easiest or best solution, but I thought I should mention that one can generate all the values of n n satisfying the equations: 0,56,10920, 0, 56, 10920, \ldots .

Patrick Corn - 7 years, 4 months ago

Log in to reply

Problem solution by basic method.I don't know Pellsequation :) Thanks for the help

Megh Parikh - 7 years, 4 months ago

My half solution:

4n+1=a24n+1=a^2 is oddodd.

Therefore n=2kn=2k as any perfect square is of form 8k+1 OR 4k8k +1\ OR\ 4k

Then 3n+13n+1 is also odd.

therefore 3n+1=8k+1    n=8k3n+1=8k+1 \implies n=8k

for 7 see remainders mod 7 and a2+b22 (mod 7)a^2+b^2\equiv2\ (mod\ 7) then see a2b2a^2-b^2

Megh Parikh - 7 years, 4 months ago
×

Problem Loading...

Note Loading...

Set Loading...