Community

Want to learn how to tackle those tough AMC/AIME/Olympiad counting and probability problems? Check out Art of Problem Solving's Intermediate Counting & Probability by David Patrick.
Login Register Memberlist Search AoPS Blogs Contests Galleries Forum Index
The time now is Thu Nov 26, 2009 10:34 pm
All times are UTC - 8
View posts since last visit
View unanswered posts
2^x * 3^y - 5^z * 7^w = 1
Moderators: High School Olympiad Moderators, amfulger, Arne, darij grinberg, freemind, harazi, Megus, N.T.TUAN, orl, pbornsztein, ZetaX
Post new topic   Reply to topic View previous topicView next topic
5 Posts • Page 1 of 1
Author Message
orl
Birch & Swinnerton Dyer
Birch & Swinnerton Dyer


Offline
Joined: 23 Dec 2003
Posts: 3550
Location: London
GermanyUnited Kingdom

To rate posts you must be logged in
#1
2^x * 3^y - 5^z * 7^w = 1
china mathematical olympiad cmo 2005 final round - Problem 6

Find all nonnegative integer solutions (x,y,z,w) of the equation2^x\cdot3^y-5^z\cdot7^w=1.
_________________
Math is like love. A simple idea but it can get complicated.

PostPosted: Tue Jan 25, 2005 7:39 am  Back to top 
  ProfilePMYMMSNBlog
pengshi
Poincare Conjecture
Poincare Conjecture

Offline
Joined: 28 Apr 2004
Posts: 127
Location: Toronto
CanadaUnited States

To rate posts you must be logged in
#2
(x,y,z,w) = (1,1,1,0), (2,2,1,1,), (1,0,0,0) or (3,0,0,1)

If x = 0, then we get odd-odd=odd, contradiction

If x\geq 3, y \geq 1, then mod 3, we get z is odd, mod 8, we get z is even, contradiction.

if y \geq 1, 2\geq x \geq 1 then [

if x=1, then if z\geq 1, w \geq 1[
mod 7, we find that y=4 (mod 6), which means that y is even. mod 5, we find that y=1 mod 4, which means that y is odd, contradiction.

]else if z = 0, w \geq 0[ If y=0, then we get the solution (1,0,0,0). we check that y=1 dosen't work, so mod 9, we get a contradiction.

]else if z > 0, w = 0[ If y \leq 1, we check to find the solution (1,1,1,0). Otherwise, mod 9, and we find that z is divisible by 3. However since 5^{3k} +1 is divisible by 7, we get a contradiction.
]

if x=2, then [ we find the solution (2,2,1,1). Mod 7 or mod 5, we find that y is even. Let y= 2g. If y is larger than 4 then 5^z7^w = 4*3^y -1 =  (2*3^g-1)(2*3^g+1). We find that (2*3^g-1) must equal to 5^z or 7^w, where g>1. We have already proven that this is impossible. (this is equivalent to the previous two cases.)
]
]

Now, consider the case when y=0. Mod 7, we find that x is divisible by 3. If z \geq 1, then mod 5, we find that x is divisible by 4. However, since 2^{2k}-1 is divisible by 3, thus, contradiction. Finally, we are left with the case that y=0, z=0. If x\leq3, then we check and find the solution (3,0,0,1), and if x>3, mod 16 would yield a contradiction.


Q.E.D.
P.S. There got to be a better solution!
_________________
...and the rest follows by induction.

PostPosted: Tue Jan 25, 2005 6:42 pm  Back to top 
  ProfilePMWWWAIMMSN
nhat
Riemann Hypothesis
Riemann Hypothesis

Offline
Joined: 13 Jan 2005
Posts: 304
Location: Ho Chi Minh City

To rate posts you must be logged in
#3
i have the other solution
first we easy to prove that x <= 2 then we have two case:
if x=1 then easu to prove that the equation hasn't root (use modular)
if x=2 then we mast use Pell's equation and we have the result (for the case two it's two long and i am very lazy to write it) Mr. Green Mr. Green Mr. Green

PostPosted: Wed Jan 26, 2005 3:55 am  Back to top 
  ProfilePM
ikap
Poincare Conjecture
Poincare Conjecture


Offline
Joined: 15 Jul 2004
Posts: 173
Location: Iasi
Romania

To rate posts you must be logged in
#4
maybe I'm blind, but how do you particularly reach pell's equation in here. And even if u do I don't think it gets easier than the ordinary solution.

PostPosted: Fri Feb 11, 2005 10:24 am  Back to top 
  ProfilePMYMBlog
Erken
Navier-Stokes Equations
Navier-Stokes Equations


Offline
Joined: 09 May 2007
Posts: 1392
Location: At World's End

To rate posts you must be logged in
#5
Re: 2^x * 3^y - 5^z * 7^w = 1
china mathematical olympiad cmo 2005 final round - Problem 6

orl wrote:
Find all nonnegative integer solutions (x,y,z,w) of the equation
2^x\cdot3^y - 5^z\cdot7^w = 1.

It is clear that x\geq 1,because otherwise left side of equation is even.
Suppose y = 0:
Then if z\geq 1,we conclude that 2^{x}\equiv 1 mod 5,but it means that 4|x,hence 3|2^{x} - 1,so 3|5^{z}\cdot 7^{w},contradiction.
Therefore,z = 0 and 2^{x} = 1 + 7^{w}.
Now if x\geq 4,it follows that 7^{w}\equiv 1 mod 16,but as one can check,it is impossible.
Therefore,x\leq 3.Checking cases x = 1,3,it gives that \boxed{(1,0,0,0)} and \boxed{(3,0,0,1)} are solutions.
Now we can assume y > 0.Consider two cases:

1-If x = 1:
Then considering our equation modulo 3,we conclude that z is odd,thus z\geq 1,and after that modulo 5,which gives y\equiv 1 mod 4.
Suppose w > 0,it follows that 2\cdot 3^{y}\equiv 1 mod 7,but last congruence is impossible,as y\equiv 1 mod 4.
Therefore,w = 0,and our equation can be rewritten,as follows:
2\cdot 3^{y} - 5^{z} = 1.
As we've observed y\equiv 1 mod 4,hence if y = 1:
Then z = 1,a new solution is \boxed{(1,1,1,0)}.
If y\geq 5,then
5^{z}\equiv - 1 mod 9,hence z = 6k + 3,or
5^3 + 1|5^{z} + 1|2\cdot 3^{y},contradiction.

2-If x\geq 2:
Consider our equation modulo 4 and modulo 3:
7^{w}\equiv - 1 mod 4,hence w is odd.
5^{z}\equiv - 1 mod 3,hence z is odd.
So w and z are odd,hence
2^{x}\cdot 3^{y}\equiv 5^{z}\cdot 7^{w} + 1\equiv 5\cdot 7 + 1\equiv 4 mod 8.
Therefore x = 2 and y is even.
Consider our equation modulo 5 and 7:
4\cdot 3^{y}\equiv 1 mod 5 and 7,hence \boxed{y = 12k + 2}.
We can rewrite our equation as:
(2\cdot 3^{6k + 1} - 1)(2\cdot 3^{6k + 1} + 1) = 5^{z}\cdot 7^{w}.
As \gcd(2\cdot 3^{6k + 1} - 1,2\cdot 3^{6k + 1} + 1) = 2 and 7\not{|}2\cdot 3^{6k + 1} - 1,it follows that
2\cdot 3^{6k + 1} + 1 = 7^{w} and 2\cdot 3^{6k + 1} - 1 = 5^{z}
But the second equation was considered in first case,hence k = 0 and y = 2.
So the last solution is \boxed{(2,2,1,1)}.(all solutions were written in form (x,y,z,w).

PostPosted: Sat Jun 14, 2008 4:10 am  Back to top 
  ProfilePMBlogAlbum
Display posts from previous:   Sort by:   
5 Posts • Page 1 of 1
Post new topic   Reply to topic View previous topicView next topic
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum
You cannot post calendar events in this forum


© Copyright 2008 AoPS Incorporated. All Rights Reserved. • FoundationPrivacyContact Us