( 1 + x 1 ) x + 1 = ( 1 + 2 0 0 0 1 ) 2 0 0 0
Given that x is an integer that satisfies the equation above, find the value of x .
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.
hahaha I like your solution. Especially the "Hmm..." part!
Nice solution.. Upvoted :)
I'm new here and I haven't been posting my solutions because my LaTeX does not show up correctly for some odd reasons. It was so garbled here that I deleted it. And now I am unable to try again. Here is how I solved this.
Solution
Hmm....if that is the case; what is the value of x then?
We will manipulate the LHS until it has the form of the RHS L H S = ( 1 + x 1 ) x + 1 = ( x x + 1 ) x + 1 while R H S = ( 1 + 2 0 0 0 1 ) 2 0 0 0 = ( 2 0 0 0 2 0 0 1 ) 2 0 0 0
LHS is not yet in the RHS form because the denominator must equal the power, and each must be one less than the numerator. So we manipulate LHS.
L H S = ( x x + 1 ) x + 1 = ( x x + 1 1 ) − ( x + 1 ) = ( x + 1 x ) − ( x + 1 )
We manipulate the fraction in the LHS further, multiplying numerator and denominator by -1 so that the denominator and the power are equal, as it is in the RHS
L H S = ( − ( x + 1 ) − x ) − ( x + 1 ) = ( − x − 1 − x ) − x − 1
Finally we can compare with the RHS and get − x − 1 = 2 0 0 0
⇒ x = − 2 0 0 1
(1+1/x)^(x+1)=(1+1/2000)^2000
>>> ((x+1)/x)^(x+1)=(2001/2000)^2000 Now you notice that if x=2000 then the numerator would be the same as the RHS numerator but the power won't be, but on taking -2001 the equation will hold ((-2001+1)/-2001)^-2001+1 =( -2000/-2001)^-2000 = ((2000/2001)^(-1))^2000 =(2001/2000)^2000 =RHS
Problem Loading...
Note Loading...
Set Loading...
Let y = − x − 1 and we plug that into
( 1 + y 1 ) y + 1
( 1 − x + 1 1 ) − x
( x + 1 x ) − x
( x x + 1 ) x
( 1 + x 1 ) x
Hmm….