Given the expression ( 1 − x ) ( 1 + x 2 5 6 ) ( 1 + x 1 6 ) ( 1 + x 2 ) ( 1 + x 8 ) ( 1 + x 3 2 ) ( 1 + x ) ( 1 + x 4 ) ( 1 + x 1 2 8 )
The above expression can be written as 1 + x b 1 − x a such that a , b ∈ N , 1 0 2 ≤ a ≤ 1 0 3 and 1 0 ≤ b ≤ 1 0 2 .
Find the value of a + b
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.
Oops buddy, i deleted mine because i saw you posted same one.... btw, i explained it a bit more so I'll make that change to your solution.
I stucked when i reach x^64-1
Same way here. PS.: I think you messed up the first factor of the expression of the fourth line.
Thanku... Sharky Kesa..!!
Quite easy .
Yeah, x 6 4 + 1 is missing so we have 1 + x 6 4 1 − x 5 1 2 . Now, 5 1 2 + 6 4 = 6 4 8 + 1 = 6 4 9 = 8 × 3 = 2 4
since each (a + b)(a- b ) = a^2 - b^2 now in the given expression for each 1 - x^n there exists 1 + x ^n except 1 + x ^ 64 so divide by 1 + x ^ 64 we get 1 -x^512 / 1+ x^64 hence a = 512 and b = 64 now a + b = 576 sqrt (576) = 24
Problem Loading...
Note Loading...
Set Loading...
Notice how you can group the equation to this:
( 1 − x ) ( x + 1 ) ( x 2 + 1 ) ( x 4 + 1 ) ( x 8 + 1 ) ( x 1 6 + 1 ) ( x 3 2 + 1 ) ( x 1 2 8 + 1 ) ( x 2 5 6 + 1 )
Can you see that the term ( x 6 4 + 1 ) has been removed ? So let's multiply and divide by that. 1 + x 6 4 ( x − 1 ) ( x + 1 ) ( x 2 + 1 ) ( x 4 + 1 ) ( x 8 + 1 ) ( x 1 6 + 1 ) ( x 3 2 + 1 ) ( x 6 4 + 1 ) ( x 1 2 8 + 1 ) ( x 2 5 6 + 1 )
Now use ( 1 − x k ) ( 1 + x k ) = 1 − x 2 k repeatedly to arrive at
x 6 4 + 1 1 − x 5 1 2
This expression satisfies the conditions. Now we need to find the value of
5 1 2 + 6 4 = 2 4
Therefore, 24 is the answer.