All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Numbers
Near powers (Posted on 2023-09-28) Difficulty: 3 of 5

If n^2+7=a^5, and n^3-516=b^2, with a,b,n all positive integers, find a,b, and n.

Prove this solution is unique.

No Solution Yet Submitted by broll    
No Rating

Comments: ( Back to comment list | You must be logged in to post comments.)
computer solution -- no proof of uniqueness Comment 2 of 2 |
clearvars,clc
for n=1:9999
  for a=1:9999
    if n^2+7==a^5
      for b=1:9999
        if n^3-516==b^2
          disp([a b n])
          disp([a^5 b^2])
          disp(' ')
        end
      end
    end
  end
end

finds

 a =       8;  b =  2435;   n =  181
 a^5 = 32768; b^2 = 5929225

  Posted by Charlie on 2023-09-28 12:32:28
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (10)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information