For a and b are positive integer, a > b, and b > 2. Can the value of : (2^a + 1)/(2^b - 1) be an integer ? Give your reason ....
Let a = qb+r such that r < b
I was take simpler, a = b + k with k is positive integer. Is it same with yours @ganeshie8 ?
I want r to be less than b
a= b+k does not guarantee that k is less than b right?
2^a+1 = 2^(qb+r) + 1 = 2^r*2^(qb) + 1 = 2^r*(2^b)^q + 1 = 2^r*( `2^b-1` +1)^q + 1
But for b + k gives guarantee more than b ? Ok.. i will follow your idea :)
Next we use this: (x+1)^n = 1 + nx + (x^2 and greater terms)
I'm on mobile, facing issues with latex
2^a+1 = 2^(qb+r) + 1 = 2^r*2^(qb) + 1 = 2^r*(2^b)^q + 1 = 2^r*( 2^b-1 +1)^q + 1 = 2^r(1+q(2^b-1)) + 1 = q(2^b-1) + 2^r+1
We can ignore the first term q(2^b-1) as it is divisible by 2^b-1
The rest 2^r+1 is clearly less than 2^b-1 whenever r < b
Yeah... i caught your explain. So, the answer is impossible be an integer right ?
We have just showed that 2^a +1 leaves a nonzero remainainder 2^r+1 when divided by 2^b-1 So the given expression can never be an integer
Yup. Thank you so much @ganeshie8
Np :)
2^a+1 = 2^(qb+r) + 1 = 2^r*2^(qb) + 1 = 2^r*( `2^b` )^q + 1 = 2^r*( `2^b-1 +1`)^q + 1 i don't understand the last line.. why did you replace 2^b with 2^b-1 `+1`
Join our real-time social learning platform and learn together with your friends!