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

Home > Numbers
Go do modulus (Posted on 2021-01-02) Difficulty: 2 of 5
Find all pairs (x,y) of positive integers that satisfy 2x+17=y4

No Solution Yet Submitted by Danish Ahmed Khan    
Rating: 4.0000 (1 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution Solution | Comment 2 of 8 |
Take the equation mod 4, then we have {0 or 2} + 1 = {0 or 1} mod 4.  This makes sense only when the equation is 0 + 1 = 1.  Thus x is even and y is odd.

Let x=2z.  Then (2^z)^2 + 17 = (y^2)^2.  Move the 2^z term to the right and apply a difference of squares to yield 17 = (y^2 - 2^z) * (y^2 + 2^z).

17 has two integer factorizations: 1*17 and -1*-17.  y^2 and 2^zmust be positive thus the only useable factorization is 1*17.  Then y^2 + 2^z = 17 and y^2 - 2^z = 1.  

Solving for y^2 and 2^z gives y^2=9 and 2^z = 8.  Then y=3, z=3, and x=6.  Then there is one answer: (x,y) = (6,3).

  Posted by Brian Smith on 2021-01-02 20:27:42
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 (14)
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