There exist unique integers x and y satisfying ( 3 − 5 ) 3 x + ( 3 − 5 ) 4 y = 8 . Find 1 0 x − y .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The trick is to apply the properties of golden ratio ϕ = 2 1 + 5 , so ϕ 2 = ϕ + 1 = 2 3 + 5 and ϕ 2 1 = 3 − 5 2
( 3 − 5 ) 3 x + ( 3 − 5 ) 4 y 8 ( 2 3 − 5 ) 3 x + 1 6 ( 2 3 − 5 ) 4 y ( 2 3 − 5 ) 3 x + 2 ( 2 3 − 5 ) 4 y ( ϕ 2 1 ) 3 x + 2 ( ϕ 2 1 ) 4 y ϕ 6 x + ϕ 8 2 y ϕ 2 x + 2 y ( 1 + ϕ ) x + 2 y ϕ x + ( x + 2 y ) = = = = = = = = = = = = = = 8 8 1 1 1 ϕ 8 ( ϕ 2 ) 4 ( ϕ + 1 ) 4 ϕ 4 + 4 ϕ 3 + 6 ϕ 2 + 4 ϕ + 1 ( ϕ 2 ) 2 + 4 ϕ ( ϕ 2 + 1 ) + 6 ( ϕ 2 ) + 1 ( ϕ + 1 ) 2 + 4 ϕ ( ϕ + 2 ) + 6 ( ϕ + 1 ) + 1 5 ϕ 2 + 1 6 ϕ + 8 5 ( ϕ + 1 ) + 1 6 ϕ + 8 2 1 ϕ + 1 3
Because x and y are integers, we just need to compare coefficients:
x = 2 1 , x + 2 y = 1 3 ⇒ y = − 4 ⇒ 1 0 x − y = 2 1 4
I expanded the powers in the given equation to get
72x+376y-5^(1/2) (32x+168y)=8
which simplifies to
9x+47y-5^(1/2)(4x+21y)=1............(1)
Foolishly wondered how can the expression with radical give an integer on the rhs. After seeing the solutions above, I just felt that I forgot to put
4x+21y=0
This with the remaining part in eq.(1) gives
9x+47y=0.
These two yield x=21, y=-4, so that the required answer 10x-y= 214.
Problem Loading...
Note Loading...
Set Loading...
Inverse of (3-√5) is (3+√5)/4. Repeatedly multiplying r.h.s. 8 by this three times gives 9+4√5, which results in two equations: x+3y=9 and -√5y=4. Solving for x and y gives y=-4 and x=21.