Suppose x + x 1 = 3 4 3 . Then x 1 0 + x 1 0 1 = a + c b , where a , b and c are positive integers, c b is less than 1 , and b and c are coprime. Find a + b + c .
This problem is from the UP Math Wizard 2010.
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.
You can also get a different answer at the question mentions that b and c are coprimes. Answer is 243 + 1/243. If you manipulate a little, you will get 242+ 244/243, in which case the answer will be 729(243 and 244 still being coprimes). Another answer below 999 would be 971(241 + 487/243). What say guys...
Log in to reply
Yeah, I didn't notice that. I'll rephrase the question to avoid this loophole. Thanks. :)
Wow..I never thought this is so easy.
its very fine
gud1
First find the x
x + x 1 = 3 4 3 times x ,get x 2 − 3 4 3 x + 1 = 0 = ( x − 3 ) ( x − 3 3 ) = 0 x = 3 o r 3 3
Then substitute to x 1 0 + x 1 0 1 get the same answer 3 5 + 3 5 1
a + b + c = 3 5 + 1 + 3 5 = 4 8 7
x+1/x=4/√3 =√3+1/√3 so,we get the value of x,that is √3 now,(√3)^10+(1/√3)^10 =3^5+1/3^5 =243+1/243 so,a=243 b=1 c=243 so,a+b+c=243+1+243=487
by observation:x=3^(0.5)
x + 1/x = 4(3^0.5)
(x + 1/x)^2 = (4(3^0.5))^2
x^2 + 2 + 1/x^2 = 16/3
x^2 + 1/x^2 = 16/3 -2
= 16/3 - 6/3
= 10/3
= 3 + 1/3
x^2 = 3 1/x^2 = 1/3
x = 3^0.5
x^10 + 1/x^10 = a + b/c
(3^0.5)^10 + 1/(3^0.5)^10 = 243 + 1/243
a = 243 b = 1 c = 243
a+b+c = 243 +1 + 243 = 487
(x+1/x)^2=x^2+(1/x^2)+2 so x+1/x=4/root(3) so x^2+(1/x^2)=10/3 x^4+(1/x^4)=82/9 x^8+(1/x^8)=6562/81 (x^3+(1/x^3))^2=784/27 x^10+(1/x^10)= (x^8+(1/x^8))(x^2+(1/x^2))-(x^3+(1/x^3))^2+2 so x^10+(1/x^10)=243+1/243 therefore a=243 b=1 c=243 a+b+c= 487
x + 1/x = (4 . 3^1/2)/3 = (3.3^1/2)/3 + (3^1/2)/3 = 3^1/2 + 1/3^1/2. So, x = 3^1/2 . x^10 + 1/x^10 = (3^1/2)^10 + 1/(3^1/2)^10 = 3^(1/2 . 10) + 1/(3^(1/2.10) = 3^5 + 1/3^5 = 243 + 1/ 243 So a + b/c = 243 + 1/243 ----------------> a + b+ c = 243 + 1 + 243 = 487.
calculate x-1/x to obtain value of x (p.s. the positive square root).
first step is to combine x + 1/x into (x^2 +1 )/x .. after doing that, square the equation and you will get (x^4+2x^2+1)/x^2=16/3.. if you simplify it, you will get 3x^4 -10x^2 +3=0 .. factor out and you will get sqrt(3) and sqrt(1/3) as two positive roots.. substitute the following values to x^10 + 1/x^10 and you will get 59050/243 or 243 + 1/243 ...
thus; 243 + 243 + 1 = 487 :))
How did you simplify (x^4+2x^2+1)/x^2=16/3 to 3x^4 -10x^2 +3=0? and how to get the roots faster from 3x^4 -10x^2 +3=0? i mean i can't imagine the roots are from factorial mode simply.
Problem Loading...
Note Loading...
Set Loading...
First, make the given equation x + x 1 quadratic by multiplying /(x/) throughout the equation.
we get, 3 x 2 − 4 3 x + 3 = 0
Now, let us find the roots of the equation
x = 4 3 + ( 4 3 ) 2 − 4 . 3 . 3 ) and x = 4 3 − ( 4 3 ) 2 − 4 . 3 . 3 )
we get the two solution, x = 3 , 3 1
Now put the any value of x to the equation x 1 0 + x 1 0 1
we get answer as 2 4 3 + 2 4 3 1
Hence, we find a,b,c
Therefore, a + b + c = 4 8 7