Help me with this.

Find minimum 2 digit n, such that \((7^{n} + 7^{n-1} + 7^{n-2} + ...... + 7^{3} + 7^{2} + 7^{1} + 7^{0})\) is a perfect square, since known \((7^{3} + 7^{2} + 7^{1} + 7^{0})\) is a perfect square.

Note : n3n \neq 3 !!!

#NumberTheory

Note by Bryan Lee Shi Yang
6 years, 3 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

I am sorry, bcs. I have no answer.

Bryan Lee Shi Yang - 6 years, 3 months ago

Log in to reply

If you take n=0n=0, then you expression will be equal to 11 which is a perfect square. So n=0n=0 can be the one value. Also try to use the latex coding in your notes and problems (now I've put latex in it) , if you need a guide for latex, you can find it just by clicking here .!!! @Bryan Lee Shi Yang

Sandeep Bhardwaj - 6 years, 3 months ago

Up till n=22, only n=0 and n=4 are perfect square according to what I get from TI -83+ calculator. After that I do not get accurate calculations.

Niranjan Khanderia - 6 years, 3 months ago

There is no solution < 270.

D G - 6 years, 3 months ago

Log in to reply

Are there any solutions bigger than 270?

Bryan Lee Shi Yang - 6 years, 3 months ago

CAN U WRITE A PROOF TO SUPPORT THIS

vishwesh agrawal - 6 years, 3 months ago

n=37n = 37 satisfies!

Kartik Sharma - 6 years, 3 months ago

Log in to reply

>> n = 4

>> while (((7(n+1)-1)/6)0.5 - int(((7(n+1)-1)/6)0.5)) != 0:

                     n = n+1

My code! *Easy code, though!

Kartik Sharma - 6 years, 3 months ago

Log in to reply

No it doesn't. 21655801907853836686195357616408 is not a square number.

D G - 6 years, 3 months ago

Log in to reply

@D G 73816=21655801907853831608163177358336=46535794726053442\frac{{7}^{38}-1}{6} = 21655801907853831608163177358336 = {4653579472605344}^{2}

Kartik Sharma - 6 years, 3 months ago

Log in to reply

@Kartik Sharma http://www.wolframalpha.com/input/?i=%287%5E38+-+1%29%2F6+&dataset=

Siddhartha Srivastava - 6 years, 3 months ago

Log in to reply

@Siddhartha Srivastava There has to be a problem with my python idle, then. Thanks!

Kartik Sharma - 6 years, 3 months ago

@Kartik Sharma Sorry, it is +1, not -1.

Bryan Lee Shi Yang - 6 years, 3 months ago

Log in to reply

@Bryan Lee Shi Yang Oh maybe. My IDLE is just reversing it up. When I replace - with +, it shows the above value(which should come with -).

Kartik Sharma - 6 years, 3 months ago
×

Problem Loading...

Note Loading...

Set Loading...